1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-02-05 07:08:23 +08:00

27 Commits

Author SHA1 Message Date
Ben Hoyt
5e1d9e2625 Bump up version to r56 for release 2022-07-12 21:20:53 +12:00
Ben Hoyt
4bd3261ea4 Keep tipi.build message in README but delete other files
Thanks @pysco68.

See https://github.com/benhoyt/inih/pull/136
2022-04-15 15:03:45 +12:00
Ben Hoyt
4eb924d2ea Update readme to GitHub Actions badge 2021-02-27 17:21:05 +13:00
Stephan Lachnit
98dafacc76
enable distro settings by default (#125)
* meson: enable distro settings by default

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>

* meson: add note about version in pkg-config file

See also #123.

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2021-02-07 14:08:34 +13:00
Ben Hoyt
1e80a47dff
Add INI_CUSTOM_ALLOCATOR to allow using a custom memory allocator (#119)
Fixes https://github.com/benhoyt/inih/issues/118
2020-10-13 21:25:18 +13:00
Stephan Lachnit
16787c478a
Add options for Meson (#103)
* README: initial malloc size before allow realloc
* meson: fix wrong dependency for INIReader
* meson: implement options
* r49 release
2020-04-22 14:49:24 +12:00
Phoebe
3e95a77a42
Add vcpkg installation instructions (#102) 2020-04-01 21:27:33 +13:00
Stephan Lachnit
ee0bacace7
more meson stuff (#98)
* meson: add dependencies as variables
* README: add meson notes

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-02-27 09:02:16 +13:00
Ben Hoyt
6edb31a218 Tweak formatting of NULL in README for consistency 2019-10-05 16:09:33 -04:00
Ben Hoyt
c2a54dcca1 Update README to mention INI_ALLOW_NO_VALUE 2019-10-05 16:08:26 -04:00
Ben Hoyt
185923c7f3
Update README.md 2019-05-29 08:29:12 -04:00
Ben Hoyt
1d07c47906 Add TravisCI badge at top of README 2019-04-08 20:58:26 -04:00
Ben Hoyt
977efc5e73 README tweaks; unittest.c spacing tweaks 2019-04-08 20:42:16 -04:00
ksdhans
be59185856 Add option to call handler when a new section is encountered (#79)
Some programs have ini files with multiple sections that have the same name, which would make it very useful to know when a new section is encountered.

This patch adds this ability as an option that's enabled by setting INI_CALL_HANDLER_ON_NEW_SECTION to 1
2019-04-08 08:44:21 -04:00
Ben Hoyt
41fae03717 Add support for changing start-of-line comment characters. Fixes #62 2018-02-09 11:21:00 -05:00
Ben Hoyt
d709bdac5b Add support for realloc for very long lines (fixes #61) 2017-12-14 16:01:30 -05:00
Ben Hoyt
4b83b02311 Fix typo in Windows/Unicode note 2017-07-10 11:52:55 -04:00
Ben Hoyt
3a4cd73f6e Add note about Unicode filenames on Windows (thanks @WilliamFeely) 2017-07-10 11:52:14 -04:00
Ben Hoyt
56edbbbef9 Add ini_parse_string() function for issue #57, initially suggested in PR #38 2017-05-31 08:52:42 -04:00
Ben Hoyt
f5609c8eae Document INI_HANDLER_LINENO compile-time option 2016-12-29 11:01:10 -05:00
Ben Hoyt
5e965dc18d Small tweak for inline comments 2016-01-02 12:56:31 -05:00
Ben Hoyt
6d3ca54bd7 Add docs for inline comment handling 2016-01-02 12:55:25 -05:00
Ben Hoyt
5c93f2e643 Add note about ini_parse_file and ini_parse_stream, including example link 2015-07-30 18:37:30 -04:00
Ben Hoyt
9b8c59999c Update link to INIReader.h from Google Code to GitHub 2015-03-21 20:01:58 -04:00
Ben Hoyt
d6945571ad fix links, fix langs 2015-03-12 16:32:41 -04:00
Ben Hoyt
24705def21 Add "differences from ConfigParser 2015-03-12 16:28:14 -04:00
Ben Hoyt
56aa2c2543 Copy README.md from Google Code page 2015-03-12 16:25:13 -04:00