summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
AgeCommit message (Expand)Author
2018-04-02Update version to 1.9Arseny Kapoulkine
2018-03-15Refactor noexcept macrosArseny Kapoulkine
2018-03-03Adds noexcept specifiers to the move special members of xml_document,… (#185)Matthäus Brandl
2018-03-01Add noexcept specifiers to move special members where possible (#183)Matthäus Brandl
2018-02-27Enables usage of override specifier for MSVC compilers (beginning with 17.0 w...Brandl, Matthäus (MBR)
2018-01-07Update all copyright notices to specify year 2018Arseny Kapoulkine
2017-09-25Implement move support for xml_documentArseny Kapoulkine
2017-06-22Deprecate xml_document::load(const char*) and xml_node::select_single_nodeArseny Kapoulkine
2017-01-26Update copyright year to 2017Arseny Kapoulkine
2016-11-09Add format_no_empty_element_tags flagArseny Kapoulkine
2016-11-09Update version to 1.8 everywhereArseny Kapoulkine
2016-11-07Rename xml_document::create/destroy for consistencyArseny Kapoulkine
2016-11-06Reduce MSVC version cutoff for move semantics supportArseny Kapoulkine
2016-11-06Refactor move semantics support detectionArseny Kapoulkine
2016-11-06Add VS2013 check for C++11 availability (#121)iFarbod
2016-10-18Fix a comment before PUGIXML_OVERRIDE macroPavel Kryukov
2016-10-05Add 'override' keyword if C++11 is enabledPavel Kryukov
2016-02-02Implement set/set_value/operator= for long typesArseny Kapoulkine
2016-01-24Fix whitespace issuesStephan Beyer
2016-01-12Adjust parse_embed_pcdata documentationArseny Kapoulkine
2016-01-08Add initial support for parse_embed_pcdataArseny Kapoulkine
2015-12-31Update all license/copyright texts to 2016Arseny Kapoulkine
2015-10-10Update version to 1.7Arseny Kapoulkine
2015-09-20Remove extra const from operator= declarationArseny Kapoulkine
2015-05-14Implement xml_node::attribute with a hintArseny Kapoulkine
2015-04-21XPath: Implement move semantics supportArseny Kapoulkine
2015-04-15Implement copy ctor/assignment for xpath_variable_setArseny Kapoulkine
2015-04-15Minor xpath_variable refactoringArseny Kapoulkine
2015-04-14Fix xpath_node_set assignment to provide strong exception guaranteeArseny Kapoulkine
2015-04-13Refactor format_indent_attributes implementationArseny Kapoulkine
2015-04-14add align each attribute on new line support with format_indent_attributehalex2005
2015-03-20Update year to 2015Arseny Kapoulkine
2015-03-18Update version to 1.6Arseny Kapoulkine
2015-01-16docs: Add missing float setters to referenceArseny Kapoulkine
2015-01-16Convert spaces to tabsArseny Kapoulkine
2015-01-16Merge pull request #27 from sdoiel61/masterArseny Kapoulkine
2015-01-16Add a couple of more overloads for floatsSteve Doiel
2015-01-16Fix attribute round trip for float as wellSteve Doiel
2015-01-09Simplify header-only mode usageArseny Kapoulkine
2015-01-06Add xml_text::set for floatSteve Doiel
2014-11-17Update version to 1.5Arseny Kapoulkine
2014-11-17Rename xml_document::load to load_stringArseny Kapoulkine
2014-10-19XPath: Rename xml_node::select_single_node to ::select_nodeArseny Kapoulkine
2014-10-19XPath: Introduce xpath_query::evaluate_nodeArseny Kapoulkine
2014-10-03Reorganize xml_memory_page structureArseny Kapoulkine
2014-10-01Disable document_order optimization after move/append_buffer.Arseny Kapoulkine
2014-10-01Add header bit for 'name or value is shared' flagArseny Kapoulkine
2014-08-10Implement node moving functions.Arseny Kapoulkine
2014-05-04Add xpath_node_set::iterator that is the same as const_iterator.Arseny Kapoulkine
2014-02-25Revert automatic support for header-only mode since it creates problems with ...Arseny Kapoulkine