src/lib/INIReader.cpp
Fri, 26 Aug 2022 22:41:46 +0200 František Kučera fix typo: enbaled → enabled v_0 tip
Wed, 29 Sep 2021 00:54:55 +0200 František Kučera partially implement --parser-option allow-line-continuation-with-space and java-manifest-mf dialect (MANIFEST.MF) v_0
Tue, 21 Sep 2021 21:02:43 +0200 František Kučera implement --parser-option allow-line-continuation-with-escaping + add skeleton for allow-line-continuation-with-space v_0
Sat, 28 Nov 2020 20:59:29 +0100 František Kučera configurable dialects: in separate classes v_0
Sat, 28 Nov 2020 18:10:47 +0100 František Kučera configurable unescaping processors v_0
Sat, 28 Nov 2020 00:46:40 +0100 František Kučera TODO comments v_0
Fri, 27 Nov 2020 16:43:38 +0100 František Kučera trim section names if not in quotes v_0
Fri, 27 Nov 2020 16:42:55 +0100 František Kučera add --parser-option allow-sections (Java .properties have no sections) v_0
Fri, 27 Nov 2020 16:29:12 +0100 František Kučera enable configuring the parser from CLI: --parser-option v_0
Thu, 26 Nov 2020 18:52:49 +0100 František Kučera prepare for multiple and configurable quotes (e.g. „key="value"“ and „key='value'“ or disabling quote support at all) v_0
Thu, 26 Nov 2020 18:42:38 +0100 František Kučera prepare for multiple and configurable comment separators (e.g. „; comment“ and „# comment“) v_0
Thu, 26 Nov 2020 18:28:27 +0100 František Kučera prepare for multiple and configurable key-value separators (e.g. key=value and key:value) v_0
Thu, 26 Nov 2020 17:08:49 +0100 František Kučera start event numbers with 1 v_0
Wed, 25 Nov 2020 21:35:07 +0100 František Kučera new INI parser v_0
Mon, 23 Nov 2020 21:09:33 +0100 František Kučera multi-line support: quoted and apostrophed v_0
Mon, 23 Nov 2020 19:49:20 +0100 František Kučera simplify/unify the quoted and apostrophed values v_0
Mon, 23 Nov 2020 19:40:48 +0100 František Kučera support unquoted empty values v_0
Mon, 23 Nov 2020 19:14:48 +0100 František Kučera multi-line support: plain (unquoted) line continuations (\) v_0
Mon, 23 Nov 2020 18:13:03 +0100 František Kučera trim whitespace characters after plain (unquoted) values v_0
Mon, 23 Nov 2020 17:56:55 +0100 František Kučera partial support of KDE syntax: [section][] v_0
Mon, 23 Nov 2020 16:25:57 +0100 František Kučera improved support for comments and whitespace v_0
Sun, 22 Nov 2020 12:24:25 +0100 František Kučera TODO: support also nested keys v_0
Sun, 22 Nov 2020 01:22:45 +0100 František Kučera add missing endSection() call v_0
Sun, 22 Nov 2020 00:44:00 +0100 František Kučera add options: --enable-sections --enable-subkeys --enable-comments --enable-line-numbers --enable-event-numbers v_0
Sat, 21 Nov 2020 20:09:18 +0100 František Kučera simple INI parser based on regular expressions v_0
Sat, 21 Nov 2020 18:26:39 +0100 František Kučera project and parser skeleton + output demo data v_0
less more (0) tip