summaryrefslogtreecommitdiff
path: root/project2/common/appEngine.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
|
* 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
|
* Add support for using boost::format for log messagesrandomdan2012-04-24
| | | | Fix initialisation of console logger
* Finer control over output to presenters, addresses issues with JSON output ↵randomdan2012-02-17
| | | | | | and makes some other bits more sensible Tweaks to XSLT as some things have moved
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
|
* Drop Boost::program_options in favour of our own, pluggable system which ↵randomdan2011-12-08
| | | | integrates application platforms properly
* Groundwork for common presenter layerrandomdan2011-11-28
|
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
| | | | | Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent
* Add precompiled headers to commonrandomdan2011-09-01
|
* The big reshufflerandomdan2011-08-31