Commit graph

11 commits

Author SHA1 Message Date
Filippos Karapetis
177f04349a COMMON: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
Le Philousophe
e0fd69bda0 COMMON: Make INIFile use Path 2023-12-24 13:19:25 +01:00
sluicebox
9b59bea53b COMMON: Add INIFile::requireKeyValueDelimiter() 2023-12-14 16:45:32 +01:00
Eugene Sandulenko
f8a627c6c9
Revert "COMMON: Add a mode to the INI parser to ignore garbage in some files"
This reverts commit a2c3ea5701.
2023-12-14 16:43:56 +01:00
Eugene Sandulenko
61c734fcb4
Revert "COMMON: Fix strictParser interpretation to follow the intent"
This reverts commit 75e96d7070.
2023-12-14 16:43:41 +01:00
Eugene Sandulenko
75e96d7070
COMMON: Fix strictParser interpretation to follow the intent 2023-12-11 15:05:45 +01:00
never
a2c3ea5701 COMMON: Add a mode to the INI parser to ignore garbage in some files 2023-12-11 14:28:40 +01:00
Matthew Jimenez
5f75054fde COMMON: Skip possible UTF-8 BOM when reading INI files 2023-11-18 20:20:56 +01:00
elasota
e219e4e04e COMMON: Strip whitespace before checking if an INI line is a comment.
Fixes some versions of Reah failing to parse subtitle data.
2023-05-11 00:22:14 +03:00
elasota
f8e85e9e4b COMMON: Add ability to disable valueless line warning in INI files. 2023-03-16 15:04:02 +01:00
Cameron Cawley
28d7b361ea COMMON: Move more file format code into common/formats 2022-12-11 22:33:23 +01:00
Renamed from common/ini-file.cpp (Browse further)