Sun, 06 Jun 2021 18:29:23 +0200 basic tag support v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Jun 2021 18:29:23 +0200] rev 38
basic tag support
Sun, 06 Jun 2021 11:46:26 +0200 null values: cborType=null, no additional flag needed v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Jun 2021 11:46:26 +0200] rev 37
null values: cborType=null, no additional flag needed
Sun, 06 Jun 2021 11:43:18 +0200 indefinite byte and char strings v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Jun 2021 11:43:18 +0200] rev 36
indefinite byte and char strings
Sat, 05 Jun 2021 21:12:46 +0200 encode XML element names properly v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 05 Jun 2021 21:12:46 +0200] rev 35
encode XML element names properly
Sat, 05 Jun 2021 21:06:34 +0200 add NUMERIC_CALLBACK macro v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 05 Jun 2021 21:06:34 +0200] rev 34
add NUMERIC_CALLBACK macro
Sat, 05 Jun 2021 21:01:50 +0200 add value-type and key-type attributes v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 05 Jun 2021 21:01:50 +0200] rev 33
add value-type and key-type attributes
Sat, 05 Jun 2021 20:03:13 +0200 handle arrays and maps v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 05 Jun 2021 20:03:13 +0200] rev 32
handle arrays and maps
Tue, 01 Jun 2021 19:25:12 +0200 pass all scalar values through a single method v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 01 Jun 2021 19:25:12 +0200] rev 31
pass all scalar values through a single method
Sun, 30 May 2021 20:12:05 +0200 read CBOR and convert it to a flat XML DOM structure v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 30 May 2021 20:12:05 +0200] rev 30
read CBOR and convert it to a flat XML DOM structure
Sat, 29 May 2021 22:12:19 +0200 CBOR skeleton: remove YAML library, add CBOR one v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 29 May 2021 22:12:19 +0200] rev 29
CBOR skeleton: remove YAML library, add CBOR one
Sat, 29 May 2021 21:49:37 +0200 rename yamltable to cbortable v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 29 May 2021 21:49:37 +0200] rev 28
rename yamltable to cbortable
Sun, 06 Dec 2020 16:40:58 +0100 add --parser-option 'root-name' 'custom-root-element-name': bash-completion.sh v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Dec 2020 16:40:58 +0100] rev 27
add --parser-option 'root-name' 'custom-root-element-name': bash-completion.sh
Sat, 05 Dec 2020 20:17:27 +0100 add --parser-option 'root-name' 'custom-root-element-name' v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 05 Dec 2020 20:17:27 +0100] rev 26
add --parser-option 'root-name' 'custom-root-element-name'
Sat, 28 Nov 2020 23:52:01 +0100 add --parser-option v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Nov 2020 23:52:01 +0100] rev 25
add --parser-option
Wed, 25 Nov 2020 17:28:17 +0100 remove debug output v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Nov 2020 17:28:17 +0100] rev 24
remove debug output
Fri, 20 Nov 2020 11:59:15 +0100 XML name escaping: documentation, refactoring v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 20 Nov 2020 11:59:15 +0100] rev 23
XML name escaping: documentation, refactoring
Fri, 20 Nov 2020 10:03:07 +0100 XML name escaping: in namespace aware mode: escape also the colon v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 20 Nov 2020 10:03:07 +0100] rev 22
XML name escaping: in namespace aware mode: escape also the colon
Fri, 20 Nov 2020 00:09:59 +0100 XML name escaping v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 20 Nov 2020 00:09:59 +0100] rev 21
XML name escaping
Wed, 28 Oct 2020 16:30:58 +0100 symlink for relpipe-in-jsontable v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 28 Oct 2020 16:30:58 +0100] rev 20
symlink for relpipe-in-jsontable JSON is considered to be a subset of YAML and can be parsed using the same tool
Wed, 28 Oct 2020 16:30:01 +0100 allow parsing a single scalar value (plain text) v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 28 Oct 2020 16:30:01 +0100] rev 19
allow parsing a single scalar value (plain text) directly at the root, without any sequences or maps
Wed, 28 Oct 2020 00:05:29 +0100 YAML data to DOM: use key as item element name + remove wrapper v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 28 Oct 2020 00:05:29 +0100] rev 18
YAML data to DOM: use key as item element name + remove wrapper
Tue, 27 Oct 2020 22:39:50 +0100 YAML data to DOM: first dirty version with debug v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 27 Oct 2020 22:39:50 +0100] rev 17
YAML data to DOM: first dirty version with debug
Tue, 27 Oct 2020 00:59:54 +0100 raw YAML events to DOM v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 27 Oct 2020 00:59:54 +0100] rev 16
raw YAML events to DOM
Sun, 25 Oct 2020 21:55:20 +0100 relpipe-in-yamltable is fork of relpipe-in-xmltable v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 25 Oct 2020 21:55:20 +0100] rev 15
relpipe-in-yamltable is fork of relpipe-in-xmltable
Sun, 25 Oct 2020 21:48:11 +0100 separate the „std::istream to DOM“ phase v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 25 Oct 2020 21:48:11 +0100] rev 14
separate the „std::istream to DOM“ phase
Sat, 24 Oct 2020 00:08:17 +0200 Added tag v0.17.1 for changeset 798dfcded2f5 v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 24 Oct 2020 00:08:17 +0200] rev 13
Added tag v0.17.1 for changeset 798dfcded2f5
Tue, 20 Oct 2020 23:48:51 +0200 Added tag v0.17 for changeset afeb4e096753 v_0 v0.17.1
František Kučera <franta-hg@frantovo.cz> [Tue, 20 Oct 2020 23:48:51 +0200] rev 12
Added tag v0.17 for changeset afeb4e096753
Wed, 23 Sep 2020 09:58:07 +0200 bash-completion: add DocBook XMLNS v_0 v0.17
František Kučera <franta-hg@frantovo.cz> [Wed, 23 Sep 2020 09:58:07 +0200] rev 11
bash-completion: add DocBook XMLNS
Sat, 06 Jun 2020 01:50:43 +0200 Added tag v0.16 for changeset b70e616178c0 v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 06 Jun 2020 01:50:43 +0200] rev 10
Added tag v0.16 for changeset b70e616178c0
Fri, 31 Jan 2020 23:34:51 +0100 Added tag v0.15 for changeset 8730e2d0db0e v_0 v0.16
František Kučera <franta-hg@frantovo.cz> [Fri, 31 Jan 2020 23:34:51 +0100] rev 9
Added tag v0.15 for changeset 8730e2d0db0e
(0) -30 tip