Skip to content

Releases: benhoyt/inih

inih version r38

11 Oct 13:35
Compare
Choose a tag to compare

Fix issue #55: handle empty value followed immediately by a comment. Thanks @davalv!

inih version r37

12 Sep 21:10
Compare
Choose a tag to compare

Change C++ wrapper class to use const string refs instead of passing string by value. Thanks @TheVice and @just6979 (and others in the past).

inih version r36

17 Jun 15:13
Compare
Choose a tag to compare

Fixed #49 by making C++ INIReader.Get() compatible with pre-C++11 compilers (use map.find instead of new map.at).

inih version r35

02 Jan 18:02
Compare
Choose a tag to compare

Fix so INI_INLINE_COMMENT_PREFIXES is only defined in ini.h if user hasn't already defined it

inih version r34

02 Jan 17:48
Compare
Choose a tag to compare

Fix #44 (issue with = overriding : in name/value parsing) and add a small feature to allow disabling inline comments as well as specifying which characters are allowed for inline comments, for example # and ; (see #40).

inih version r33

14 Dec 03:20
Compare
Choose a tag to compare

Better MSVC warning

inih version r32

01 Aug 01:24
Compare
Choose a tag to compare

Added ini_parse_stream() function to parse from custom I/O per #38

inih version r31

17 Apr 01:30
Compare
Choose a tag to compare
Prevent silly strncpy security warning in MSVC.

https://github.com/benhoyt/inih/issues/34

inih version r30

12 Mar 20:34
Compare
Choose a tag to compare
fix links, fix langs