summaryrefslogtreecommitdiff
path: root/project2/common/variableConvert.cpp
Commit message (Collapse)AuthorAge
* Adds native support for time_duration as a variable typerandomdan2014-03-03
| | | | Pass/retrieve boost::posix_time ptime and time_duration into/out of the db tier
* Fix the gch usage quirk with a silly hack and a load of small changesrandomdan2013-06-21
|
* Address ambiguity converting to long int on 32bitrandomdan2013-04-09
|
* 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
* Much improved variable conversion and conversion caching for speed benefitsrandomdan2011-12-27
|
* 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
* Make many things use variables instead of preread valuesrandomdan2011-11-02
| | | | | Add support for a Boolean type Fix flow error in exception handling
* Add precompiled headers to commonrandomdan2011-09-01
|
* The big reshufflerandomdan2011-08-31