blob: 8fb65daa10a31419311cf717f3ed8e7549bd57d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
===========
|Changelog|
===========
zen::Xml 2.0
------------
Skip XML comments while parsing
Added move constructor for XmlDoc
zen::parse and zen::load directly return XmlDoc
New macros to specify platform: ZEN_WIN, ZEN_LINUX, ZEN_MAC
Support serializing all integer limits (INT_MIN, INT_MAX, ect.)
zen::Xml 1.9
------------
Mark failed UTF conversions with replacement character
zen library update
revised documentation
zen::Xml 1.8
------------
Allow element values to contain non-escaped quotation marks
Respect Linux/Mac/Window line endings when calculating parsing error location
Map all end-of-line characters (Win/Linux/Mac) to \n
zen::Xml 1.7
------------
zen library update
revised documentation
zen::Xml 1.6
------------
Fixed header file circular dependency
Improved performance of FILE* based I/O
Updated zen libraries
zen::Xml 1.5
------------
Replaced sscanf/sprintf hex conversions: speedup of factors 3000 and 3 for large inputs
MinGW: Improved char-based string to floating point conversion by factor 10
Fixed crash in UTF8 conversion when processing corrupted data
Fixed MSVC security warnings
zen::Xml 1.4
------------
Added missing include
zen::Xml 1.3
------------
Improved template metaprogramming implementation
Support unusual string classes: Glib::ustring, wxString (wxWidgets >= 2.9)
A number of documentation fixes
zen::Xml 1.2
------------
Design improvements and minor refactoring
Removed Loki dependency
zen::Xml 1.1
------------
A few minor fixes
zen::Xml 1.0
------------
Initial release:
- straightforward XML serialization
- automatic UTF-8 conversion
- convert all string-like types
- convert all built-in numbers
- support STL containers
|