Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add some test blob data to testcore | Dan Goodliffe | 2020-05-24 |
| | |||
* | Explicitly disable checker for generated code | Dan Goodliffe | 2019-03-19 |
| | |||
* | Remove boost_system | Dan Goodliffe | 2019-02-09 |
| | |||
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-03 |
| | |||
* | C++17 | Dan Goodliffe | 2018-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 split | Dan Goodliffe | 2017-04-28 |
| | |||
* | Add utility for creating a temporary mock database via the command line | Dan Goodliffe | 2017-01-01 |
| | |||
* | Partially tested global visibility hidden in all projects | Dan Goodliffe | 2016-01-24 |
| | |||
* | Remove flto cos I'm sick of it randomly breaking stuff | Dan Goodliffe | 2015-12-18 |
| | |||
* | Add a database connection pool.libdbpp-0.10 | Dan Goodliffe | 2015-11-19 |
| | |||
* | Fix install test target name | Dan Goodliffe | 2015-09-25 |
| | |||
* | Add the core test library for testing connector implementations | Dan Goodliffe | 2015-09-24 |
| | |||
* | Migrate SQL script parser and add support for executing a script on a connection | Dan Goodliffe | 2015-09-21 |
| | |||
* | Add install rules | Dan Goodliffe | 2015-09-20 |
| | |||
* | Add basic unit test beginnings | Dan Goodliffe | 2015-09-20 |
| | |||
* | Rename target .so | Dan Goodliffe | 2015-09-20 |
| | |||
* | Set visibility | Dan Goodliffe | 2015-09-20 |
| | |||
* | Adds native support for time_duration as a variable type | randomdan | 2014-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 ↵ | randomdan | 2011-03-01 |
| | | | | build all of it | ||
* | Fix the build system to do dependencies properly | randomdan | 2011-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 |