summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
AgeCommit message (Expand)Author
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
2010-05-25Updated version, updated changelog, minor Doxygen fixesarseny.kapoulkine
2010-05-25Changed memory management so that the document node lives inside document; th...arseny.kapoulkine
2010-05-10Internal iterator constructors are now private, added empty document testarseny.kapoulkine
2010-05-10Reworked DOM memory allocation scheme (name/value allocations use the same pa...arseny.kapoulkine
2010-05-09Removed document order optimization (it helps on a tiny percentage of queries...arseny.kapoulkine
2010-05-09Minor loading functions refactoring, fixed XPath append_node for MSVC10arseny.kapoulkine
2010-05-08Deprecated all wildcard functions and parse_wnorm_attributearseny.kapoulkine
2010-05-08Fixed tests in NO_STL mode and IntelC deprecated constantarseny.kapoulkine
2010-05-08Implemented PUGIXML_DEPRECATED for GCC and MSVC7+arseny.kapoulkine
2010-05-08Added 0.5-compatible interfaces for compatibilityarseny.kapoulkine
2010-05-06Updated copyright year, updated changelog in documentationarseny.kapoulkine
2010-05-06Changed version number to 0.6, merged Unicode utilities to pugixml.cpparseny.kapoulkine
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine
2010-02-08Replaced int with ptrdiff_t for offset_debug() and last parsed offset in xml_...arseny.kapoulkine
2009-11-08docs: Minor documentation changesarseny.kapoulkine
2009-11-08XPath: Added xpath_query::return_type() function, fixed evaluate_node_set doc...arseny.kapoulkine