aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-11-16tests: Add /MP to AppVeyor builds to try to reduce build timeArseny Kapoulkine1-1/+1
2023-11-16tests: Work around -Wself-move in new gccArseny Kapoulkine1-2/+4
2023-10-21Merge pull request #551 from silvergasp/masterArseny Kapoulkine1-10/+30
2023-10-21Update fuzz_xpath.cppArseny Kapoulkine1-5/+5
2023-10-21Update fuzz_xpath.cppArseny Kapoulkine1-32/+38
2023-09-07Update version to 1.14 everywherev1.14latestArseny Kapoulkine1-1/+1
2023-09-06Merge pull request #576 from vineethkuttan/Merge-pcdata-#546Arseny Kapoulkine1-0/+106
2023-09-05Use memmove instead of strcatArseny Kapoulkine1-0/+8
2023-08-26Add overloads with size_t type argumentStefan Roellin1-0/+19
2023-08-25Fix interaction between parse_merge_pcdata and append_bufferArseny Kapoulkine1-0/+16
2023-08-25tests: Add more tests for parse_merge_pcdataArseny Kapoulkine1-7/+42
2023-08-25tests: Add more tests for empty text setupArseny Kapoulkine1-0/+12
2023-08-20Final Commitvineeth-113161-0/+47
2023-04-15Use stricter subset for now to avoid compat issues with Unix-like platformsArseny Kapoulkine1-1/+1
2023-04-15Fix get_file_size behavior inconsistency for foldersArseny Kapoulkine1-1/+1
2023-03-09tests: excersizes query code on xml docNathaniel Brough1-20/+34
2022-11-06Adjust the workaround for -pedantic mode and fix testsArseny Kapoulkine2-2/+2
2022-10-20Fix version check in testArseny Kapoulkine1-1/+1
2022-10-07Merge pull request #522 from Ferenc-/followup-on-pr-490Arseny Kapoulkine2-1/+65
2022-09-29Add test for xml_attribute::set_value with size argumentFerenc Géczi1-1/+7
2022-09-29Add test for xml_node::set_value with size argumentFerenc Géczi1-0/+18
2022-09-29Add xml_text::set test with size set to substringFerenc Géczi1-0/+20
2022-09-29Add test for xml_text::set with size argumentFerenc Géczi1-0/+20
2022-07-21tests: Fix MSVC 2005 buildArseny Kapoulkine2-0/+10
2022-07-21tests: Use snprintf instead of sprintfArseny Kapoulkine2-2/+2
2022-05-16Fix memory leak during OOM in convert_bufferArseny Kapoulkine1-0/+36
2022-02-15tests: Fix MSVC 2022 buildArseny Kapoulkine1-10/+18
2022-02-10Fix PUGIXML_VERSION macrov1.12.1Arseny Kapoulkine1-1/+1
2022-01-21Add missing appveyor test config for Visual Studio 2022.tobias1-3/+6
2021-06-30Fix include in test_document.cpp when building against libc++Paul Mulders1-6/+5
2021-05-11tests: Fix wchar_t buildArseny Kapoulkine1-1/+1
2021-05-11Fix a bug in move construction when move source is emptyArseny Kapoulkine1-0/+11
2021-05-11XPath: Improve recursion limit for deep chains of //Arseny Kapoulkine1-0/+1
2020-11-25Update version to 1.11 and update documentationArseny Kapoulkine1-1/+1
2020-11-25tests: Fix test fallout for MSVC6Arseny Kapoulkine1-0/+2
2020-09-11XPath: Fix stack overflow in functions with long argument listsArseny Kapoulkine1-0/+1
2020-09-10Fix stack overflow in tests on MSVC x64Arseny Kapoulkine1-1/+1
2020-09-10Fix tests in wchar modeArseny Kapoulkine1-5/+5
2020-09-10XPath: Restrict AST depth to prevent stack overflowArseny Kapoulkine1-0/+22
2020-02-01tests: Add a dedicated test for XPath variable conversionArseny Kapoulkine1-0/+26
2019-09-22Custom precision (#300)Tuan Anh Tran1-0/+25
2019-09-17tests: Add memory safety tests for remove_children/attributesArseny Kapoulkine1-0/+34
2019-09-17feat: add remove_attributes() and remove_children() (#296)Tuan Anh Tran1-0/+26
2019-09-11Never escape > in attribute valuesArseny Kapoulkine1-4/+4
2019-09-11Don't escape attribute quotation symbolArseny Kapoulkine1-2/+4
2019-09-11Update version to 1.10Arseny Kapoulkine1-1/+1
2019-09-09Update nuget creation to VS2019 (#291)Joel Andres Granados1-0/+4
2019-08-21Fix minor typos (#286)Wolfgang Stöggl2-2/+2
2019-08-21tests: Work around test warnings in clang-7Arseny Kapoulkine2-2/+2
2019-06-18Add support for using single quotes to enclose attribute valuesm-naumann1-3/+3