Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-06 | Fix incorrect AC_LANG_SOURCE quoting | Boris Kolpackov | 13 | -63/+63 | |
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch. | |||||
2012-05-04 | Add -D_REENTRANT when building on Linux to emulate -pthread | Boris Kolpackov | 1 | -1/+3 | |
2012-03-01 | Rename cxx11.m4 to c++11.m4 | Boris Kolpackov | 1 | -0/+0 | |
2012-03-01 | Use consistent default database name for SQLite | Boris Kolpackov | 1 | -3/+3 | |
2012-02-24 | C++11 support (initial infrastructure) | Boris Kolpackov | 1 | -0/+38 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 22 | -22/+22 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 22 | -22/+0 | |
Too much effort to maintain. | |||||
2012-01-20 | Autotools and VC++ build support for SQL Server | Boris Kolpackov | 3 | -0/+315 | |
2012-01-20 | Misc fixes | Boris Kolpackov | 2 | -2/+2 | |
2011-12-01 | Make sure PostgreSQL psql driver stops at first error and exits with error code | Boris Kolpackov | 1 | -1/+1 | |
2011-11-30 | Cosmetic automake changes | Boris Kolpackov | 6 | -21/+21 | |
2011-11-28 | Clear shell variables before appending | Boris Kolpackov | 3 | -0/+6 | |
2011-11-28 | Corrections to Oracle user configuration script | Constantin Michael | 1 | -4/+4 | |
2011-11-25 | Corrections to Oracle user configuration script | Constantin Michael | 1 | -8/+6 | |
2011-11-24 | Add Oracle to automake and Visual Studio build | Constantin Michael | 3 | -1/+335 | |
2011-11-08 | Get rid of special tracer database | Boris Kolpackov | 1 | -84/+0 | |
The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged. | |||||
2011-10-03 | Don't add -framework OS X option to CPPFLAGS1.6.01.6 | Boris Kolpackov | 1 | -4/+0 | |
It is only necessary in LDFLAGS and adding it to CPPFLAGS causes warnings. | |||||
2011-07-25 | Export variable separately to be compatible with POSIX shell1.5.0 | Boris Kolpackov | 1 | -1/+2 | |
2011-07-25 | Add missing pgsql value | Boris Kolpackov | 1 | -1/+1 | |
2011-07-24 | Correct invalid psql option from --user to --username | Constantin Michael | 1 | -2/+2 | |
2011-07-23 | Correct misquoted variable during driver generation | Constantin Michael | 1 | -1/+1 | |
2011-07-23 | Quieten psql notifications and warnings for dist build tests | Constantin Michael | 1 | -0/+3 | |
2011-07-23 | Correct psql option from --database to --dbname | Constantin Michael | 1 | -2/+2 | |
2011-07-22 | Include messages regarding trusted test database user in automake messages | Constantin Michael | 1 | -2/+2 | |
2011-07-22 | Correct typo | Constantin Michael | 1 | -1/+1 | |
2011-07-22 | MAke automake scripts PostgreSQL aware | Constantin Michael | 3 | -0/+289 | |
2011-04-27 | Use QtCore prefix when including Qt headers1.4.0 | Boris Kolpackov | 1 | -4/+37 | |
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does. | |||||
2011-04-24 | Improve autoconf test for Qt | Boris Kolpackov | 1 | -5/+61 | |
2011-04-22 | Add code for Qt profile dist build | Constantin Michael | 2 | -0/+170 | |
2011-03-30 | Autotools support for SQLite | Boris Kolpackov | 4 | -2/+152 | |
2011-02-17 | Add test infrastructure for boost profile | Boris Kolpackov | 2 | -0/+270 | |
2011-01-04 | Copyright update | Boris Kolpackov | 11 | -11/+11 | |
2010-12-13 | Detect TR1 <memory> availability | Boris Kolpackov | 1 | -0/+40 | |
Also use the wrapper header from libodb. | |||||
2010-09-28 | Use libtool only to link | Boris Kolpackov | 1 | -5/+21 | |
2010-09-27 | More fixes to pthread test | Boris Kolpackov | 1 | -4/+0 | |
2010-09-25 | Improve pthread test | Boris Kolpackov | 1 | -1/+8 | |
2010-09-14 | Rename DB_ID_MYSQL to DATABASE_MYSQL | Boris Kolpackov | 1 | -2/+2 | |
2010-09-14 | Update test | Boris Kolpackov | 1 | -0/+20 | |
2010-09-13 | Make test options consistent with MySQL | Boris Kolpackov | 1 | -2/+2 | |
2010-09-06 | Add automake build support | Boris Kolpackov | 11 | -0/+1007 | |