Age | Commit message (Expand) | Author |
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 |
2010-05-08 | Deprecated all wildcard functions and parse_wnorm_attribute | arseny.kapoulkine |
2010-05-08 | Fixed tests in NO_STL mode and IntelC deprecated constant | arseny.kapoulkine |
2010-05-08 | Implemented PUGIXML_DEPRECATED for GCC and MSVC7+ | arseny.kapoulkine |
2010-05-08 | Added 0.5-compatible interfaces for compatibility | arseny.kapoulkine |
2010-05-06 | Updated copyright year, updated changelog in documentation | arseny.kapoulkine |
2010-05-06 | Changed version number to 0.6, merged Unicode utilities to pugixml.cpp | arseny.kapoulkine |
2010-05-06 | Integrated changes from unicode branch to trunk | arseny.kapoulkine |
2010-02-08 | Replaced int with ptrdiff_t for offset_debug() and last parsed offset in xml_... | arseny.kapoulkine |
2009-11-08 | docs: Minor documentation changes | arseny.kapoulkine |
2009-11-08 | XPath: Added xpath_query::return_type() function, fixed evaluate_node_set doc... | arseny.kapoulkine |
2009-11-08 | Updated header/footer comments - included MIT license text as per user reques... | arseny.kapoulkine |