summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-11-19tests: Fix unused variable warning in some compilersArseny Kapoulkine
2016-11-13Change status_end_element_mismatch to point to closing tag nameArseny Kapoulkine
2016-11-13Rewrite archive script into PythonArseny Kapoulkine
2016-11-09tests: Fix MSVC warningsArseny Kapoulkine
2016-11-09tests: Add a generalized write-roundtrip testArseny Kapoulkine
2016-11-09tests: Add a test for format_no_empty_element_tagsArseny Kapoulkine
2016-11-09Update version to 1.8 everywhereArseny Kapoulkine
2016-11-06tests: Don't use ranged for loop in move testsArseny Kapoulkine
2016-11-06Refactor move semantics support detectionArseny Kapoulkine
2016-10-13Add PUGIXML_OVERRIDE to headers of testsPavel Kryukov
2016-07-15tests: Fix clang warningArseny Kapoulkine
2016-07-14tests: Add tests for latin1 detectionArseny Kapoulkine
2016-04-14Remove extra space in an empty tag for format_rawArseny Kapoulkine
2016-02-02tests: Add tests for long settersArseny Kapoulkine
2016-01-24test_parse.cpp: add newline to last lineStephan Beyer
2016-01-24Fix whitespace issuesStephan Beyer
2016-01-12tests: Add test for parse_embed_pcdataArseny Kapoulkine
2015-10-25tests: Fix Borland C++ 5.4 compilationArseny Kapoulkine
2015-10-17tests: Fix GCC warningArseny Kapoulkine
2015-10-17Fix integer overflow detection with leading zerosArseny Kapoulkine
2015-10-10tests: Fix version check :)Arseny Kapoulkine
2015-10-09tests: Add a test for empty xpath_query ctorArseny Kapoulkine
2015-10-06tests: Add a copy of header-only testArseny Kapoulkine
2015-09-21Fix parsing of integers that start with +Arseny Kapoulkine
2015-09-20tests: Add tests for integer overflow during conversionArseny Kapoulkine
2015-09-19tests: Convert several files to Unix line endingsArseny Kapoulkine
2015-07-25tests: Fix test allocator to provide fundamental alignmentArseny Kapoulkine
2015-07-25tests: Only enable page heap on x86/x64Arseny Kapoulkine
2015-05-22tests: Add newline at the end of fileArseny Kapoulkine
2015-05-22tests: Fix MSVC6 compilationArseny Kapoulkine
2015-05-20tests: Split fp roundtrip test into float and doubleArseny Kapoulkine
2015-05-14Implement xml_node::attribute with a hintArseny Kapoulkine
2015-05-12tests: Fix address sanitizer detection for GCCArseny Kapoulkine
2015-05-12Add Visual Studio 2015 to AppVeyorArseny Kapoulkine
2015-05-12tests: Disable page allocator if address sanitizer is activeArseny Kapoulkine
2015-05-12tests: Fix clang 3.7 warningArseny Kapoulkine
2015-05-03tests: Fix MSVC6 compatibilityArseny Kapoulkine
2015-05-02tests: Add one more page reclamation testArseny Kapoulkine
2015-04-29tests: Fix spurious failures in compact modeArseny Kapoulkine
2015-04-22Fix node_pi memory leakArseny Kapoulkine
2015-04-21tests: Adjust allocation thresholds to fix testsArseny Kapoulkine
2015-04-21Merge branch 'master' into compactArseny Kapoulkine
2015-04-21tests: Fix MSVC warningsArseny Kapoulkine
2015-04-21tests: Add move semantics testsArseny Kapoulkine
2015-04-15Implement copy ctor/assignment for xpath_variable_setArseny Kapoulkine
2015-04-15tests: Fix Linux buildArseny Kapoulkine
2015-04-15tests: Use malloc for OSX/Linux page heapArseny Kapoulkine
2015-04-14Fix xpath_node_set assignment to provide strong exception guaranteeArseny Kapoulkine
2015-04-13Refactor format_indent_attributes implementationArseny Kapoulkine
2015-04-13Merge branch 'AlignAttributesEachOnSeparateLine' of git://github.com/halex200...Arseny Kapoulkine