summaryrefslogtreecommitdiff
path: root/project2/common/commonObjects.cpp
Commit message (Collapse)AuthorAge
* 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.
* Use AdHoc plugins for scriptable things and remove legacy plugin supportDan Goodliffe2015-09-30
|
* Use libadhocutilproject2-1.1.5Dan Goodliffe2015-09-02
|
* Switched to slicer internals, added more testsDan Goodliffe2014-11-23
|
* Add basic workings of the Ice client and daemon modules - will probably ↵randomdan2014-03-10
| | | | change, but basic functionality works
* Massive refactor to remove the appEngine and environment complication and ↵randomdan2013-07-05
| | | | instead have an execution context that's passed around from the original call site
* Move remaining options out of environmentrandomdan2013-06-23
|
* Move script resolution out of environment into script readerrandomdan2013-06-23
|
* Fix the gch usage quirk with a silly hack and a load of small changesrandomdan2013-06-21
|
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
|
* Fix creation of default error XML document stylerandomdan2012-07-22
| | | | | Fix hack used in script tidy up by not creating a mess in the first place (pass default or scripted to objects on creation) Fix bug where a cached script that failed on first run would succeed wrongly on subsequent runs due to excessive tidy up (above)
* Initialise flags properly and only use script when there is onerandomdan2012-01-07
|
* Fix another memory leak (better methods possibly available, but this will ↵randomdan2012-01-06
| | | | suffice for now)
* Address memory leaks that have snook in over timerandomdan2012-01-04
|
* Regeneralise some coderandomdan2012-01-01
| | | | | Fully customisable output chain Minor supporting tweaks here and there
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
|
* Pluggable script enginesrandomdan2011-12-14
| | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout
* Allow specifying different loader classes when setting up script parsers ↵randomdan2011-11-29
| | | | (allows defining presenter modules from within a script)
* New memoryCache implementationrandomdan2011-11-27
| | | | New mapFind helper function
* More flexible Curl helpers with boost::bindrandomdan2011-09-06
| | | | | | Remove lots of duplicate code with safeMapFind Rework the session code into something slightly more sensible Add a doobry for forcing a CGI error
* Add precompiled headers to commonrandomdan2011-09-01
|
* The big reshufflerandomdan2011-08-31