Age | Commit message (Expand) | Author |
2016-10-13 | Add PUGIXML_OVERRIDE to headers of tests | Pavel Kryukov |
2016-07-15 | tests: Fix clang warning | Arseny Kapoulkine |
2016-07-14 | tests: Add tests for latin1 detection | Arseny Kapoulkine |
2016-04-14 | Remove extra space in an empty tag for format_raw | Arseny Kapoulkine |
2016-02-02 | tests: Add tests for long setters | Arseny Kapoulkine |
2016-01-24 | test_parse.cpp: add newline to last line | Stephan Beyer |
2016-01-24 | Fix whitespace issues | Stephan Beyer |
2016-01-12 | tests: Add test for parse_embed_pcdata | Arseny Kapoulkine |
2015-10-25 | tests: Fix Borland C++ 5.4 compilation | Arseny Kapoulkine |
2015-10-17 | tests: Fix GCC warning | Arseny Kapoulkine |
2015-10-17 | Fix integer overflow detection with leading zeros | Arseny Kapoulkine |
2015-10-10 | tests: Fix version check :) | Arseny Kapoulkine |
2015-10-09 | tests: Add a test for empty xpath_query ctor | Arseny Kapoulkine |
2015-10-06 | tests: Add a copy of header-only test | Arseny Kapoulkine |
2015-09-21 | Fix parsing of integers that start with + | Arseny Kapoulkine |
2015-09-20 | tests: Add tests for integer overflow during conversion | Arseny Kapoulkine |
2015-09-19 | tests: Convert several files to Unix line endings | Arseny Kapoulkine |
2015-07-25 | tests: Fix test allocator to provide fundamental alignment | Arseny Kapoulkine |
2015-07-25 | tests: Only enable page heap on x86/x64 | Arseny Kapoulkine |
2015-05-22 | tests: Add newline at the end of file | Arseny Kapoulkine |
2015-05-22 | tests: Fix MSVC6 compilation | Arseny Kapoulkine |
2015-05-20 | tests: Split fp roundtrip test into float and double | Arseny Kapoulkine |
2015-05-14 | Implement xml_node::attribute with a hint | Arseny Kapoulkine |
2015-05-12 | tests: Fix address sanitizer detection for GCC | Arseny Kapoulkine |
2015-05-12 | Add Visual Studio 2015 to AppVeyor | Arseny Kapoulkine |
2015-05-12 | tests: Disable page allocator if address sanitizer is active | Arseny Kapoulkine |
2015-05-12 | tests: Fix clang 3.7 warning | Arseny Kapoulkine |
2015-05-03 | tests: Fix MSVC6 compatibility | Arseny Kapoulkine |
2015-05-02 | tests: Add one more page reclamation test | Arseny Kapoulkine |
2015-04-29 | tests: Fix spurious failures in compact mode | Arseny Kapoulkine |
2015-04-22 | Fix node_pi memory leak | Arseny Kapoulkine |
2015-04-21 | tests: Adjust allocation thresholds to fix tests | Arseny Kapoulkine |
2015-04-21 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-04-21 | tests: Fix MSVC warnings | Arseny Kapoulkine |
2015-04-21 | tests: Add move semantics tests | Arseny Kapoulkine |
2015-04-15 | Implement copy ctor/assignment for xpath_variable_set | Arseny Kapoulkine |
2015-04-15 | tests: Fix Linux build | Arseny Kapoulkine |
2015-04-15 | tests: Use malloc for OSX/Linux page heap | Arseny Kapoulkine |
2015-04-14 | Fix xpath_node_set assignment to provide strong exception guarantee | Arseny Kapoulkine |
2015-04-13 | Refactor format_indent_attributes implementation | Arseny Kapoulkine |
2015-04-13 | Merge branch 'AlignAttributesEachOnSeparateLine' of git://github.com/halex200... | Arseny Kapoulkine |
2015-04-13 | tests: Add PUGIXML_COMPACT to AppVeyor | Arseny Kapoulkine |
2015-04-13 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-04-13 | Remove all files for the Jamplus-based build system | Arseny Kapoulkine |
2015-04-13 | Add AppVeyor build scripts | Arseny Kapoulkine |
2015-04-14 | add tests for aligning each attribute on next line | halex2005 |
2015-04-12 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-04-12 | Fix unused variable warning | Arseny Kapoulkine |
2015-04-12 | Permit custom allocation function to throw | Arseny Kapoulkine |
2015-04-12 | tests: Add more out of memory tests | Arseny Kapoulkine |