summaryrefslogtreecommitdiffstats
path: root/lib/simpleini/test1-expected.ini
Commit message (Collapse)AuthorAgeFilesLines
* Profile rewritten to boost. Read/write to ini should work.Zaba9992012-09-271-85/+0
| | | | Load/Save should work.
* * changed 0, NULL to nullptrerihel2012-08-091-0/+85
* changed profile.cpp to use SimpleIni to load config files * added new CProfile singleton class for loading config * added SimpleIni to lib/ dir * added config loading tests