summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
AgeCommit message (Expand)Author
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
2010-08-29XPath: Introduced new evaluate_string API (without STL), enabled XPath withou...arseny.kapoulkine
2010-08-29XPath: m_ prefix changed to _arseny.kapoulkine
2010-08-29XPath: Initial support for operation without exceptionsarseny.kapoulkine
2010-08-05Removed some redundant code from pugixml.cpp, added internal xml_document::re...arseny.kapoulkine
2010-08-03XPath: Fixed leaks in case query compilation failedarseny.kapoulkine
2010-07-22xml_node::find_node is now not recursivearseny.kapoulkine
2010-07-22XPath: Restored document order sorting optimization (it's now automatic for n...arseny.kapoulkine
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine
2010-07-11Changed version in headersarseny.kapoulkine
2010-07-10XPath: Out-of-bounds xpath_node_set access is now undefinedarseny.kapoulkine
2010-07-07remove_child and remove_attribute now return operation resultarseny.kapoulkine
2010-07-06Iterator fixes: added assertions, fixed past-the-end iterator behavior wrt to...arseny.kapoulkine
2010-07-06xml_node::all_elements_by_name is now deprecatedarseny.kapoulkine
2010-07-01parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio...arseny.kapoulkine
2010-06-27Defined a deprecated xpath_type_t for compatibilityarseny.kapoulkine
2010-06-27Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_typearseny.kapoulkine
2010-06-27Renamed name parameter in load_file/save_file to patharseny.kapoulkine
2010-06-20Spelling fixesarseny.kapoulkine
2010-06-16Automatically disable XPath when either PUGIXML_NO_STL or PUGIXML_NO_EXCEPTIO...arseny.kapoulkine
2010-06-13Internal XML parsing error handling is done via setjmp/longjmp, all allocatio...arseny.kapoulkine
2010-06-04Optimized attribute parsing; behavior of parse_wconv changed, it now assumes ...arseny.kapoulkine
2010-06-01Constant deprecation is disabled only on old IntelC, removed deprecation warn...arseny.kapoulkine
2010-05-26Removed redundant templatearseny.kapoulkine
2010-05-25Added support for Sun C++ compilerarseny.kapoulkine