summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-04-10Fix archive packagingArseny Kapoulkine
2015-03-21tests: Final test fix for CWArseny Kapoulkine
2015-03-21tests: Work around fp issues in various runtime librariesArseny Kapoulkine
2015-03-21tests: Fix test compilationArseny Kapoulkine
2015-03-18tests: Fix tests in wchar modeArseny Kapoulkine
2015-03-18Update version to 1.6Arseny Kapoulkine
2015-03-18Do not emit surrounding whitespace for text nodesArseny Kapoulkine
2015-03-13tests: Fix truncation testArseny Kapoulkine
2015-03-13tests: Add support for afl-fuzzArseny Kapoulkine
2015-03-12Fix buffer overrun when parsing comments inside DOCTYPEArseny Kapoulkine
2015-03-10Escape ?> sequence in PI value during printingArseny Kapoulkine
2015-03-05tests: Move null buffer tests to test_documentArseny Kapoulkine
2015-03-05Refactor contents=0 behaviorArseny Kapoulkine
2015-03-05Merge branch 'master' of https://github.com/mloy/pugixml into mloy-masterArseny Kapoulkine
2015-03-04tests: Fix XPath string comparisonArseny Kapoulkine
2015-03-01tests: Implement page heap for OSX/LinuxArseny Kapoulkine
2015-02-12tests: Fix tests for wchar modeArseny Kapoulkine
2015-02-12DOCTYPE parsing is now stacklessArseny Kapoulkine
2015-01-24Use string::append in implementations of xml_writerArseny Kapoulkine
2015-01-17tests: Fix MSVC 2008 compilation warningArseny Kapoulkine
2015-01-17tests: Use Git instead of Subversion in autotestArseny Kapoulkine
2015-01-16tests: Add tests for fp roundtripArseny Kapoulkine
2015-01-16tests: Add coverage tests for new float settersArseny Kapoulkine
2015-01-16Merge pull request #27 from sdoiel61/masterArseny Kapoulkine
2015-01-16Increase precision on large number testSteve Doiel
2015-01-09Simplify header-only mode usageArseny Kapoulkine
2014-12-13Don't use off64_t/_wfopen on MinGW32 in C++11 modev1.5Arseny Kapoulkine
2014-11-24Use _wfopen and fseeko64 on MinGW in C++11 modeArseny Kapoulkine
2014-11-24tests: Add a test for load_file with wide Unicode nameArseny Kapoulkine
2014-11-20Fix node_declaration copying with empty nameArseny Kapoulkine
2014-11-19tests: Fix tests on various compilersArseny Kapoulkine
2014-11-17tests: Fix version testArseny Kapoulkine
2014-11-17Rename xml_document::load to load_stringArseny Kapoulkine
2014-11-17tests: Don't use /dev/ttyArseny Kapoulkine
2014-11-05Fix xml_node::offset_debug for corner casesArseny Kapoulkine
2014-11-03:Merge remote-tracking branch 'upstream/master'Matthias Loy
2014-11-03tests: Add more XPath mod testsArseny Kapoulkine
2014-11-02Fix undefined behavior while calling memcpyArseny Kapoulkine
2014-11-01tests: Improve test coverageArseny Kapoulkine
2014-10-30load_buffer_impl always checks if buffer is valid pointer and size > 0mloy
2014-10-27Optimize node printing by using raw pointersArseny Kapoulkine
2014-10-27XPath: Optimize [position()=expr] and [last()]Arseny Kapoulkine
2014-10-26XPath: Optimize constant filters/predicatesArseny Kapoulkine
2014-10-26tests: Remove git2svn helper script!Arseny Kapoulkine
2014-10-26tests: Add a way for tests to verify allocation failureArseny Kapoulkine
2014-10-25Fix node copying for some out of memory casesArseny Kapoulkine
2014-10-24tests: Fix test failure in PUGIXML_WCHAR_MODEArseny Kapoulkine
2014-10-24tests: Add even more coverage testsArseny Kapoulkine
2014-10-23tests: Add more tests for better coverageArseny Kapoulkine
2014-10-23tests: Improve test coverageArseny Kapoulkine