summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
AgeCommit message (Expand)Author
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
2010-10-26Added xml_document::reset, added append/prepend/insert child overloads for el...arseny.kapoulkine
2010-10-22Added a workaround for GCC 4.2 bogus warningarseny.kapoulkine
2010-10-22XPath: Moved implementation details to anonymous namespacearseny.kapoulkine
2010-10-19Added prepend_attribute, prepend_child and prepend_copy functionsarseny.kapoulkine@gmail.com
2010-10-18Added xml_document::document_element functionarseny.kapoulkine
2010-10-18Fixed internal_object() const-correctness, added xml_node::hash_value and xml...arseny.kapoulkine
2010-10-14Updated site URL everywherearseny.kapoulkine
2010-09-26Added DOCTYPE node and parse_doctype flag (the node contains DOCTYPE value so...arseny.kapoulkine
2010-09-22Minor UTF8 conversion refactoring, added as_utf8 and as_wide overloads with s...arseny.kapoulkine
2010-09-22Removed document_order() function, added internal_object() accessor and expos...arseny.kapoulkine
2010-09-21Major header cleanup: removed redundant comments (single-line function/type d...arseny.kapoulkine
2010-09-20Implemented load_file and save_file for wide character pathsarseny.kapoulkine
2010-09-20XPath: xpath_parse_result is now default-initialized to object with failed st...arseny.kapoulkine
2010-09-20xml_parse_result now has a default ctor, minor parsing optimizationarseny.kapoulkine
2010-09-13XPath: Added xpath_node_set constructor, redesigned evaluation memory managem...arseny.kapoulkine
2010-08-29Fixed missing attributes for some functions/classes, minor XPath error messag...arseny.kapoulkine
2010-08-29Removed more deprecated functionality (xpath_type_t type, format_write_bom_ut...arseny.kapoulkine
2010-08-29Minor unspecified bool refactoring (removed redundant CW workaround)arseny.kapoulkine
2010-08-29XPath: Implemented variable support in queriesarseny.kapoulkine
2010-08-29XPath: Added variable interface and implementationarseny.kapoulkine
2010-08-29XPath: Removed redundant internal functionarseny.kapoulkine
2010-08-29Removed deprecated wildcard functions, removed deprecated all_elements_by_namearseny.kapoulkine
2010-08-29XPath: xpath_node_set now uses custom allocation functions, minor refactoringarseny.kapoulkine
2010-08-29XPath: Context node for evaluate is now an xpath_node (can use attribute cont...arseny.kapoulkine