Age | Commit message (Expand) | Author |
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 |
2010-06-16 | Automatically disable XPath when either PUGIXML_NO_STL or PUGIXML_NO_EXCEPTIO... | arseny.kapoulkine |
2010-06-13 | Internal XML parsing error handling is done via setjmp/longjmp, all allocatio... | arseny.kapoulkine |
2010-06-04 | Optimized attribute parsing; behavior of parse_wconv changed, it now assumes ... | arseny.kapoulkine |
2010-06-01 | Constant deprecation is disabled only on old IntelC, removed deprecation warn... | arseny.kapoulkine |
2010-05-26 | Removed redundant template | arseny.kapoulkine |
2010-05-25 | Added support for Sun C++ compiler | arseny.kapoulkine |
2010-05-25 | Updated version, updated changelog, minor Doxygen fixes | arseny.kapoulkine |
2010-05-25 | Changed memory management so that the document node lives inside document; th... | arseny.kapoulkine |
2010-05-10 | Internal iterator constructors are now private, added empty document test | arseny.kapoulkine |
2010-05-10 | Reworked DOM memory allocation scheme (name/value allocations use the same pa... | arseny.kapoulkine |
2010-05-09 | Removed document order optimization (it helps on a tiny percentage of queries... | arseny.kapoulkine |
2010-05-09 | Minor loading functions refactoring, fixed XPath append_node for MSVC10 | arseny.kapoulkine |