Age | Commit message (Expand) | Author |
2015-03-21 | tests: Final test fix for CW | Arseny Kapoulkine |
2015-03-21 | tests: Work around fp issues in various runtime libraries | Arseny Kapoulkine |
2015-01-17 | tests: Fix MSVC 2008 compilation warning | Arseny Kapoulkine |
2015-01-16 | tests: Add tests for fp roundtrip | Arseny Kapoulkine |
2015-01-16 | tests: Add coverage tests for new float setters | Arseny Kapoulkine |
2015-01-16 | Increase precision on large number test | Steve Doiel |
2014-11-20 | Fix node_declaration copying with empty name | Arseny Kapoulkine |
2014-11-17 | Rename xml_document::load to load_string | Arseny Kapoulkine |
2014-11-02 | Fix undefined behavior while calling memcpy | Arseny Kapoulkine |
2014-10-25 | Fix node copying for some out of memory cases | Arseny Kapoulkine |
2014-10-23 | tests: Add more tests for better coverage | Arseny Kapoulkine |
2014-10-23 | tests: Improve test coverage | Arseny Kapoulkine |
2014-10-03 | tests: Fix MSVC6 compilation | Arseny Kapoulkine |
2014-10-02 | tests: Add a test for out-of-memory during copy | Arseny Kapoulkine |
2014-10-02 | tests: Add missing tests to increase code coverage | Arseny Kapoulkine |
2014-10-01 | tests: Add tests for copyless copy and related potential bugs | Arseny Kapoulkine |
2014-09-28 | tests: Add a test for stackless copy | Arseny Kapoulkine |
2014-08-10 | tests: Add tests for node movement | Arseny Kapoulkine |
2014-02-11 | Implement document fragment parsing. | Arseny Kapoulkine |
2014-02-08 | Implement long long support if PUGIXML_HAS_LONG_LONG is defined (autodetectio... | Arseny Kapoulkine |
2012-12-07 | Compatibility fixes (fixed warnings in gcc, msvc7, fixed errors in bcc, cw, m... | arseny.kapoulkine@gmail.com |
2012-12-07 | tests: Added append_buffer tests | arseny.kapoulkine@gmail.com |
2010-12-19 | Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c... | arseny.kapoulkine |
2010-10-26 | Added xml_document::reset, added append/prepend/insert child overloads for el... | arseny.kapoulkine |
2010-10-19 | Added prepend_attribute, prepend_child and prepend_copy functions | arseny.kapoulkine@gmail.com |
2010-09-26 | tests: Added node_doctype and parse_doctype tests | 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 even more tests for better code coverage | 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-19 | Set svn:eol-style to native for all text files | 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-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 | Refactored PI/declaration parsing, now non top-level declarations result in p... | arseny.kapoulkine |
2010-05-23 | tests: Minor addition to attribute value modification tests | arseny.kapoulkine |
2010-05-20 | as_* functions now all use strto*/wcsto* functions; this unifies the behavior... | arseny.kapoulkine |
2010-05-10 | Added more tests | arseny.kapoulkine |
2010-05-10 | Added more tests | arseny.kapoulkine |
2010-05-10 | Reworked DOM memory allocation scheme (name/value allocations use the same pa... | arseny.kapoulkine |
2010-05-06 | Integrated changes from unicode branch to trunk | arseny.kapoulkine |
2009-10-20 | tests: More tree modification tests | arseny.kapoulkine |
2009-10-12 | tests: More DOM modification tests | arseny.kapoulkine |
2009-10-11 | tests: Initial tree modification tests | arseny.kapoulkine |