Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed reading the files. | madmaxoft | 2014-01-11 | 1 | -1/+1 |
| | | | | Duplicate values were ignored. | ||||
* | IniFile: Split SetValue() into AddValue() and SetValue(). | madmaxoft | 2014-01-11 | 2 | -39/+76 |
| | | | | Each function does what one would assume - AddValue adds a new value, SetValue overwrites existing value (creates a new one if not exists, if instructed to do so). | ||||
* | Fixed cIniFile's SetValue(). | madmaxoft | 2014-01-10 | 1 | -9/+1 |
| | | | | How did we not see this earlier? Each call to SetValue would actually ADD a value! | ||||
* | started work on cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |
| | |||||
* | Moved iniFile | Alexander Harkness | 2013-11-24 | 2 | -0/+1012 |