Age | Commit message (Expand) | Author |
2010-08-29 | Removed deprecated wildcard functions, removed deprecated all_elements_by_name | arseny.kapoulkine |
2010-08-29 | tests: Remove new/delete overrides (all pugi code now uses custom allocators) | arseny.kapoulkine |
2010-08-29 | tests: Removed NO_XPATH-related define restrictions, autotest-local can be la... | arseny.kapoulkine |
2010-08-29 | tests: Added XPath tests for attribute context | arseny.kapoulkine |
2010-08-29 | tests: Reduced allocation count | arseny.kapoulkine |
2010-08-29 | tests: Added new evaluate_string tests, fixed tests for NO_STL mode | arseny.kapoulkine |
2010-08-29 | tests: Deallocation of null pointer is illegal for custom allocators | arseny.kapoulkine |
2010-08-29 | tests: Added more string allocation tests | arseny.kapoulkine |
2010-08-29 | XPath: Correct out of memory handling for string to number conversion during ... | arseny.kapoulkine |
2010-08-29 | tests: Added XPath out of memory parse test | arseny.kapoulkine |
2010-08-29 | tests: Removed redundant includes | arseny.kapoulkine |
2010-08-29 | XPath: Added error offset reporting | arseny.kapoulkine |
2010-08-29 | tests: Extended XPath tests | arseny.kapoulkine |
2010-08-29 | tests: Added support for XPath without exceptions | arseny.kapoulkine |
2010-08-09 | tests: Added tests for short buffers (they duplicate the progressive truncati... | arseny.kapoulkine |
2010-08-04 | tests: Fixed tests for wchar_t mode, added dummy std::cout/wcout usage for MS... | arseny.kapoulkine |
2010-08-04 | tests: Added more XPath tests | arseny.kapoulkine |
2010-08-04 | tests: Added even more tests for better code coverage | arseny.kapoulkine |
2010-08-04 | tests: Added more tests for better code coverage | arseny.kapoulkine |
2010-08-03 | tests: New and delete operators now use test allocator and thus are subject t... | arseny.kapoulkine |
2010-08-03 | tests: Reduce address space pressure of test allocator | arseny.kapoulkine |
2010-08-03 | tests: Preparations for custom new/delete (leak detection) | arseny.kapoulkine |
2010-08-02 | tests: More miscellaneous tests | arseny.kapoulkine |
2010-07-22 | tests: Miscellaneous test fixes | arseny.kapoulkine |
2010-07-22 | tests: Added more CDATA writing tests | arseny.kapoulkine |
2010-07-22 | tests: Removed invalid document order test, improved document order coverage ... | arseny.kapoulkine |
2010-07-22 | tests: Fixed warning | arseny.kapoulkine |
2010-07-22 | tests: Added stream exception test | arseny.kapoulkine |
2010-07-19 | Set svn:eol-style to native for all text files | arseny.kapoulkine |
2010-07-19 | Release archiving now converts newlines to Unix style in tar archives | arseny.kapoulkine |
2010-07-15 | tests: Added Xbox360 and PS3 toolset support | arseny.kapoulkine |
2010-07-10 | XPath: Out-of-bounds xpath_node_set access is now undefined | arseny.kapoulkine |
2010-07-07 | tests: Minor fix | arseny.kapoulkine |
2010-07-07 | remove_child and remove_attribute now return operation result | arseny.kapoulkine |
2010-07-07 | Fixed strequalrange so that it matches the description (this also fixes first... | 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 | Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type | arseny.kapoulkine |
2010-06-14 | XPath: Rewritten number->string conversion using CRT scientific format (much ... | arseny.kapoulkine |
2010-06-13 | tests: Added tests for parsing offset values | arseny.kapoulkine |
2010-06-13 | Internal XML parsing error handling is done via setjmp/longjmp, all allocatio... | arseny.kapoulkine |
2010-06-12 | Declaration nodes improvements (they now automatically get name "xml", they c... | arseny.kapoulkine |
2010-06-12 | tests: Added non top-level declaration test | arseny.kapoulkine |
2010-06-12 | Refactored PI/declaration parsing, now non top-level declarations result in p... | arseny.kapoulkine |
2010-06-11 | tests: Fixed PI test | arseny.kapoulkine |
2010-06-11 | tests: Added more (failing) declaration/PI tests | arseny.kapoulkine |
2010-06-11 | Rewritten numeric character reference parsing (fixed &#; and &#x; parsing), a... | arseny.kapoulkine |
2010-06-11 | tests: Added SunCC x64 support | arseny.kapoulkine |
2010-06-10 | tests: Autotest now targets several architectures on MacOS, minor report refa... | arseny.kapoulkine |