summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-16tests: Improve XPath coverageArseny Kapoulkine
2017-06-16tests: Add even more stream coverage testsArseny Kapoulkine
2017-06-16tests: Add more stream coverage testsArseny Kapoulkine
2017-06-16tests: Add more coverage tests for stream loadingArseny Kapoulkine
2017-06-16Fix BorlandC compilationArseny Kapoulkine
2017-06-16tests: Improve XPath test coverageArseny Kapoulkine
2017-06-16tests: Expand write_flush coverageArseny Kapoulkine
2017-06-15tests: Add xml_buffered_writer coverage testArseny Kapoulkine
2017-06-15Refactor snprintf supportArseny Kapoulkine
2017-06-15Use buffer with a static size in convert_number_to_mantissa_exponentArseny Kapoulkine
2017-06-15Merge pull request #145 from noresources/snprintfArseny Kapoulkine
2017-06-15Merge pull request #149 from zeux/test-pathArseny Kapoulkine
2017-06-15Exclude unreachable lines from code coverageArseny Kapoulkine
2017-06-15Mark all assert(false) statements as unreachableArseny Kapoulkine
2017-06-15tests: Add tests for loading special filesArseny Kapoulkine
2017-06-14tests: Increase compact_pointer coverageArseny Kapoulkine
2017-06-14Increase the minimum CMake version to 2.8.12Arseny Kapoulkine
2017-06-11use snprintf if available, _snprintf or sprintf otherwiseRenaud Guillard
2017-06-05use _snprintf if MSVCRenaud Guillard
2017-06-04use snprintf instead of sprintfRenaud Guillard
2017-04-03Work around -fsanitize=integer issuesArseny Kapoulkine
2017-04-03Move libFuzzer build to MakefileArseny Kapoulkine
2017-04-03tests: Fix fuzz_setup.shArseny Kapoulkine
2017-03-21Add missing PUGI__FN to string_to_integerArseny Kapoulkine
2017-03-21Revert "Fix gcc-4.8 compilation warning when using -Wstrict-overflow"Arseny Kapoulkine
2017-03-21tests: Do not use unsigned underflow in test codeArseny Kapoulkine
2017-03-21tests: Fix invalid buffer sizeArseny Kapoulkine
2017-03-21Fix path to fuzzing corpusArseny Kapoulkine
2017-03-06Merge pull request #134 from ogdf/explicit-fallthroughsArseny Kapoulkine
2017-03-05Silence g++ 7.0.1 -Wimplicit-fallthrough warningsStephan Beyer
2017-03-03Simplify compact_hash_table implementationArseny Kapoulkine
2017-02-11Merge pull request #132 from zeux/fuzzArseny Kapoulkine
2017-02-11tests: Fix fuzz_setup.shArseny Kapoulkine
2017-02-11tests: Add fuzzing dictionariesArseny Kapoulkine
2017-02-09tests: Add XPath fuzzingArseny Kapoulkine
2017-02-09tests: Add a script to set up fuzzing toolsArseny Kapoulkine
2017-02-09fuzz: Use libFuzzer instead of afl-fuzzArseny Kapoulkine
2017-02-09tests: Increase the number of translate callsArseny Kapoulkine
2017-02-09tests: Fix clang buildArseny Kapoulkine
2017-02-09tests: Add more XPath out of memory testsArseny Kapoulkine
2017-02-09Add invalid type assertion for offset_debugArseny Kapoulkine
2017-02-08tests: Increase the number of translate callsArseny Kapoulkine
2017-02-08tests: Fix clang buildArseny Kapoulkine
2017-02-08tests: Add more XPath out of memory testsArseny Kapoulkine
2017-02-07Add invalid type assertion for offset_debugArseny Kapoulkine
2017-02-07XPath: Simplify sorting implementationArseny Kapoulkine
2017-02-06XPath: Optimize insertion_sortArseny Kapoulkine
2017-02-05XPath: Remove redundant calls from xml_node::select_nodes et alArseny Kapoulkine
2017-02-05XPath: Remove evaluate_string_implArseny Kapoulkine
2017-02-05Merge pull request #131 from zeux/xpath-noehArseny Kapoulkine