summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Switch to string_view for libdbpp compatDan Goodliffe2019-02-10
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-07
|
* GCC-8.2 and libadhocutil-0.6 compat fixesproject2-1.3.2Dan Goodliffe2019-01-28
|
* C++17 JSONproject2-1.3.1Dan Goodliffe2018-05-06
| | | | Updates to match the new pure C++17 JSON interface
* C++17 and Ice 3.7project2-1.3.0Dan Goodliffe2018-04-28
| | | | | Updates all code to work with C++17 and Ice 3.7 and related updates in used libraries.
* Fix throw in destructorsproject2-1.2.8.1Dan Goodliffe2017-11-05
|
* Fix narrowing warningDan Goodliffe2017-11-05
|
* Slicer 1.7 compatibilityDan Goodliffe2017-11-05
|
* Standalone splitDan Goodliffe2017-05-02
|
* Upgrade to libxml++3project2-1.2.8Dan Goodliffe2017-04-28
|
* Set cxxflags specifically, not cflagsDan Goodliffe2016-10-07
|
* Behave more like a normal compiler (write whole file, not append existing one)Dan Goodliffe2016-10-07
|
* Unpack models correctlyproject2-1.2.7.1Dan Goodliffe2016-09-30
|
* Slicer 1.4 compatibility fixproject2-1.2.7Dan Goodliffe2016-09-24
|
* Allow control of --dll-export and --iceDan Goodliffe2016-06-26
|
* Remove implicit cast to char * because it's dangerous as everyone knowsproject2-1.2.6Dan Goodliffe2016-05-09
|
* Fix leak of html/xml document structureDan Goodliffe2016-05-09
|
* Don't require ModelPartFor compat wrapperproject2-1.2.5.1Dan Goodliffe2016-02-07
|
* Default to compiling c++1y, fully stripped and gc'edDan Goodliffe2016-02-07
|
* Build most things by defaultDan Goodliffe2016-01-27
|
* Export exposed componentsproject2-1.2.5Dan Goodliffe2016-01-25
|
* Fix random imbue not working bug with much less codeDan Goodliffe2016-01-24
|
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
|
* Ignore IO errors writing CgiResults to clients as they may be gone awayproject2-1.2.4Dan Goodliffe2016-01-21
|
* Add workaround for has_result_type not correctly handling referencesDan Goodliffe2016-01-21
|
* Use libdbpp's table patchproject2-1.2.3Dan Goodliffe2015-12-30
|
* Changes to allow DynamicSql Writers to interact with DB::SqlWriterDan Goodliffe2015-12-30
|
* Unambigous sqlWriter[s].h nameDan Goodliffe2015-12-30
|
* Compatibility with libdbpp-*-1 - non-const ConnectionsDan Goodliffe2015-12-30
|
* Add missing links to pthread (gcc-5.3 fix)project2-1.2.2.5Dan Goodliffe2015-12-15
|
* Switch lib64 references for native onesDan Goodliffe2015-12-12
|
* Truncate file before slicer as slicer appendsDan Goodliffe2015-12-11
|
* Add slicer pure feature value to build just the slicer parts, not the raw ↵Dan Goodliffe2015-12-10
| | | | ice parts
* Enable gc-sections in releaseDan Goodliffe2015-12-06
|
* Allow SqlBase to be initialised with just a datasource nameDan Goodliffe2015-11-23
|
* Move common code for database references into SqlBaseDan Goodliffe2015-11-23
|
* Make source object a virtual base of row set cacheDan Goodliffe2015-11-23
|
* Make source object a virtual base of row setDan Goodliffe2015-11-23
|
* Don't keep references to plugins that might get unloadedproject2-1.2.2.4Dan Goodliffe2015-10-25
|
* Support options sources and targets coming and going during options loadDan Goodliffe2015-10-24
|
* Fix loading dynamically added option sourcesDan Goodliffe2015-10-23
|
* Add includes now slicer uses adhocutilDan Goodliffe2015-10-23
|
* Tidy up and alias glibmm and libxml++ refsDan Goodliffe2015-10-23
|
* Don't immediate call clean up on libxmlproject2-1.2.2.1Dan Goodliffe2015-10-21
|
* Restructure alias all list and add missing thingsDan Goodliffe2015-10-17
|
* Handle redirect URL being a complete URL, fixes behaviour in Apache 2.4.17project2-1.2.2Dan Goodliffe2015-10-15
|
* Remove legacy definedDirs.h in favour of adhocutils'Dan Goodliffe2015-10-13
|
* Get rid of class Curl for being a) used wrong and b) just adding complicationproject2-1.2.1Dan Goodliffe2015-10-09
|
* Remove unnecessary wrappers, adhocutil provides suitable onesDan Goodliffe2015-10-09
|
* Refactor to support using VariableCurlHelper to inject its properties into ↵Dan Goodliffe2015-10-09
| | | | an pre-existing CurlHandle