Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From c9c3a35e677b9dc4
To d859b12ac0a419e3
2008-11-27
| | |
08:22 |
|
check-in: bcce72fc3f user: tangent tags: trunk, v3.0.8
|
2008-11-22
| | |
03:47 |
|
check-in: d859b12ac0 user: tangent tags: trunk, v3.0.7
|
2008-08-18
| | |
00:50 |
|
check-in: 815a6f4ffd user: tangent tags: trunk, v3.0.6
|
2005-03-05
| | |
08:07 |
|
check-in: e189f95337 user: tangent tags: trunk, v1.7.31
|
2005-03-01
| | |
05:55 |
|
check-in: c9c3a35e67 user: tangent tags: trunk, v1.7.30
|
2005-02-04
| | |
17:59 |
|
check-in: 0e067baced user: tangent tags: trunk, v1.7.28
|
| | |
Added Bakefiles.bkgen.
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
<?xml version="1.0" ?>
<bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen">
<input>
./mysql++.bkl
</input>
<!-- List of output formats to generate: -->
<add-formats>
autoconf,mingw,msvs2003prj,msvs2005prj,msvs2008prj,xcode2
</add-formats>
<add-flags formats="mingw">
-o$(INPUT_FILE_DIR)/Makefile.mingw
</add-flags>
<add-flags formats="msvs2003prj">
-ovc2003/mysql++.sln
</add-flags>
<add-flags formats="msvs2005prj">
-ovc2005/mysql++.sln
</add-flags>
<add-flags formats="msvs2008prj">
-ovc2008/mysql++.sln
</add-flags>
</bakefile-gen>
|
| | | | | | | | | | | | | | | | | | | | | | |
Added COPYING.txt.
|
1
2
3
4
5
6
7
8
9
10
|
+
+
+
+
+
+
+
+
+
+
|
The MySQL++ library proper and the reference manual derived from
comments in the library source code are licensed under the GNU Lesser
General Public License. A copy is provided in this directory, in the
file LICENSE.txt.
The MySQL++ User Manual is licensed under a unique license derived from
the Linux Documentation Project License. (The only changes are due to
the fact that the User Manual isn't actually part of the LDP, so a lot
of the language in the LDPL doesn't make sense when applied to the user
manual.) This license is provided in the file doc/userman/LICENSE.txt.
|
| | | | | | | | |
Added CREDITS.txt.