1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-01-17 22:22:53 +08:00

6 Commits

Author SHA1 Message Date
Nat
9cecf0643d
Allow INIReader to read 64-bit integers (#151)
Add INIReader::GetInteger64 and INIReader::GetUnsigned64
2023-07-07 03:00:45 +01:00
benhoyt@gmail.com
111c3ec086 Added GetReal() to parse a floating point number (double) in C++ INIReader interface.
See: http://blog.brush.co.nz/2009/02/inih/#comment-160441
2013-08-14 21:58:41 +00:00
benhoyt@gmail.com
4de5b3ca6b Fixed issue 20: Replaced use of non-portable stricmp() in examples with strcmp(). 2012-08-26 21:27:06 +00:00
benhoyt@gmail.com
328c3d4f8a Issue 11: changed Subversion eol-style to native. 2011-06-27 19:44:29 +00:00
benhoyt@gmail.com
b1170c9568 Issue 7: Factored out ini_parse_file() so users can parse INI file with just a FILE* instead of a filename, and use fmemopen.
Forgot to commit examples/test.ini in previous commit.
Fix strncmp redefine warning when compiling tests/unittest.c.
2011-06-24 18:48:58 +00:00
benhoyt
4d08274b35 Moved examples to their own examples/ dir.
Only define INI_ALLOW_MULTILINE if it's not already defined.
Added C++ INIReader class.
Moved license into LICENSE.txt, added README.txt.
Added unit tests and checked in baseline files.
Made line lengths < 80 chars.
2009-08-20 21:59:32 +00:00