summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
AgeCommit message (Expand)Author
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
2012-12-07Compatibility fixes (fixed warnings in gcc, msvc7, fixed errors in bcc, cw, m...arseny.kapoulkine@gmail.com
2012-12-07Implement xml_node::append_buffer as a faster alternative to assembling docum...arseny.kapoulkine@gmail.com
2012-10-31Adjust parsing so that it is possible to parse a document fragment into an ex...arseny.kapoulkine@gmail.com
2012-08-02Add xml_object_range::iterator to work around Boost.ForEach errors without BO...arseny.kapoulkine@gmail.com
2012-06-28Add PUGIXML_CLASS to xml_named_node_iterator to make dllexport possible. Fixe...arseny.kapoulkine@gmail.com
2012-05-02Iterator improvements: safety assertions in xml_named_node_iterator, const_ca...v1.2arseny.kapoulkine@gmail.com
2012-04-03Updated version number and copyright year everywherearseny.kapoulkine@gmail.com
2012-04-03Whitespace-only change: set noexpandtab & retab!arseny.kapoulkine@gmail.com
2012-04-03Fixed xml_named_node_iterator category for MSVC6/7, IC8 and SunCCarseny.kapoulkine@gmail.com
2012-04-03Added xml_attribute::as_string and xml_text::as_string, added default value t...arseny.kapoulkine@gmail.com
2012-03-27xml_object_range now supports Boost.ForEacharseny.kapoulkine@gmail.com
2012-03-27Introduced xml_named_node_iterator, introduced xml_node::children() and xml_n...arseny.kapoulkine@gmail.com
2012-03-23Added format_save_file_text flag for opening the file in text modearseny.kapoulkine@gmail.com
2012-03-23Const-correctness 'fixes' (it's impossible to be const-correct here so remove...arseny.kapoulkine@gmail.com
2012-03-23Added xml_text::data() (for regular xml_node operations, i.e. remove_child)arseny.kapoulkine@gmail.com
2012-03-23Added xml_text &&/|| operators for Borland C++arseny.kapoulkine@gmail.com
2012-03-23Moved default value selection logic into get_value functions, added xml_node:...arseny.kapoulkine@gmail.com
2012-03-23Implemented xml_text helper (work in progress)arseny.kapoulkine@gmail.com
2012-03-20STL forward declaration experiment failed; revert to using STL headers. Reaso...arseny.kapoulkine@gmail.com
2012-03-14Dereferemce operators in both iterators are now const; this fixes iterator co...arseny.kapoulkine@gmail.com
2012-03-14Different versions of RWSTL have different headers; revert the previous chang...arseny.kapoulkine@gmail.com
2012-03-14Fixed SunCC compilation when using RWSTL instead of STLport; should fix issue...arseny.kapoulkine@gmail.com
2012-03-14Implemented optional header-only mode (still need to do a couple of fixes for...arseny.kapoulkine@gmail.com
2011-12-20Introduced encoding_latin1 support (conversion on loading, conversion on savi...arseny.kapoulkine
2011-12-09Added PUGIXML_VERSION define to enable preprocessor-based version checks in c...arseny.kapoulkine
2011-12-09Introduced parse_ws_pcdata_single flag: only parses whitespace-only PCDATA if...arseny.kapoulkine
2011-09-10Added format_no_escapes flagarseny.kapoulkine
2011-08-19Fixed unspecified bool conversion for MSVC CLR for the case when pugixml is c...arseny.kapoulkine
2010-11-12Improved STLport support (now code compiles fine if STLport is in its own nam...arseny.kapoulkine
2010-10-31Updated version to 1.0 everywherearseny.kapoulkine
2010-10-31Added xml_document::reset() function with document parameterarseny.kapoulkine