summaryrefslogtreecommitdiff
path: root/project2/common/commonObjects.cpp
Commit message (Collapse)AuthorAge
* 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