summaryrefslogtreecommitdiffstats
path: root/rteval/rtevalConfig.py
Commit message (Expand)AuthorAgeFilesLines
* Changes the default_config to allow running rteval from git/extracted directo...Raphaël Beamonte2013-01-101-3/+30
* Move the configuration defaults from rteval-cmd and into the rtevalConfig moduleDavid Sommerseth2013-01-041-0/+25
* Replace concatened paths with a call to os.path.joinRaphaël Beamonte2013-01-041-1/+1
* Fix that not all measurement modules where loadedDavid Sommerseth2012-12-191-2/+1
* Tackle if trying to set a configuration value not found in the config fileDavid Sommerseth2012-12-191-1/+8
* Update config with values from the command lineDavid Sommerseth2012-12-191-0/+14
* Add a hack around some oddities with Python iterationsDavid Sommerseth2012-12-171-1/+4
* Cleaned up rtevalConfig parserDavid Sommerseth2012-12-141-56/+83
* Make the config parser case sensitive and make it ignore commentsDavid Sommerseth2012-12-051-1/+2
* Make rtevalConfig use the new Log moduleDavid Sommerseth2012-11-201-7/+10
* updated source file copyright dates to 2010Clark Williams2010-07-121-2/+2
* convert loads and cyclictest to use parameter section for all parametersClark Williams2010-07-081-3/+11
* Added unit-testsDavid Sommerseth2010-05-141-0/+16
* adde code to rteval/rtevalConfig.py to allow first call toClark Williams2009-10-071-1/+6
* Added append mode to rtevalConfig::Load()David Sommerseth2009-09-241-7/+8
* Removed #!/usr/bin/python headere in library filesDavid Sommerseth2009-09-241-1/+0
* Added new method, rtevalConfig::HasSection(name) - to check if a section exis...David Sommerseth2009-09-231-0/+4
* Show most of the default values in --helpDavid Sommerseth2009-09-231-1/+1
* Fixes and new features to rtevalConfig and rtevalCfgSection classesDavid Sommerseth2009-09-181-0/+178