index
:
pugixml.git
gh-pages
master
mingw
short-wchar
Mirror for https://github.com/zeux/pugixml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2015-05-12
Add config=sanitize support to Makefile
Arseny Kapoulkine
2015-05-12
Add Visual Studio 2015 to AppVeyor
Arseny Kapoulkine
2015-05-12
tests: Disable page allocator if address sanitizer is active
Arseny Kapoulkine
2015-05-12
tests: Fix clang 3.7 warning
Arseny Kapoulkine
2015-05-03
Update README.md
Arseny Kapoulkine
2015-05-03
Update README.md
Arseny Kapoulkine
2015-05-03
Switch Travis CI to use Docker
Arseny Kapoulkine
2015-05-03
Fix NO_STL+NO_XPATH mode
Arseny Kapoulkine
2015-05-03
tests: Fix MSVC6 compatibility
Arseny Kapoulkine
2015-05-03
Merge pull request #42 from zeux/compact
Arseny Kapoulkine
2015-05-03
Cleanup before merge
Arseny Kapoulkine
2015-05-03
Fix MSVC warning
Arseny Kapoulkine
2015-05-02
Fix MSVC build
Arseny Kapoulkine
2015-05-02
Reorder conditions in compact_string implementation
Arseny Kapoulkine
2015-05-02
Minor refactoring
Arseny Kapoulkine
2015-05-02
Revise marker deletion strategy
Arseny Kapoulkine
2015-05-02
Optimize compact_string
Arseny Kapoulkine
2015-05-02
tests: Add one more page reclamation test
Arseny Kapoulkine
2015-05-02
Fix node deallocation
Arseny Kapoulkine
2015-05-02
Implement efficient compact_header storage
Arseny Kapoulkine
2015-05-01
Implement compact_string with shared storage
Arseny Kapoulkine
2015-05-01
Rename compact_string to compact_string_fat
Arseny Kapoulkine
2015-05-01
Revert to name/value storage inside node
Arseny Kapoulkine
2015-04-29
tests: Fix spurious failures in compact mode
Arseny Kapoulkine
2015-04-29
Refactor offset_debug
Arseny Kapoulkine
2015-04-22
Change xml_node_struct field order to match compact
Arseny Kapoulkine
2015-04-22
Fix node_pi memory leak
Arseny Kapoulkine
2015-04-22
Make xml_node::value() structure consistent with set_*
Arseny Kapoulkine
2015-04-22
Remove compact_header::operator uintptr_t
Arseny Kapoulkine
2015-04-22
Remove redundant has_value check
Arseny Kapoulkine
2015-04-22
Use has_name/has_value in set_name/set_value
Arseny Kapoulkine
[next]