CIA.vc
mysqlpp
Real-time open source activity stats
Stats » Projects » mysqlpp
informationsyndicateUTC clock
13:26 on Feb 13, 2012
event counters
The last message was received 3.62 months ago at 02:16 on Oct 28, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
1366 messages since the first one, 5.26 years ago, for an average of 1.41 days between messages
recent messages
dateReversed sort columnprojectcontentlink
02:16 on Oct 28, 2011mysqlpp
Commit by bluedreamer :: r2708 /trunk/.gitignore:
Generate a .gitignore file from the subversion ignore files using the command
git svn show-ignore >> .gitignore

Recommiting with minor change to get proper commit message
#
02:10 on Oct 28, 2011mysqlpp
Commit by bluedreamer :: r2707 /trunk/.gitignore:
Merge branch 'ignore'
#
00:59 on Oct 28, 2011mysqlpp
Commit by mysqlpp :: r2706 /trunk/CREDITS.txt:
Fix to the fix...
#
00:59 on Oct 28, 2011mysqlpp
Commit by mysqlpp :: r2705 /trunk/CREDITS.txt:
CR fix
#
23:19 on Oct 27, 2011mysqlpp
Commit by bluedreamer :: r2704 /trunk/CREDITS.txt:
Added Adrian to CREDITS.txt file
#
19:25 on Oct 27, 2011mysqlpp
Commit by wyoung :: r2703 /trunk/ (bootstrap configure.ac):

  • Reverted from autoreconf to separate calls to the various autotools from bootstrap script. EL5 and older have autoreconf with a known limitation whereby it won't pass -I flags on to aclocal, so it can't find bakefile.m4.
  • Switched from LT_INIT in configure.ac to older AC_PROG_LIBTOOL to allow new libtool support to work with libtool pre 2.2.
#
08:35 on Oct 27, 2011mysqlpp
Commit by mysqlpp :: r2702 /trunk/ (. config/ configure.ac):
Using libtool now (again) on Autotools systems. Main thing we get from
it immediately is that it builds relocatable libraries, which is needed
in some linking situations. Patch by Adrian Cornish.
#
08:29 on Oct 27, 2011mysqlpp
Commit by mysqlpp :: r2701 /trunk/configure.ac:
Moved call to AC_BAKEFILE lower in the file, to squish complaints from
autoreconf about doing it too early. Fix diagnosed by Adrian Cornish.
#
08:28 on Oct 27, 2011mysqlpp
Commit by mysqlpp :: r2700 /trunk/bootstrap:
Changed from separate calls to aclocal, autoconf, etc. in bootstrap
script to using autoreconf. Change recommended by Adrian Cornish.
#
08:24 on Oct 27, 2011mysqlpp
Commit by mysqlpp :: r2699 /trunk/lib/ssqls.pl:
Removed a pointless "const" that GCC 4.4 warns about. (Earlier
compilers just ignored it.) Patch by Adrian Cornish.
#
23:40 on Oct 17, 2011mysqlpp
Commit by wyoung :: r2698 /trunk/config/mysql_ssl.m4:
The test for mysql_ssl_set() got broken by a change in the mysql_loc.m4
test, causing it to always return "no" even if the platforms MySQL C
API library did have the function. Therefore, the SslOption could never
be set. Bug reported here: stackoverflow.com/questions/7794408
#
02:35 on Oct 16, 2011mysqlpp
Commit by wyoung :: r2697 /trunk/lib/query.h:
Added Query::replacefrom(), based on insertfrom() but changed for
REPLACE statements. Patch by Adrian Cornish <mysql at bluedreamer dot com>
#
13:31 on Sep 29, 2011mysqlpp
Commit by mysqlpp :: r2696 /trunk/doc/userman/unicode.dbx:
Added UTF-16 and Windows 7 info.
#
10:36 on Jul 24, 2011mysqlpp
Commit by mysqlpp :: r2695 /trunk/ (5 files):
Added "abicheck" top-level target, for running ISPRAS ABI checker tool
(http://ispras.linux-foundation.org/) against a predecided "ABI-stable"
version of MySQL++, comparing it against the current version.
#
10:08 on Jul 24, 2011mysqlpp
Commit by mysqlpp :: r2694 /trunk/mysql++.bkl:
Recent bakefile would complain about missing dependencies when building
Makefile.simple, for the examples RPM, since that Makefile doesn't build
the library. Added some "if building library" conditionals to squish
these complaints.
#
19:52 on Jun 21, 2011mysqlpp
Commit by wyoung :: r2693 /trunk/lib/type_info.cpp:
Applied "unsigned float" patch by Leonardo Lang <leonardo dot lang at gmail dot com>
#
20:51 on May 19, 2011mysqlpp
Commit by wyoung :: r2692 /trunk/lib/type_info.cpp:
Fixed the "escape" manipulator so it will work with Null<> wrapped
types. The "quote" manipulator already did the right thing, so copied
the way it does things. Patch by "Kemet" <kemet at telenet dot be>
#
20:47 on May 19, 2011mysqlpp
Commit by wyoung :: r2691 /trunk/bootstrap:
Added -Wextra to pedantic build flags
#
16:59 on May 12, 2011mysqlpp
Commit by wyoung :: r2689 /trunk/Wishlist:
.
#
16:59 on May 12, 2011mysqlpp
Commit by wyoung :: r2690 /trunk/lib/ (query.cpp query.h):
Query::storein() now correctly distinguishes two cases where the
underlying "use" query returns an empty result set from the expected
normal case where this always gives results. It can happen when the
DBMS barfs, and when someone passes us something like an INSERT query
even though that makes no sense with storein(). These situations no
longer cause MySQL++ to crash or lie to the caller that all is well.
#