Age | Commit message (Expand) | Author |
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 |