1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/modules/ini
Sandu Liviu Catalin f27a195b6f Fixed the INI compilation on Linux by reverting to the original library.
Fixed an infinite loop in the parsing of command specification strings.
Added the option to retrieve common configs with a fall back value if they don't exist.
Few other minor changes.
2016-03-11 20:04:26 +02:00
..
Common.cpp Migrated the INI module to C++ exceptions as well. 2016-02-28 16:16:08 +02:00
Common.hpp Removed the forward declarations that got moved into the base module. 2016-02-28 17:38:57 +02:00
Document.cpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Document.hpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Entries.cpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Entries.hpp Fixed the INI compilation on Linux by reverting to the original library. 2016-03-11 20:04:26 +02:00
Module.cpp Fixed the INI compilation on Linux by reverting to the original library. 2016-03-11 20:04:26 +02:00
Module.hpp Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00