Skip to content

Tags: andrewvoznytsa/inih

Tags

r42

Toggle r42's commit message
Silence -Wstringop-truncation (benhoyt#64)

This pull request fixes -Wstringop-truncation (implemented in GCC 8.1), without changing the behavior of the function.

r41

Toggle r41's commit message
Add support for changing start-of-line comment characters. Fixes benh…

…oyt#62

r40

Toggle r40's commit message
Add ini_parse_string() function for issue benhoyt#57, initially sugge…

…sted in PR benhoyt#38

r39

Toggle r39's commit message
Document INI_HANDLER_LINENO compile-time option

r38

Toggle r38's commit message
Fix \r\n EOLs in baseline_stop_on_first_error.txt

r37

Toggle r37's commit message
Merge pull request benhoyt#53 from TheVice/INIReader

[INIReader] class now using constant reference as method arguments.

r36

Toggle r36's commit message
Merge pull request benhoyt#50 from jinstrong/master

Update INIReader.cpp file

r35

Toggle r35's commit message
Only define INI_INLINE_COMMENT_PREFIXES if it's not already defined

r34

Toggle r34's commit message
Add option to disable inline comments and to specify which inline com…

…ment character are allowed: benhoyt#40

r33

Toggle r33's commit message
Merge pull request benhoyt#41 from cosmy1/patch-1

Fix MSVC Warning