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 (Expand)Author
2021-08-31make DEFINITIONS SI_NoCase & SI_Case for SI_NO_CONVERSION (#52)HEADmasterVShawn
2020-06-21Try again to fix build statusBrodie Thiesfield
2020-06-21Fix build statusBrodie Thiesfield
2020-06-16Fix for issue 4 "value returned by GetValue for multiline includes ENDTAG" ca...unknown
2020-06-16Fix problem where items without a section (e.g. the empty section) were added...unknown
2020-06-16Create a new SI_NO_CONVERSION define to disable all wchar conversion. This me...unknown
2020-06-16Move back to top level of repositoryBrodie Thiesfield
2020-06-16Fixing build on linuxwatercal
2020-06-16First stage of updating the project to have full test harness and incorporate...unknown
2018-08-31Make compile with C++17 (#37)csware
2017-08-25Enable unicode when data starts with UTF-8 BOMBrodie Thiesfield
2017-08-25Hookup with TravisCI (#30)Mike Tzou
2017-08-25Replace std::binary_function with std::function (#31)Ian Dunn
2016-07-24Merge pull request #20 from leokoppel/masterBrodie Thiesfield
2016-07-22Fix failure on loading empty fileLeo Koppel
2015-10-12Merge pull request #17 from vladon/masterBrodie Thiesfield
2015-10-12correct use of `new`Vladislav Yaroslavlev
2015-03-02Update SimpleIni.hBrodie Thiesfield
2015-03-02Merge pull request #8 from LogicalKnight/masterBrodie Thiesfield
2014-11-12Add missing #include for cstdlibSean LK
2014-11-11Merge pull request #7 from noryb009/masterBrodie Thiesfield
2014-07-22Add DeleteValue()noryb009
2014-06-12Use explicit scope for SizeToStore memberBrodie Thiesfield
2013-09-28Prepare for release4.17Brodie Thiesfield
2013-09-28Fixes issue #3Brodie Thiesfield
2013-09-28Fixes issue #2Brodie Thiesfield
2013-09-28Fix formatting4.16Brodie Thiesfield
2013-09-28Update LICENCE.txtBrodie Thiesfield
2013-09-28Create LICENCE.txtBrodie Thiesfield
2013-09-28Update README.mdBrodie Thiesfield
2013-09-28Create README.mdBrodie Thiesfield
2013-02-13Fix for issue 7: mbstowcs with NULL dest is not supported by all librariesBrodie Thiesfield
2013-02-01Fix for issue 7: mbstowcs is used in non-standard way, thus casing crash with...Brodie Thiesfield
2012-08-16Update revision numberBrodie Thiesfield
2012-08-16Ensure that the file buffer is always null terminated (thanks to irov13 for b...Brodie Thiesfield
2012-03-29added fix for compiling with clangBrodie Thiesfield
2012-02-27update copyright dateBrodie Thiesfield
2012-02-27Fix a bug reported by andreaplanet in the ICU processing that caused conversi...Brodie Thiesfield
2011-03-17update version numberBrodie Thiesfield
2011-03-17prepare for 4.14 releaseBrodie Thiesfield
2010-04-19hardcode doxygen path in packagerBrodie Thiesfield
2010-04-19v4.13, get rid of warning when building with VS 2010Brodie Thiesfield
2009-09-15release 4.12Brodie Thiesfield
2009-09-11Fix for security warnings with VC9Brodie Thiesfield
2009-09-10ensure that UTF32 is 32-bits on a 64-bit platform. It should still be 32 on a...Brodie Thiesfield
2009-06-30add test target to MakefileBrodie Thiesfield
2009-06-30revert to vc2003 project filesBrodie Thiesfield
2009-06-30build with VC2008 no warningsBrodie Thiesfield
2009-06-30test script (although really just testing in name rather than spirit)Brodie Thiesfield
2009-06-30fixing mime-types and line endingsBrodie Thiesfield