Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |