- Jan 26, 2019
-
-
Arseny Kapoulkine authored
Change confusing wording: null nodes compare as equal to null handles, the previous wording implied that each null handle is unique
-
- Jan 20, 2019
-
-
Arseny Kapoulkine authored
This may or may not make it more clear that pugixml.cpp has to be compiled - either as one of the projects or as a standalone project via CMake et al - for it to work by default. Fixes #256.
-
- Jan 01, 2019
-
-
Arseny Kapoulkine authored
-
- Nov 12, 2018
-
-
Arseny Kapoulkine authored
-
- May 17, 2018
-
-
Arseny Kapoulkine authored
This is implicitly true due to the following section, but that was written before C++11 so this does deserve a special mention in ranged for section as well. Fixes #210.
-
- Apr 04, 2018
-
-
Arseny Kapoulkine authored
-
- Apr 03, 2018
-
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
- Mar 17, 2018
-
-
Arseny Kapoulkine authored
Mention ubsan fixes; these fixes probably fix compact mode on some 64-bit architecture where unaligned pointer reads aren't valid as well but it's probably not very relevant...
-
- Mar 13, 2018
-
-
Arseny Kapoulkine authored
Still trying to decide if the next version should be 1.9 or 1.8x and what other changes need to go in.
-
- Jan 08, 2018
-
-
Arseny Kapoulkine authored
-
- Dec 30, 2017
-
-
Arseny Kapoulkine authored
<mesh> node attribute name is "name", not "mesh".
-
- Dec 22, 2017
-
-
Arseny Kapoulkine authored
Fixes #176.
-
- Aug 30, 2017
-
-
Arseny Kapoulkine authored
It has always been the case that pugixml does not perform Unicode validation or name/tag Unicode character class validation, but it wasn't very obvious from documentation. Fixes #162
-
- Aug 22, 2017
-
-
Arseny Kapoulkine authored
We support Latin-1 and automatically detect it by parsing the encoding from document declaration; both of these were omitted from the description of the automatic detection. Additionally, the description has been rewritten to be more concise and a bit more abstract - there's no need to specify the algorithm precisely here. Fixes #158.
-
- Jan 27, 2017
-
-
Arseny Kapoulkine authored
-
- Nov 24, 2016
-
-
Arseny Kapoulkine authored
-
- Nov 14, 2016
-
-
Arseny Kapoulkine authored
-
- Nov 09, 2016
-
-
Arseny Kapoulkine authored
Also add it to the changelog for 1.8
-
Arseny Kapoulkine authored
-
- Sep 22, 2016
-
-
Diga Widyaprana authored
-
- Feb 02, 2016
-
-
Arseny Kapoulkine authored
-
- Jan 24, 2016
-
-
Stephan Beyer authored
Git warns when it finds "whitespace errors". This commit gets rid of these whitespace errors for code and adoc files.
-
- Jan 20, 2016
-
-
Arseny Kapoulkine authored
Also remove the description of behavior for trailing non-numeric characters. It's likely this will become a parse error in the future so better leave it as unspecified for now. Fixes #80.
-
- Jan 13, 2016
-
-
Arseny Kapoulkine authored
-
- Dec 31, 2015
-
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
- Oct 20, 2015
-
-
Arseny Kapoulkine authored
Fixes #61.
-
- Oct 19, 2015
-
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
- Oct 17, 2015
-
-
Arseny Kapoulkine authored
-
- Oct 10, 2015
-
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
- Aug 14, 2015
-
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
Also add PUGIXML_COMPACT to pugiconfig.hpp
-