Age | Commit message (Expand) | Author |
2011-12-20 | Introduced encoding_latin1 support (conversion on loading, conversion on savi... | arseny.kapoulkine |
2011-12-09 | Added PUGIXML_VERSION define to enable preprocessor-based version checks in c... | arseny.kapoulkine |
2011-12-09 | Introduced parse_ws_pcdata_single flag: only parses whitespace-only PCDATA if... | arseny.kapoulkine |
2011-09-10 | Added format_no_escapes flag | arseny.kapoulkine |
2011-08-19 | Fixed unspecified bool conversion for MSVC CLR for the case when pugixml is c... | arseny.kapoulkine |
2010-11-12 | Improved STLport support (now code compiles fine if STLport is in its own nam... | arseny.kapoulkine |
2010-10-31 | Updated version to 1.0 everywhere | arseny.kapoulkine |
2010-10-31 | Added xml_document::reset() function with document parameter | arseny.kapoulkine |
2010-10-26 | Added xml_document::reset, added append/prepend/insert child overloads for el... | arseny.kapoulkine |
2010-10-22 | Added a workaround for GCC 4.2 bogus warning | arseny.kapoulkine |
2010-10-22 | XPath: Moved implementation details to anonymous namespace | arseny.kapoulkine |
2010-10-19 | Added prepend_attribute, prepend_child and prepend_copy functions | arseny.kapoulkine@gmail.com |
2010-10-18 | Added xml_document::document_element function | arseny.kapoulkine |
2010-10-18 | Fixed internal_object() const-correctness, added xml_node::hash_value and xml... | arseny.kapoulkine |
2010-10-14 | Updated site URL everywhere | arseny.kapoulkine |
2010-09-26 | Added DOCTYPE node and parse_doctype flag (the node contains DOCTYPE value so... | arseny.kapoulkine |
2010-09-22 | Minor UTF8 conversion refactoring, added as_utf8 and as_wide overloads with s... | arseny.kapoulkine |
2010-09-22 | Removed document_order() function, added internal_object() accessor and expos... | arseny.kapoulkine |
2010-09-21 | Major header cleanup: removed redundant comments (single-line function/type d... | arseny.kapoulkine |
2010-09-20 | Implemented load_file and save_file for wide character paths | arseny.kapoulkine |
2010-09-20 | XPath: xpath_parse_result is now default-initialized to object with failed st... | arseny.kapoulkine |
2010-09-20 | xml_parse_result now has a default ctor, minor parsing optimization | arseny.kapoulkine |
2010-09-13 | XPath: Added xpath_node_set constructor, redesigned evaluation memory managem... | arseny.kapoulkine |
2010-08-29 | Fixed missing attributes for some functions/classes, minor XPath error messag... | arseny.kapoulkine |
2010-08-29 | Removed more deprecated functionality (xpath_type_t type, format_write_bom_ut... | arseny.kapoulkine |
2010-08-29 | Minor unspecified bool refactoring (removed redundant CW workaround) | arseny.kapoulkine |
2010-08-29 | XPath: Implemented variable support in queries | arseny.kapoulkine |
2010-08-29 | XPath: Added variable interface and implementation | arseny.kapoulkine |
2010-08-29 | XPath: Removed redundant internal function | arseny.kapoulkine |
2010-08-29 | Removed deprecated wildcard functions, removed deprecated all_elements_by_name | arseny.kapoulkine |
2010-08-29 | XPath: xpath_node_set now uses custom allocation functions, minor refactoring | arseny.kapoulkine |
2010-08-29 | XPath: Context node for evaluate is now an xpath_node (can use attribute cont... | arseny.kapoulkine |
2010-08-29 | XPath: Introduced new evaluate_string API (without STL), enabled XPath withou... | arseny.kapoulkine |
2010-08-29 | XPath: m_ prefix changed to _ | arseny.kapoulkine |
2010-08-29 | XPath: Initial support for operation without exceptions | arseny.kapoulkine |
2010-08-05 | Removed some redundant code from pugixml.cpp, added internal xml_document::re... | arseny.kapoulkine |
2010-08-03 | XPath: Fixed leaks in case query compilation failed | arseny.kapoulkine |
2010-07-22 | xml_node::find_node is now not recursive | arseny.kapoulkine |
2010-07-22 | XPath: Restored document order sorting optimization (it's now automatic for n... | arseny.kapoulkine |
2010-07-19 | Set svn:eol-style to native for all text files | arseny.kapoulkine |
2010-07-11 | Changed version in headers | arseny.kapoulkine |
2010-07-10 | XPath: Out-of-bounds xpath_node_set access is now undefined | arseny.kapoulkine |
2010-07-07 | remove_child and remove_attribute now return operation result | arseny.kapoulkine |
2010-07-06 | Iterator fixes: added assertions, fixed past-the-end iterator behavior wrt to... | arseny.kapoulkine |
2010-07-06 | xml_node::all_elements_by_name is now deprecated | arseny.kapoulkine |
2010-07-01 | parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio... | arseny.kapoulkine |
2010-06-27 | Defined a deprecated xpath_type_t for compatibility | arseny.kapoulkine |
2010-06-27 | Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type | arseny.kapoulkine |
2010-06-27 | Renamed name parameter in load_file/save_file to path | arseny.kapoulkine |
2010-06-20 | Spelling fixes | arseny.kapoulkine |