summaryrefslogtreecommitdiff
path: root/project2/common/variables
Commit message (Collapse)AuthorAge
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-03
|
* Add a unit test over config variableDan Goodliffe2014-11-28
| | | | | Adds p2common unit tests dir Adds a very basic test script node that accepts a simple map for values
* 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
|
* Move non p2 specific components into a supporting library, build libmisc ↵randomdan2013-04-04
| | | | into this too
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
|
* Split variable and variabletype code into separate filesrandomdan2013-03-29
| | | | | Use variabletype in populating options data Add code for guessing the type of some input data
* Strip all uri parameter stuff from common, make it cgi onlyrandomdan2013-03-28
| | | | | Add component to get a unique cgi request ID Change file presenter cache to use a configurable component to determine its ID
* Move pwd out of common into filesrandomdan2013-03-28
|
* Add simple pwd variablerandomdan2013-03-18
|
* Folderise variables and another testrandomdan2013-03-16