Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-30fix CRLFBrodie Thiesfield
2009-06-30add support for Borland C. version 4.11Brodie Thiesfield
2009-06-10* add ability to force an value to replace an existing value in a multi-key ↵Brodie Thiesfield
INI file
2009-06-09prepare for releaseBrodie Thiesfield
2009-06-09* ensure that newlines are converted in section commentsBrodie Thiesfield
2009-06-09update to version 4.9Brodie Thiesfield
2009-06-09update to version 4.9Brodie Thiesfield
2009-06-09* clear the list when calling "GetAll*" functions so that the returned items ↵Brodie Thiesfield
are only for that call and are not added to * ensure that GetAllValues returns the comment and load order for that value * when saving the file, ensure that keys with multiple values save each individual comment for each value
2009-06-04add spaces around the = sign when writing out the fileBrodie Thiesfield
2008-09-22disable copy constructor and operator=Brodie Thiesfield
prepare for new release
2008-06-18bump version to 4.8.1 for releaseBrodie Thiesfield
2008-06-11add include of cstring to avoid gcc errorsBrodie Thiesfield
2008-06-04bump the versionBrodie Thiesfield
2008-06-04bump the versionBrodie Thiesfield
2008-06-03Fix off by 1 error in ConvertToStoreBrodie Thiesfield
2008-04-25added new functions GetBoolValue, GetLongValue, SetBoolValue, SetLongValueBrodie Thiesfield
2008-04-24package latest changes into a releaseBrodie Thiesfield
2008-03-06ignore output dirsBrodie Thiesfield
2008-03-06don't use secure lib functions on Windows CEBrodie Thiesfield
2008-02-29handle 0 length inputBrodie Thiesfield
2008-02-21restore warnings to what they were at first on windowsBrodie Thiesfield
2007-11-13better makefileBrodie Thiesfield
2007-11-13small change for winceBrodie Thiesfield
2007-09-20ignore listBrodie Thiesfield
2007-09-20add test for winceBrodie Thiesfield
2007-06-30Fix for UTF-8/unicode multiline processingBrodie Thiesfield
2007-06-21(no commit message)Brodie Thiesfield
2007-06-21(no commit message)Brodie Thiesfield
2007-04-23minor changes. no release.Brodie Thiesfield
2007-01-25version 4.2 releaseBrodie Thiesfield
Fix compilation breakages on gcc. Changed comments to get same newline handling like multi-line entries.
2007-01-24version 4.1 releaseBrodie Thiesfield
Fix compilation breakages on gcc. Changed multi-line entries so that regardless of platform the in memory value has lines separated by a single \n character and on save they are delimited by the platform newline characters. Added option to output the UTF-8 file signature to all Save and SaveFile methods.
2007-01-23version 4.0.1 releaseBrodie Thiesfield
2007-01-22version 4.0 releaseBrodie Thiesfield
2007-01-22Initial directory structure.Brodie Thiesfield