summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
AgeCommit message (Expand)Author
2010-05-26Removed redundant templatearseny.kapoulkine
2010-05-25Added support for Sun C++ compilerarseny.kapoulkine
2010-05-25Updated version, updated changelog, minor Doxygen fixesarseny.kapoulkine
2010-05-25Changed memory management so that the document node lives inside document; th...arseny.kapoulkine
2010-05-10Internal iterator constructors are now private, added empty document testarseny.kapoulkine
2010-05-10Reworked DOM memory allocation scheme (name/value allocations use the same pa...arseny.kapoulkine
2010-05-09Removed document order optimization (it helps on a tiny percentage of queries...arseny.kapoulkine
2010-05-09Minor loading functions refactoring, fixed XPath append_node for MSVC10arseny.kapoulkine
2010-05-08Deprecated all wildcard functions and parse_wnorm_attributearseny.kapoulkine
2010-05-08Fixed tests in NO_STL mode and IntelC deprecated constantarseny.kapoulkine
2010-05-08Implemented PUGIXML_DEPRECATED for GCC and MSVC7+arseny.kapoulkine
2010-05-08Added 0.5-compatible interfaces for compatibilityarseny.kapoulkine
2010-05-06Updated copyright year, updated changelog in documentationarseny.kapoulkine
2010-05-06Changed version number to 0.6, merged Unicode utilities to pugixml.cpparseny.kapoulkine
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine
2010-02-08Replaced int with ptrdiff_t for offset_debug() and last parsed offset in xml_...arseny.kapoulkine
2009-11-08docs: Minor documentation changesarseny.kapoulkine
2009-11-08XPath: Added xpath_query::return_type() function, fixed evaluate_node_set doc...arseny.kapoulkine
2009-11-08Updated header/footer comments - included MIT license text as per user reques...arseny.kapoulkine
2009-11-08XPath: Node set copy now preserves sorted flag (for performance and consisten...arseny.kapoulkine
2009-11-08XPath: Fixed const-correctness, added boolean operators and operator! for Bor...arseny.kapoulkine
2009-10-28Fixed MSVC6 compilation of template member functionsarseny.kapoulkine
2009-10-20Added memory allocation function getters (can't write generic function to par...arseny.kapoulkine
2009-10-20Fixed documentation bugarseny.kapoulkine
2009-10-11Const-correctness fix for print/save functionsarseny.kapoulkine
2009-09-17Changed header versionarseny.kapoulkine
2009-09-17Added xml_attribute::set_value overloadsarseny.kapoulkine
2009-08-31Fixed iterator functions and xml_node::print to work correctly with empty nod...arseny.kapoulkine
2009-08-31Added optional PUGIXML_API, PUGIXML_CLASS and PUGIXML_FUNCTION defines to con...arseny.kapoulkine
2009-08-31Fixed xml_node::all_elements_by_name include dependenciesarseny.kapoulkine
2009-03-29Const-correctness fixes for find_child_by_attributearseny.kapoulkine
2009-02-08Updated version (source, documentation)arseny.kapoulkine
2009-01-25Documentation updatedarseny.kapoulkine
2009-01-25Added xml_node::print for stream to make migration easierarseny.kapoulkine
2009-01-25Added proper parse errors with description, parsed offsets and stuffarseny.kapoulkine
2009-01-19Added invalidate_document_order, now detaching deleted nodes and setting name...arseny.kapoulkine
2009-01-18Added offset_debugarseny.kapoulkine
2009-01-18Added find_child_by_attributearseny.kapoulkine
2009-01-08Implemented attribute and node copyingarseny.kapoulkine
2009-01-06Custom memory management functions implementedarseny.kapoulkine
2009-01-06Added node_declaration node type for <?xml nodes, added corresponding parse_d...arseny.kapoulkine
2009-01-06Less header dependencies, some compilation fixes for Borland/Intel/MW compilersarseny.kapoulkine
2009-01-05Unsigned integer support for attributes (as_uint, operator=)arseny.kapoulkine
2009-01-05Updated pugixml versionarseny.kapoulkine
2009-01-05Node/document saving is now performed via new xml_writer interface, save_file...arseny.kapoulkine
2009-01-05Compilation fix, renamed format_write_bom to format_write_bom_utf8arseny.kapoulkine
2009-01-05Document saving improvements - no escaping is done for ' character or for sym...arseny.kapoulkine
2007-10-31Merged 0.34 in trunk (revisions 69:84)arseny.kapoulkine
2007-02-21Fixed find_elementarseny.kapoulkine
2007-02-21Merged 0.3 in trunkarseny.kapoulkine