David Korth
6eee9fecb0
[inih] Update: r58 -> r60
2025-04-08 22:23:33 -04:00
David Korth
f4eb26ac4b
[inih] Update: r56 -> r58
...
No significant changes for rom-properties' uses.
2024-02-17 16:59:50 -05:00
David Korth
78efb1645e
[inih] Update: r53 -> r56
...
Define INI_API= to disable the symbol visibility macros, since inih
should not be visible outside of libromdata.
2022-07-13 23:45:04 -04:00
David Korth
70e31278ba
[inih] Updated to inih-r52.
2020-11-01 13:17:49 -05:00
David Korth
e1d0c027d6
[inih] Updated to inih-r51.
2020-06-19 18:08:56 -04:00
David Korth
aaf9fbf293
[inih] Updated to inih-r46 (+1 commit).
2019-10-25 00:52:07 -04:00
David Korth
81f645717b
[inih] Updated to inih-r45.
2019-08-04 15:24:02 -04:00
David Korth
354795436a
[inih] Updated to inih-r43.
...
Removed ini_parse_w(), since this should be handled by the caller.
[librpbase] ConfReader.cpp: On Windows, use _wfopen() to open the file
using a Unicode pathname, then use ini_parse_file() to parse the opened
INI file.
2019-04-13 14:02:07 -04:00
David Korth
d720bcdd0c
[inih] Updated to inih-r42.
2018-05-17 22:22:52 -04:00
David Korth
952769421e
[inih] Updated to inih r41.
...
This adds INI_START_COMMENT_PREFIXES to allow changing start-of-line
comment characters. It also adds dynamic line buffer reallocation,
though it's disabled in rom-properties.
2018-03-30 09:31:58 -04:00
David Korth
a09a65c372
[inih] Updated to inih r40.
...
This adds a new function ini_parse_string(), which parses an INI file
from a loaded C string buffer.
Local changes, including ini_parse_w(), have been preserved.
2017-06-10 22:11:54 -04:00
David Korth
29b9e9159e
[inih] ini.c: _wfopen() needs a wide string for the mode.
...
MSVC 2010 gladly compiled this in C mode with only a warning.
The program ended up crashing at runtime with an MSVCRTD assertion.
2017-05-04 01:10:00 -04:00
David Korth
fbf8dd0c34
[inih] ini.c: Open the files as binary.
...
rstrip() removes trailing newlines and carriage returns, so we should
disable automatic "text mode" handling in the CRT.
2017-05-04 00:52:27 -04:00
David Korth
d92fec619f
[inih] ini_parse_w(): New function that takes a wchar_t* filename.
...
Needed for Unicode filenames on Windows.
2017-05-04 00:51:43 -04:00
David Korth
77e87cf590
[inih] New INI parser library inih.
...
inih version r39: https://github.com/benhoyt/inih/releases/tag/r39
License: 3-clause BSD
2017-05-04 00:16:28 -04:00