summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-15set v141 tools environment for buildingIvan Gagis
2017-06-15Appveyor image set to VS2017Ivan Gagis
2017-06-15VS2017 projectIvan Gagis
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
2017-02-05tests: Add more XPath sorting testsArseny Kapoulkine
2017-02-03XPath: Simplify evaluation error flowArseny Kapoulkine
2017-02-02XPath: Clean up out-of-memory parse error handlingArseny Kapoulkine
2017-02-02tests: Add more out of memory tests for XPath evaluationArseny Kapoulkine
2017-02-02tests: Add more embed_pcdata testsArseny Kapoulkine
2017-02-01tests: Improve parsing coverageArseny Kapoulkine
2017-02-01Remove redundant branch from xml_node::path()Arseny Kapoulkine
2017-02-01tests: Remove redundant coverage testArseny Kapoulkine
2017-01-31tests: Add more tests to increase coverageArseny Kapoulkine
2017-01-31tests: Add compact hash table reserve testArseny Kapoulkine
2017-01-31tests: Add coverage tests for encoding detectionArseny Kapoulkine
2017-01-31tests: More XPath coverage testsArseny Kapoulkine