Age | Commit message (Expand) | Author |
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 |
2009-11-08 | XPath: Node set copy now preserves sorted flag (for performance and consisten... | arseny.kapoulkine |
2009-11-08 | XPath: Fixed const-correctness, added boolean operators and operator! for Bor... | arseny.kapoulkine |
2009-10-28 | Fixed MSVC6 compilation of template member functions | arseny.kapoulkine |
2009-10-20 | Added memory allocation function getters (can't write generic function to par... | arseny.kapoulkine |
2009-10-20 | Fixed documentation bug | arseny.kapoulkine |
2009-10-11 | Const-correctness fix for print/save functions | arseny.kapoulkine |
2009-09-17 | Changed header version | arseny.kapoulkine |
2009-09-17 | Added xml_attribute::set_value overloads | arseny.kapoulkine |
2009-08-31 | Fixed iterator functions and xml_node::print to work correctly with empty nod... | arseny.kapoulkine |
2009-08-31 | Added optional PUGIXML_API, PUGIXML_CLASS and PUGIXML_FUNCTION defines to con... | arseny.kapoulkine |