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
Age
Commit message (
Expand
)
Author
2017-02-07
Add invalid type assertion for offset_debug
Arseny Kapoulkine
2017-02-07
XPath: Simplify sorting implementation
Arseny Kapoulkine
2017-02-06
XPath: Optimize insertion_sort
Arseny Kapoulkine
2017-02-05
XPath: Remove redundant calls from xml_node::select_nodes et al
Arseny Kapoulkine
2017-02-05
XPath: Remove evaluate_string_impl
Arseny Kapoulkine
2017-02-03
XPath: Simplify evaluation error flow
Arseny Kapoulkine
2017-02-02
XPath: Clean up out-of-memory parse error handling
Arseny Kapoulkine
2017-02-01
Remove redundant branch from xml_node::path()
Arseny Kapoulkine
2017-01-30
Remove null pointer test from first_element_by_path
Arseny Kapoulkine
2017-01-30
XPath: Remove (re)allocate_throw and setjmp
Arseny Kapoulkine
2017-01-30
XPath: Replace all (re)allocate_throw with (re)allocate_nothrow
Arseny Kapoulkine
2017-01-30
XPath: Fix reallocate_nothrow to preserve existing state
Arseny Kapoulkine
2017-01-30
XPath: Use nonthrowing allocations in duplicate_string
Arseny Kapoulkine
2017-01-30
XPath: Throw std::bad_alloc if we got an out-of-memory error
Arseny Kapoulkine
2017-01-30
XPath: Reword brace mismatch errors for clarity
Arseny Kapoulkine
2017-01-30
XPath: Improve error message for expressions like .[1]
Arseny Kapoulkine
2017-01-30
XPath: Track allocation errors more explicitly
Arseny Kapoulkine
2017-01-29
XPath: Provide non-throwing and throwing allocations in xpath_allocator
Arseny Kapoulkine
2017-01-29
XPath: Minor error handling refactoring
Arseny Kapoulkine
2017-01-29
XPath: Route out-of-memory errors through the exceptionless path
Arseny Kapoulkine
2017-01-29
XPath: Forward all node constructors through alloc_node
Arseny Kapoulkine
2017-01-29
XPath: Do not use exceptions to propagate parsing errors
Arseny Kapoulkine
2017-01-29
XPath: Assume that every function can fail and return 0
Arseny Kapoulkine
2017-01-29
XPath: Minor parsing refactoring
Arseny Kapoulkine
2017-01-29
XPath: Remove parse_function_helper
Arseny Kapoulkine
2017-01-29
XPath: alloc_string no longer returns NULL
Arseny Kapoulkine
2017-01-26
Update copyright year to 2017
Arseny Kapoulkine
2016-12-01
Work around cray++ compiler issue
Arseny Kapoulkine
2016-11-18
Silence 'cast increases required alignment of target type' warnings
Arseny Kapoulkine
2016-11-17
Rename set_value_convert to set_value_bool
Arseny Kapoulkine
2016-11-17
Fix 'comparison of unsigned expression < 0 is always false' warnings
Arseny Kapoulkine
2016-11-13
Change status_end_element_mismatch to point to closing tag name
Arseny Kapoulkine
2016-11-09
Add format_no_empty_element_tags flag
Arseny Kapoulkine
2016-11-09
Update version to 1.8 everywhere
Arseny Kapoulkine
2016-11-08
XPath: Fix source indentation
Arseny Kapoulkine
2016-11-07
Move compact hash table pointer setup to xml_document
Arseny Kapoulkine
2016-11-07
Remove xml_allocator copying during parsing
Arseny Kapoulkine
2016-11-07
Rename xml_document::create/destroy for consistency
Arseny Kapoulkine
2016-11-06
Reduce MSVC version cutoff for move semantics support
Arseny Kapoulkine
2016-11-06
Refactor move semantics support detection
Arseny Kapoulkine
2016-11-06
Add VS2013 check for C++11 availability (#121)
iFarbod
2016-10-18
Fix a comment before PUGIXML_OVERRIDE macro
Pavel Kryukov
2016-10-05
Add 'override' keyword if C++11 is enabled
Pavel Kryukov
2016-07-15
Use references for output variables
Arseny Kapoulkine
2016-07-14
Implement encoding detection by name.
Arseny Kapoulkine
2016-04-14
Adjust XML allocation pages to have the exact specified size
Arseny Kapoulkine
2016-04-14
Remove extra space in an empty tag for format_raw
Arseny Kapoulkine
2016-04-03
Refactor auto_deleter now that we only need to support one signature
Arseny Kapoulkine
2016-03-24
Do not assume that fclose can be converted to int(*)(FILE*) because some comp...
QUSpilPrgm
2016-02-02
Refactor conversion from integer to string
Arseny Kapoulkine
[next]