aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-10Fix forgotten indentationdenchat1-5/+5
2019-06-10std::random_shuffle is removed in current standarddenchat1-2/+10
2019-03-09tests: Move control char tests to test_write.cppArseny Kapoulkine2-9/+10
2019-03-08unit test and docYan Pas1-0/+9
2019-02-26tests: Expand out-of-memory union testsArseny Kapoulkine1-5/+30
2019-02-26XPath: Make remove_duplicates generate stable orderArseny Kapoulkine1-0/+18
2019-02-26tests: Disable flaky testArseny Kapoulkine1-0/+2
2018-11-27tests: Only use load_file_special_folder test on macOSArseny Kapoulkine1-4/+2
2018-11-23Fix Wdouble-promotion warningsArseny Kapoulkine4-15/+15
2018-11-19Escape TAB character in attribute values with 	Arseny Kapoulkine1-1/+15
2018-08-13tests: Fix XPath denorm tests on Intel compilerArseny Kapoulkine1-1/+7
2018-07-30tests: Allow document_load_file_special_folder to load empty documentArseny Kapoulkine1-1/+2
2018-04-04tests: Fix PUGIXML_COMPACT build on some platformsv1.9Arseny Kapoulkine1-1/+1
2018-04-03tests: Fix PUGIXML_NO_XPATH,PUGIXML_COMPACT buildArseny Kapoulkine1-0/+4
2018-04-03tests: Fix PUGIXML_NO_XPATH buildArseny Kapoulkine1-0/+2
2018-04-02tests: Fix PUGIXML_NO_EXCEPTIONS testsArseny Kapoulkine1-6/+6
2018-04-02Update version to 1.9Arseny Kapoulkine1-1/+1