summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2015-04-13tests: Add PUGIXML_COMPACT to AppVeyorArseny Kapoulkine
2015-04-13Merge branch 'master' into compactArseny Kapoulkine
2015-04-13Remove all files for the Jamplus-based build systemArseny Kapoulkine
2015-04-13Add AppVeyor build scriptsArseny Kapoulkine
2015-04-14add tests for aligning each attribute on next linehalex2005
2015-04-12Merge branch 'master' into compactArseny Kapoulkine
2015-04-12Fix unused variable warningArseny Kapoulkine
2015-04-12Permit custom allocation function to throwArseny Kapoulkine
2015-04-12tests: Add more out of memory testsArseny Kapoulkine
2015-04-12Fix compilation and tests after merge.Arseny Kapoulkine
2015-04-12Merge branch 'master' into compactArseny Kapoulkine
2015-04-12Implment copyless copy for attributesArseny Kapoulkine
2015-04-12tests: Add a test that verifies absence of file leaksArseny Kapoulkine
2015-04-12tests: Fix some Coverity issuesArseny Kapoulkine
2015-04-11Fix Travis CI build.Arseny Kapoulkine
2015-04-11tests: Improve out-of-memory testsArseny Kapoulkine
2015-04-11tests: Add a test for throwing from xml_writer::writeArseny Kapoulkine
2015-04-11Fix exception type for out-of-memory for XPath variablesArseny Kapoulkine