Skip to content

Tags: Simba-coco/inih

Tags

r53

Toggle r53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
meson: add static compile args to inih_dep (benhoyt#126)

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

r52

Toggle r52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add INI_CUSTOM_ALLOCATOR to allow using a custom memory allocator (be…

…nhoyt#119)

Fixes benhoyt#118

r51

Toggle r51's commit message
Fix benhoyt#107 (ugh, I thought changing from strncpy was a bad idea)

r50

Toggle r50's commit message
Use memcpy instead of strncpy to avoid gcc warnings (issue benhoyt#104 …

…and benhoyt#91)

r49

Toggle r49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add options for Meson (benhoyt#103)

* README: initial malloc size before allow realloc
* meson: fix wrong dependency for INIReader
* meson: implement options
* r49 release

r48

Toggle r48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
r48 release (benhoyt#100)

* Bump copyright to 2020
* Remove makefile for static library
* meson: version 48

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

r47

Toggle r47's commit message
Make INIReader not crash when INI_CALL_HANDLER_ON_NEW_SECTION enabled…

… (name NULL)

r46

Toggle r46's commit message
Tweak formatting of NULL in README for consistency

r45

Toggle r45's commit message
Make sure INI_CALL_HANDLER_ON_NEW_SECTION is defined (benhoyt#86)

(And stays disabled by default)

r44

Toggle r44's commit message
Tweaks and basics tests for C++ version