summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-05-02Reorder conditions in compact_string implementationArseny Kapoulkine
2015-05-02Minor refactoringArseny Kapoulkine
2015-05-02Revise marker deletion strategyArseny Kapoulkine
2015-05-02Optimize compact_stringArseny Kapoulkine
2015-05-02tests: Add one more page reclamation testArseny Kapoulkine
2015-05-02Fix node deallocationArseny Kapoulkine
2015-05-02Implement efficient compact_header storageArseny Kapoulkine
2015-05-01Implement compact_string with shared storageArseny Kapoulkine
2015-05-01Rename compact_string to compact_string_fatArseny Kapoulkine
2015-05-01Revert to name/value storage inside nodeArseny Kapoulkine
2015-04-29tests: Fix spurious failures in compact modeArseny Kapoulkine
2015-04-29Refactor offset_debugArseny Kapoulkine
2015-04-22Change xml_node_struct field order to match compactArseny Kapoulkine
2015-04-22Fix node_pi memory leakArseny Kapoulkine
2015-04-22Make xml_node::value() structure consistent with set_*Arseny Kapoulkine
2015-04-22Remove compact_header::operator uintptr_tArseny Kapoulkine
2015-04-22Remove redundant has_value checkArseny Kapoulkine
2015-04-22Use has_name/has_value in set_name/set_valueArseny Kapoulkine
2015-04-22Optimize and refactor compact_pointer implementationsArseny Kapoulkine
2015-04-21Optimize xml_allocator::reserve()Arseny Kapoulkine
2015-04-21tests: Adjust allocation thresholds to fix testsArseny Kapoulkine
2015-04-21Merge branch 'master' into compactArseny Kapoulkine
2015-04-21tests: Fix MSVC warningsArseny Kapoulkine
2015-04-21Use -std=c++0x instead of -std=c++11Arseny Kapoulkine