summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-20build: Add OSX to Travis configArseny Kapoulkine
2015-09-20Fix signed/unsigned warnings for MSVCArseny Kapoulkine
2015-09-20tests: Add tests for integer overflow during conversionArseny Kapoulkine
2015-09-20Implement custom string to integer conversionArseny Kapoulkine
2015-09-20Remove extra const from operator= declarationArseny Kapoulkine
2015-09-20Inline widen_ascii to get rid of an extra strlen callArseny Kapoulkine
2015-09-20Eliminate redundant strlen calls during set_value/setArseny Kapoulkine
2015-09-20Force callers of strcpy_insitu to compute string lengthArseny Kapoulkine
2015-09-20Implement integer to string conversion manuallyArseny Kapoulkine
2015-09-19tests: Convert several files to Unix line endingsArseny Kapoulkine
2015-08-25Update README.mdArseny Kapoulkine
2015-08-25build: Fix -o gcov optionArseny Kapoulkine
2015-08-25build: Rework config=coverage to be more robustArseny Kapoulkine
2015-08-25build: Disable config=coverage for nowArseny Kapoulkine
2015-08-25build: Actually use config=coverageArseny Kapoulkine
2015-08-25build: Test codecov.io integrationArseny Kapoulkine
2015-08-25build: Simplify coverage configurationArseny Kapoulkine
2015-08-14docs: Clarify UTF-8 vs wchar_t memory efficiencyArseny Kapoulkine
2015-08-14docs: Add PUGIXML_COMPACT documentationArseny Kapoulkine
2015-08-14Minor get_integer_base optimizationArseny Kapoulkine
2015-07-26Fix two UB sanitizer false positivesArseny Kapoulkine
2015-07-25XPath: Increase memory block alignment to 8 bytesArseny Kapoulkine
2015-07-25tests: Fix test allocator to provide fundamental alignmentArseny Kapoulkine
2015-07-25XPath: Refactor block allocationArseny Kapoulkine
2015-07-25tests: Only enable page heap on x86/x64Arseny Kapoulkine
2015-07-22XPath: Split optimize into optimize and optimize_selfArseny Kapoulkine
2015-06-24docs: Clarify hash_value behaviorArseny Kapoulkine
2015-06-13Makefile now supports Xcode 7 ASANArseny Kapoulkine
2015-06-12Fix Clang 3.7 compatibilityArseny Kapoulkine
2015-05-22tests: Add newline at the end of fileArseny Kapoulkine
2015-05-22Fix MSVC7 compilationArseny Kapoulkine
2015-05-22tests: Fix MSVC6 compilationArseny Kapoulkine
2015-05-22Move default value handling into as_ functionsArseny Kapoulkine
2015-05-20XPath: Use strtod instead of atofArseny Kapoulkine
2015-05-20tests: Split fp roundtrip test into float and doubleArseny Kapoulkine
2015-05-14Implement xml_node::attribute with a hintArseny Kapoulkine
2015-05-12tests: Fix address sanitizer detection for GCCArseny Kapoulkine
2015-05-12Add config=sanitize support to MakefileArseny Kapoulkine
2015-05-12Add Visual Studio 2015 to AppVeyorArseny Kapoulkine
2015-05-12tests: Disable page allocator if address sanitizer is activeArseny Kapoulkine
2015-05-12tests: Fix clang 3.7 warningArseny Kapoulkine
2015-05-03Update README.mdArseny Kapoulkine
2015-05-03Update README.mdArseny Kapoulkine
2015-05-03Switch Travis CI to use DockerArseny Kapoulkine
2015-05-03Fix NO_STL+NO_XPATH modeArseny Kapoulkine
2015-05-03tests: Fix MSVC6 compatibilityArseny Kapoulkine
2015-05-03Merge pull request #42 from zeux/compactArseny Kapoulkine
2015-05-03Cleanup before mergeArseny Kapoulkine
2015-05-03Fix MSVC warningArseny Kapoulkine
2015-05-02Fix MSVC buildArseny Kapoulkine