summaryrefslogtreecommitdiff
path: root/project2/common
Commit message (Expand)AuthorAge
* Add generic duration based time_pointer to time_t converterproject2-1.3.3.2Dan Goodliffe2019-05-06
* Explicitly add now deprecated implicit copy operator to VariableTypeDan Goodliffe2019-05-05
* Convert abs paths to relative path when resolving scripts by nameDan Goodliffe2019-03-13
* 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 and Ice 3.7project2-1.3.0Dan Goodliffe2018-04-28
* Fix throw in destructorsproject2-1.2.8.1Dan Goodliffe2017-11-05
* Remove implicit cast to char * because it's dangerous as everyone knowsproject2-1.2.6Dan Goodliffe2016-05-09
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
* Add workaround for has_result_type not correctly handling referencesDan Goodliffe2016-01-21
* 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 support for logging to the IceBox Logger instanceDan Goodliffe2015-10-06
* Big tidy up of loggers and logger factoriesDan Goodliffe2015-10-01
* Rename some of the things badly named LoaderDan Goodliffe2015-10-01
* Merge Plugable and ComponentLoader into new LifeCycle classDan Goodliffe2015-10-01
* Slash the amount of inclusion in pre-compiled headersDan Goodliffe2015-10-01
* Use AdHoc plugins for scriptable things and remove legacy plugin supportDan Goodliffe2015-09-30
* Remove NoOutputExecute for not being a thingDan Goodliffe2015-09-29
* Use AdHoc plugins for loggersDan Goodliffe2015-09-29
* Use AdHoc plugins for options sourcesDan Goodliffe2015-09-29
* Use AdHoc plugins for optionsDan Goodliffe2015-09-28
* Suport finding ComponentLoaders in AdHoc PluginsDan Goodliffe2015-09-28
* Use AdHoc plugins for variable implementationsDan Goodliffe2015-09-26
* Use AdHoc plugins for session containersDan Goodliffe2015-09-26
* Wrap getFormat so clients don't need to link against libadhocutil just to use...Dan Goodliffe2015-09-03
* Use libadhocutilproject2-1.1.5Dan Goodliffe2015-09-02
* Move more stuff from common to basicsDan Goodliffe2015-08-21
* Explicit conversion for boost-1.57 compatproject2-1.1.4.4Dan Goodliffe2015-07-28
* Switch to run rule for capturing outputDan Goodliffe2015-07-21
* Fix off by one error in rowstackDan Goodliffe2015-06-14
* Non-static ICE proxy and destroy the local communicator handleDan Goodliffe2015-06-06
* Move the parameter stack into ExecContext tooDan Goodliffe2015-06-06
* Move row values stack in ExecContextDan Goodliffe2015-06-06
* Tweaks while tracking down Column leakDan Goodliffe2015-06-06
* Add missing virtual destructor to OptionsSourceDan Goodliffe2015-06-06
* Fix memory leak config variableDan Goodliffe2015-06-06
* Introduce AppInstance for correctly scoping otherwise global thingsDan Goodliffe2015-06-06
* Move the mocked PQ db into the PQ module and start the basis of the SQL mod u...Dan Goodliffe2015-04-28
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-03
* Add missing includes highlighted when precompiled headers are disabledDan Goodliffe2014-12-17
* Use time based logic controlled from OptionsSource to determine if configurat...Dan Goodliffe2014-12-11
* Clear script caches before libraries are unloadedDan Goodliffe2014-12-01
* Don't cache a pointer to the row state instance, it might move!Dan Goodliffe2014-12-01
* Remove the continue on error options for plugables and add proper handling in...Dan Goodliffe2014-11-29
* Merge remote-tracking branch 'origin/master' into slicerDan Goodliffe2014-11-28
|\
| * Add a unit test over config variableDan Goodliffe2014-11-28