Age | Commit message (Expand) | Author |
2015-10-07 | Use correct type for lead in decode_utf16_block | Arseny Kapoulkine |
2015-10-07 | Refactor decode_utfN_block and decode_latin1_block | Arseny Kapoulkine |
2015-10-07 | Simplify file/stream loading flow | Arseny Kapoulkine |
2015-10-07 | Delete ReadMe.txt | igagis |
2015-10-07 | nuget package scripts | Ivan Gagis |
2015-10-07 | VisualStudio 2015 solution added | Ivan Gagis |
2015-10-06 | tests: Add a copy of header-only test | Arseny Kapoulkine |
2015-10-06 | Merge pull request #58 from Breush/patch-1 | Arseny Kapoulkine |
2015-10-06 | Fixed missing PUGI__FN | A. Breust |
2015-09-23 | scripts: Enable C++11 in CMakeLists | Arseny Kapoulkine |
2015-09-21 | Fix parsing of integers that start with + | Arseny Kapoulkine |
2015-09-20 | Merge pull request #56 from zeux/travis-osx | Arseny Kapoulkine |
2015-09-20 | build: Reduce the build matrix | Arseny Kapoulkine |
2015-09-20 | build: Add OSX to Travis config | Arseny Kapoulkine |
2015-09-20 | Fix signed/unsigned warnings for MSVC | Arseny Kapoulkine |
2015-09-20 | tests: Add tests for integer overflow during conversion | Arseny Kapoulkine |
2015-09-20 | Implement custom string to integer conversion | Arseny Kapoulkine |
2015-09-20 | Remove extra const from operator= declaration | Arseny Kapoulkine |
2015-09-20 | Inline widen_ascii to get rid of an extra strlen call | Arseny Kapoulkine |
2015-09-20 | Eliminate redundant strlen calls during set_value/set | Arseny Kapoulkine |
2015-09-20 | Force callers of strcpy_insitu to compute string length | Arseny Kapoulkine |
2015-09-20 | Implement integer to string conversion manually | Arseny Kapoulkine |
2015-09-19 | tests: Convert several files to Unix line endings | Arseny Kapoulkine |
2015-08-25 | Update README.md | Arseny Kapoulkine |
2015-08-25 | build: Fix -o gcov option | Arseny Kapoulkine |
2015-08-25 | build: Rework config=coverage to be more robust | Arseny Kapoulkine |
2015-08-25 | build: Disable config=coverage for now | Arseny Kapoulkine |
2015-08-25 | build: Actually use config=coverage | Arseny Kapoulkine |
2015-08-25 | build: Test codecov.io integration | Arseny Kapoulkine |
2015-08-25 | build: Simplify coverage configuration | Arseny Kapoulkine |
2015-08-14 | docs: Clarify UTF-8 vs wchar_t memory efficiency | Arseny Kapoulkine |
2015-08-14 | docs: Add PUGIXML_COMPACT documentation | Arseny Kapoulkine |
2015-08-14 | Minor get_integer_base optimization | Arseny Kapoulkine |
2015-07-26 | Fix two UB sanitizer false positives | Arseny Kapoulkine |
2015-07-25 | XPath: Increase memory block alignment to 8 bytes | Arseny Kapoulkine |
2015-07-25 | tests: Fix test allocator to provide fundamental alignment | Arseny Kapoulkine |
2015-07-25 | XPath: Refactor block allocation | Arseny Kapoulkine |
2015-07-25 | tests: Only enable page heap on x86/x64 | Arseny Kapoulkine |
2015-07-22 | XPath: Split optimize into optimize and optimize_self | Arseny Kapoulkine |
2015-06-24 | docs: Clarify hash_value behavior | Arseny Kapoulkine |
2015-06-13 | Makefile now supports Xcode 7 ASAN | Arseny Kapoulkine |
2015-06-12 | Fix Clang 3.7 compatibility | Arseny Kapoulkine |
2015-05-22 | tests: Add newline at the end of file | Arseny Kapoulkine |
2015-05-22 | Fix MSVC7 compilation | Arseny Kapoulkine |
2015-05-22 | tests: Fix MSVC6 compilation | Arseny Kapoulkine |
2015-05-22 | Move default value handling into as_ functions | Arseny Kapoulkine |
2015-05-20 | XPath: Use strtod instead of atof | Arseny Kapoulkine |
2015-05-20 | tests: Split fp roundtrip test into float and double | Arseny Kapoulkine |
2015-05-14 | Implement xml_node::attribute with a hint | Arseny Kapoulkine |
2015-05-12 | tests: Fix address sanitizer detection for GCC | Arseny Kapoulkine |