aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-22Work around gcc issues with limits.h not defining LLONG_MINArseny Kapoulkine1-5/+5
2018-01-29Merge pull request #179 from mathstuf/cmake-touchupsArseny Kapoulkine1-5/+5
2018-01-29cmake: keep sources and headers separateBen Boeckel1-3/+3
2018-01-29cmake: set the minimum version before the project callBen Boeckel1-2/+2
2018-01-23build: Add clang/Linux builds to TravisArseny Kapoulkine1-0/+9
2018-01-07Update all copyright notices to specify year 2018Arseny Kapoulkine11-81/+78
2017-12-29docs: Fix a typo in dom_tree.pngArseny Kapoulkine1-0/+0
2017-12-22Merge pull request #177 from zeux/osx-fixArseny Kapoulkine1-0/+2
2017-12-22tests: Fix OSX test failureArseny Kapoulkine1-0/+2
2017-12-22docs: Fixed quickstart linksArseny Kapoulkine2-29/+26
2017-11-13Use raw pointers in xml_node::traverse implementationArseny Kapoulkine1-14/+13
2017-11-13XPath: Always allocate xpath_strings on temporary stack for concatArseny Kapoulkine1-10/+3
2017-11-13Merge pull request #170 from zeux/moveArseny Kapoulkine4-16/+333
2017-11-13Fix -Wshadow warningArseny Kapoulkine1-1/+1
2017-11-13tests: Add compact move testsArseny Kapoulkine1-3/+25
2017-11-13Implement correct move error handling for compact modeArseny Kapoulkine1-5/+27
2017-11-13Add count argument to compact_hash_table::rehash/reserveArseny Kapoulkine1-9/+13
2017-11-12CMake: Add __declspec(dllexport) for shared library buildsArseny Kapoulkine1-0/+5
2017-11-10tests: Fix expansion-to-defined warningArseny Kapoulkine1-1/+5
2017-10-29build: Simplify config=sanitizeArseny Kapoulkine1-7/+2
2017-10-29build: Switch fuzz builds to use Clang 5.0 sanitize=fuzzerArseny Kapoulkine1-7/+2
2017-10-26tests: Add more tests for document moveArseny Kapoulkine1-0/+33
2017-10-20Clarify a note about compact hash behavior during moveArseny Kapoulkine1-2/+1
2017-10-20tests: Add more move testsArseny Kapoulkine1-0/+11
2017-09-25tests: Adjust move coverage testsArseny Kapoulkine1-3/+7
2017-09-25tests: Add more move testsArseny Kapoulkine1-0/+9
2017-09-25tests: Add more move testsArseny Kapoulkine1-2/+25
2017-09-25tests: Add more document move testsArseny Kapoulkine1-0/+52
2017-09-25Fix -Wshadow warningArseny Kapoulkine1-5/+5
2017-09-25tests: Add basic move testsArseny Kapoulkine1-0/+31
2017-09-25Implement move support for xml_documentArseny Kapoulkine2-0/+112
2017-09-24Switch to sudo=false Travis envArseny Kapoulkine1-2/+0
2017-08-29docs: Clarify Unicode validation behaviorArseny Kapoulkine2-3/+7
2017-08-21docs: Update encoding conversion descriptionArseny Kapoulkine3-251/+236
2017-08-20scripts: Fix NuGet VS2017 buildArseny Kapoulkine1-2/+2
2017-08-18scripts: Disable LTCG for VS2017Arseny Kapoulkine2-5/+5
2017-07-17Fix Clang/C2 compatibilityArseny Kapoulkine1-1/+10
2017-06-29Update README.mdArseny Kapoulkine1-1/+1
2017-06-29Update README.mdArseny Kapoulkine1-1/+1
2017-06-23tests: Add more stream coverage testsArseny Kapoulkine1-4/+40
2017-06-23tests: Add stream coverage testsArseny Kapoulkine1-4/+108
2017-06-22tests: Fix PUGIXML_WCHAR_MODE buildArseny Kapoulkine1-1/+1
2017-06-22tests: Add more XPath out of memory testsArseny Kapoulkine2-0/+42
2017-06-22tests: Make using namespace more explicitArseny Kapoulkine29-36/+82
2017-06-22tests: Remove redundant pugi:: qualifierArseny Kapoulkine8-136/+136
2017-06-22Use PUGI__MSVC_CRT_VERSION instead of _MSC_VERArseny Kapoulkine1-1/+1
2017-06-22Deprecate xml_document::load(const char*) and xml_node::select_single_nodeArseny Kapoulkine4-21/+24
2017-06-20Merge pull request #151 from zeux/nugetArseny Kapoulkine13-139/+525
2017-06-20scripts: Refactor nuget_build.ps1Arseny Kapoulkine5-128/+92
2017-06-20scripts: Clarify the linkage settings in package descriptionArseny Kapoulkine2-5/+6