Age | Commit message (Expand) | Author |
2013-03-20 | Fix invalid assertion in XPath: reallocation can result in allocating buffer ... | arseny.kapoulkine@gmail.com |
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 |
2012-11-20 | archive.pl now creates a wrapping folder in both .tar.gz and .zip archives | arseny.kapoulkine@gmail.com |
2012-11-17 | XPath: Fix unit test that (incorrectly) relied on right-associativity of unio... | arseny.kapoulkine@gmail.com |
2012-11-17 | XPath: Add unit test for unary minus and union precedences | arseny.kapoulkine@gmail.com |
2012-10-31 | tests: Remove 'con' loading from tests since it stopped working under Windows... | arseny.kapoulkine@gmail.com |
2012-09-29 | Fix find_child_by_attribute assertion for attributes with null name/value. | arseny.kapoulkine@gmail.com |
2012-04-04 | tests: Fixed PUGIXML_NO_STL compilation | arseny.kapoulkine@gmail.com |
2012-04-03 | Updated version number and copyright year everywhere | arseny.kapoulkine@gmail.com |
2012-04-03 | tests: Added tests for as_string and default values in as_* | arseny.kapoulkine@gmail.com |
2012-03-27 | tests: Added xml_named_node_iterator tests | arseny.kapoulkine@gmail.com |
2012-03-23 | tests: Added text/binary save_file tests | arseny.kapoulkine@gmail.com |
2012-03-23 | tests: Added tests for xml_text mutation operations | arseny.kapoulkine@gmail.com |
2012-03-23 | tests: Added tests for read-only xml_text operations | arseny.kapoulkine@gmail.com |
2012-03-20 | tests: Added new test for string/istream include interaction (this actually f... | arseny.kapoulkine@gmail.com |
2012-03-14 | tests: Added tests for constant iterator objects | arseny.kapoulkine@gmail.com |
2012-03-07 | tests: Added MSVC11 variants to test suite | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Miscellaneous fixes | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Added Android to testing (STLport variant is only tested without excep... | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Android compilation fixes | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Added BlackBerry NDK to test suite | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Use mkstemp on Unix and QNX (BlackBerry) to avoid tmpnam deprecation w... | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Added BadaSDK to tests, changed report coloring to mark cells that com... | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Fixed compilation errors for BadaSDK | arseny.kapoulkine@gmail.com |
2012-02-19 | tests: Added WinCE to autotest | arseny.kapoulkine@gmail.com |
2012-02-19 | tests: Minor fixes for WinCE compilation | arseny.kapoulkine@gmail.com |
2012-02-18 | tests: Add an explicit test for empty xpath_node_set copying (regression test... | arseny.kapoulkine@gmail.com |
2011-12-20 | tests: Added version test | arseny.kapoulkine |
2011-12-20 | Introduced encoding_latin1 support (conversion on loading, conversion on savi... | arseny.kapoulkine |
2011-12-09 | Introduced parse_ws_pcdata_single flag: only parses whitespace-only PCDATA if... | arseny.kapoulkine |
2011-09-10 | Added format_no_escapes flag | arseny.kapoulkine |
2011-08-19 | Fixed unspecified bool conversion for MSVC CLR for the case when pugixml is c... | arseny.kapoulkine |
2011-07-27 | tests: Updated autotest-linux.sh for Fedora | arseny.kapoulkine |
2011-07-24 | tests: Disabled VM shutdown/startup overlap to decrease peak memory consumption | arseny.kapoulkine |
2011-07-19 | tests: Added tests for non-seekable streams | arseny.kapoulkine |
2011-02-16 | tests: Fixed C++/CLI compilation warning | arseny.kapoulkine |
2011-02-16 | tests: Added C++/CLI support | arseny.kapoulkine |
2010-12-19 | Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c... | arseny.kapoulkine |
2010-10-31 | tests: Added document reset-self test | arseny.kapoulkine |
2010-10-31 | Added xml_document::reset() function with document parameter | arseny.kapoulkine |
2010-10-26 | Added xml_document::reset, added append/prepend/insert child overloads for el... | arseny.kapoulkine |
2010-10-22 | tests: Fixed WCHAR mode compilation | arseny.kapoulkine |
2010-10-22 | tests: Fixed CW compilation | arseny.kapoulkine |
2010-10-19 | If an element node has the only child, and it is of CDATA type, then the extr... | arseny.kapoulkine |
2010-10-19 | Added prepend_attribute, prepend_child and prepend_copy functions | arseny.kapoulkine@gmail.com |
2010-10-18 | Added xml_document::document_element function | arseny.kapoulkine |
2010-10-18 | Fixed internal_object() const-correctness, added xml_node::hash_value and xml... | arseny.kapoulkine |
2010-10-03 | XPath: evaluate_string now guarantees zero-terminated result (unless the buff... | arseny.kapoulkine |
2010-10-03 | tests: Fixed XPath OOM tests, added parsing exception test | arseny.kapoulkine |