summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
AgeCommit message (Expand)Author
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
2014-02-25Add parse_trim_pcdata parse option.Arseny Kapoulkine
2014-02-11Implement document fragment parsing.Arseny Kapoulkine
2014-02-10Update PUGIXML_VERSION defineArseny Kapoulkine
2014-02-08Update version to 1.4 and copyright year to 2014.Arseny Kapoulkine
2014-02-08Enable long long support for C++11 and for MSVC 2008+Arseny Kapoulkine
2014-02-08Simplify header-only mode usage: it's sufficient to define PUGIXML_HEADER_ONL...Arseny Kapoulkine
2014-02-08Implement long long support if PUGIXML_HAS_LONG_LONG is defined (autodetectio...Arseny Kapoulkine
2014-01-27Change xml_named_node_iterator to be bidirectional and to match xml_node_iter...Arseny Kapoulkine
2013-07-27Clarify value() behavior in header comments; hopefully that'll help with valu...arseny.kapoulkine@gmail.com