pugixml/src
Arseny Kapoulkine e3c215b542 Ensure selected page size works with allocate_string
Previously setting a large page size (i.e. 1M) would cause dynamic string
allocation to assert spuriously. A page size of 64K guarantees that all
offsets fit into 16 bits.
2014-11-05 09:52:12 +01:00
..
pugiconfig.hpp Revert automatic support for header-only mode since it creates problems with qmake. 2014-02-25 03:52:10 +00:00
pugixml.cpp Ensure selected page size works with allocate_string 2014-11-05 09:52:12 +01:00
pugixml.hpp XPath: Rename xml_node::select_single_node to ::select_node 2014-10-19 07:33:51 +00:00