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
path:
root
/
src
/
pugixml.cpp
Age
Commit message (
Expand
)
Author
2015-10-18
Fix wchar mode
Arseny Kapoulkine
2015-10-18
Fix MWCW issue with compact mode
Arseny Kapoulkine
2015-10-18
Fix Borland C++ issues with compact mode
Arseny Kapoulkine
2015-10-18
Work around DMC compilation error
Arseny Kapoulkine
2015-10-18
Fix 'cast increases required alignment of type' warnings
Arseny Kapoulkine
2015-10-17
Fix XPath query move ctor/operator
Arseny Kapoulkine
2015-10-17
Fix 'signed/unsigned comparison' warning in wchar mode
Arseny Kapoulkine
2015-10-17
Fix -Wshadow warning
Arseny Kapoulkine
2015-10-17
Fix MSVC6 header-only build
Arseny Kapoulkine
2015-10-17
Fix integer overflow detection with leading zeros
Arseny Kapoulkine
2015-10-17
Use explicit tests in set_Name/set_value
Arseny Kapoulkine
2015-10-17
Fix argument mismatch in integer parsing
Arseny Kapoulkine
2015-10-17
Add compact_hash_table assertions
Arseny Kapoulkine
2015-10-12
Refactor output buffer encoding
Arseny Kapoulkine
2015-10-10
Update version to 1.7
Arseny Kapoulkine
2015-10-09
Refactor utf_decoder classes
Arseny Kapoulkine
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-06
Fixed missing PUGI__FN
A. Breust
2015-09-21
Fix parsing of integers that start with +
Arseny Kapoulkine
2015-09-20
Fix signed/unsigned warnings for MSVC
Arseny Kapoulkine
2015-09-20
Implement custom string to integer conversion
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-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
XPath: Refactor block allocation
Arseny Kapoulkine
2015-07-22
XPath: Split optimize into optimize and optimize_self
Arseny Kapoulkine
2015-06-12
Fix Clang 3.7 compatibility
Arseny Kapoulkine
2015-05-22
Fix MSVC7 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-14
Implement xml_node::attribute with a hint
Arseny Kapoulkine
2015-05-03
Fix NO_STL+NO_XPATH mode
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
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
[next]