Author: wyoung
Date: Mon Mar 2 21:24:12 2009
New Revision: 2468
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2468&view=rev
Log:
- Moved cmdline module from examples to lib subdir
- Put all its global symbols into a new namespace, mysqlpp::examples
- Reworked PD getopt() stuff to conform to POSIX interface, so we can
use platform version if available, transparently.
- Added autoconf test for platform and libiberty getopt() flavors, and
ifdef'd out our PD copy if we find either.
- Modified all the examples to cope with all this
Added:
trunk/lib/cmdline.cpp
- copied, changed from r2466, trunk/examples/cmdline.cpp
trunk/lib/cmdline.h
- copied, changed from r2466, trunk/examples/cmdline.h
Removed:
trunk/examples/cmdline.cpp
trunk/examples/cmdline.h
Modified:
trunk/Wishlist
trunk/configure.ac
trunk/examples/cgi_jpeg.cpp
trunk/examples/dbinfo.cpp
trunk/examples/deadlock.cpp
trunk/examples/fieldinf.cpp
trunk/examples/for_each.cpp
trunk/examples/load_jpeg.cpp
trunk/examples/multiquery.cpp
trunk/examples/resetdb.cpp
trunk/examples/simple1.cpp
trunk/examples/simple2.cpp
trunk/examples/simple3.cpp
trunk/examples/ssqls1.cpp
trunk/examples/ssqls2.cpp
trunk/examples/ssqls3.cpp
trunk/examples/ssqls4.cpp
trunk/examples/ssqls5.cpp
trunk/examples/ssqls6.cpp
trunk/examples/store_if.cpp
trunk/examples/tquery1.cpp
trunk/examples/tquery2.cpp
trunk/examples/tquery3.cpp
trunk/examples/transaction.cpp
trunk/mysql++.bkl
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/Wishlist
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/Wishlist?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/cgi_jpeg.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/cgi_jpeg.cpp?rev=2468&r1=2467&r2=2468&view=diff
Removed: trunk/examples/cmdline.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/cmdline.cpp?rev=2467&view=auto
Removed: trunk/examples/cmdline.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/cmdline.h?rev=2467&view=auto
Modified: trunk/examples/dbinfo.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/dbinfo.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/deadlock.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/deadlock.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/fieldinf.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/fieldinf.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/for_each.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/for_each.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/load_jpeg.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/load_jpeg.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/multiquery.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/multiquery.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/resetdb.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/resetdb.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/simple1.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/simple1.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/simple2.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/simple2.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/simple3.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/simple3.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/ssqls1.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls1.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/ssqls2.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls2.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/ssqls3.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls3.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/ssqls4.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls4.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/ssqls5.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls5.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/ssqls6.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls6.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/store_if.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/store_if.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/tquery1.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/tquery1.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/tquery2.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/tquery2.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/tquery3.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/tquery3.cpp?rev=2468&r1=2467&r2=2468&view=diff
Modified: trunk/examples/transaction.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/transaction.cpp?rev=2468&r1=2467&r2=2468&view=diff
Copied: trunk/lib/cmdline.cpp (from r2466, trunk/examples/cmdline.cpp)
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/cmdline.cpp?p2=trunk/lib/cmdline.cpp&p1=trunk/examples/cmdline.cpp&r1=2466&r2=2468&rev=2468&view=diff
Copied: trunk/lib/cmdline.h (from r2466, trunk/examples/cmdline.h)
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/cmdline.h?p2=trunk/lib/cmdline.h&p1=trunk/examples/cmdline.h&r1=2466&r2=2468&rev=2468&view=diff
Modified: trunk/mysql++.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2468&r1=2467&r2=2468&view=diff
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits