Age | Commit message (Expand) | Author |
2014-10-05 | tests: Add XPath sorting test | Arseny Kapoulkine |
2014-10-05 | XPath: Implement optimized translate() | Arseny Kapoulkine |
2014-10-05 | tests: Add XPath sorting tests and a simple test for numeric predicates | 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 a test to verify that xml_document object works with any valid poi... | Arseny Kapoulkine |
2014-10-02 | tests: Add missing tests to increase code coverage | Arseny Kapoulkine |
2014-10-01 | tests: Add XPath sorting tests for move/append_buffer | Arseny Kapoulkine |
2014-10-01 | tests: Add tests for copyless copy and related potential bugs | Arseny Kapoulkine |
2014-10-01 | tests: Fix allocator.cpp indentation | Arseny Kapoulkine |
2014-09-28 | tests: Add a test for stackless copy | Arseny Kapoulkine |
2014-09-23 | tests: Add one more XPath optimization test | Arseny Kapoulkine |
2014-09-23 | tests: More XPath tests | Arseny Kapoulkine |
2014-09-21 | tests: Fix PUGIXML_WCHAR_MODE build | Arseny Kapoulkine |
2014-09-21 | tests: Add test for custom indentation strings | Arseny Kapoulkine |
2014-09-21 | tests: Add a test for stackless write. | Arseny Kapoulkine |
2014-09-12 | tests: Add git-svn reviving script | Arseny Kapoulkine |
2014-08-10 | tests: Add tests for node movement | Arseny Kapoulkine |
2014-06-01 | Improve XPath allocator performance | Arseny Kapoulkine |
2014-04-02 | tests: Fix Mac OS X compilation. | Arseny Kapoulkine |
2014-02-26 | tests: Fix WinCE compilation | Arseny Kapoulkine |
2014-02-25 | tests: Add tests for parse_trim_pcdata. | Arseny Kapoulkine |
2014-02-23 | Fix clang build. | Arseny Kapoulkine |
2014-02-23 | Fix gap collapsing during PCDATA parsing for fragment mode. | Arseny Kapoulkine |
2014-02-19 | tests: Write temporary files to executable folder. | Arseny Kapoulkine |
2014-02-12 | Add MSVC 12 (2013) to autotest list | Arseny Kapoulkine |
2014-02-11 | Implement document fragment parsing. | Arseny Kapoulkine |
2014-02-11 | Fix bogus Clang 3.4 warning | Arseny Kapoulkine |
2014-02-10 | Fix clang build. | Arseny Kapoulkine |
2014-02-10 | Use a null-terminated buffer for parsing as often as possible. | Arseny Kapoulkine |
2014-02-10 | Replace memory-management functions before every test. | Arseny Kapoulkine |
2014-02-10 | Update PUGIXML_VERSION define | Arseny Kapoulkine |
2014-02-09 | Add Makefile for building and running tests. | Arseny Kapoulkine |
2014-02-09 | Add scripts for Travis CI | Arseny Kapoulkine |
2014-02-08 | Fix test suite stringizing macros to be C++11-compliant | Arseny Kapoulkine |
2014-02-08 | Implement long long support if PUGIXML_HAS_LONG_LONG is defined (autodetectio... | Arseny Kapoulkine |
2014-01-27 | Change xml_named_node_iterator to be bidirectional and to match xml_node_iter... | Arseny Kapoulkine |
2014-01-15 | Implement automatic hexadecimal decoding for xml_attribute::as_int and xml_te... | Arseny Kapoulkine |
2013-07-20 | Make sure newlines are consistent for both .zip and .tar.gz archives | arseny.kapoulkine@gmail.com |
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 |