summaryrefslogtreecommitdiff
path: root/project2/common/presenter.cpp
Commit message (Collapse)AuthorAge
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-03
|
* Explicit instantiations of instance store/map/set to avoid multiple ↵randomdan2014-01-04
| | | | instantiatation in different compilation units
* 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
* 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)
* Add support for simple mutations of XML output (node rearrangement)randomdan2012-04-20
|
* 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