summaryrefslogtreecommitdiff
path: root/libdbpp/Jamfile.jam
Commit message (Collapse)AuthorAge
* Add some test blob data to testcoreDan Goodliffe2020-05-24
|
* Explicitly disable checker for generated codeDan Goodliffe2019-03-19
|
* Remove boost_systemDan Goodliffe2019-02-09
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
|
* C++17Dan Goodliffe2018-04-09
| | | | | | Replaces lots of things with new C++17 variants of them. Updates much code to be compatible with C++17 version libadhocutil. Note that this includes changes to how mock databases are instantiated.
* Standalone splitDan Goodliffe2017-04-28
|
* Add utility for creating a temporary mock database via the command lineDan Goodliffe2017-01-01
|
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
|
* Remove flto cos I'm sick of it randomly breaking stuffDan Goodliffe2015-12-18
|
* Add a database connection pool.libdbpp-0.10Dan Goodliffe2015-11-19
|
* Fix install test target nameDan Goodliffe2015-09-25
|
* Add the core test library for testing connector implementationsDan Goodliffe2015-09-24
|
* Migrate SQL script parser and add support for executing a script on a connectionDan Goodliffe2015-09-21
|
* Add install rulesDan Goodliffe2015-09-20
|
* Add basic unit test beginningsDan Goodliffe2015-09-20
|
* Rename target .soDan Goodliffe2015-09-20
|
* Set visibilityDan Goodliffe2015-09-20
|
* Adds native support for time_duration as a variable typerandomdan2014-03-03
| | | | Pass/retrieve boost::posix_time ptime and time_duration into/out of the db tier
* Just build the needed bits of libmisc into places they're needed, don't ↵randomdan2011-03-01
| | | | build all of it
* Fix the build system to do dependencies properlyrandomdan2011-02-09
Break down libodbcpp into a set of base classes; libdbpp Add a native PostgreSQL implementation of libdbpp; libpqpp Extend project2 rdbms stuff to work with generic connectors Update datasources to specify connector type Build libmisc as .so