Age | Commit message (Expand) | Author |
2018-04-02 | Work around gcc-8 warning | Arseny Kapoulkine |
2018-03-29 | Add a comment to clarify subtle branch in node_copy_tree | Arseny Kapoulkine |
2018-03-16 | ubsan: Fix undefined behavior for signed left shift in compact mode | Arseny Kapoulkine |
2018-03-15 | ubsan: Fix type mismatch for xml_extra_buffer in compact mode | Arseny Kapoulkine |
2018-03-15 | ubsan: Fix type mismatch in compact mode for document data | Arseny Kapoulkine |
2018-03-03 | Adds noexcept specifiers to the move special members of xml_document,… (#185) | Matthäus Brandl |
2018-03-01 | Add noexcept specifiers to move special members where possible (#183) | Matthäus Brandl |
2018-02-27 | Fix Texas Instruments compiler warning | Arseny Kapoulkine |
2018-02-22 | Work around gcc issues with limits.h not defining LLONG_MIN | Arseny Kapoulkine |
2018-01-07 | Update all copyright notices to specify year 2018 | Arseny Kapoulkine |
2017-11-13 | Use raw pointers in xml_node::traverse implementation | Arseny Kapoulkine |
2017-11-13 | XPath: Always allocate xpath_strings on temporary stack for concat | Arseny Kapoulkine |
2017-11-13 | Fix -Wshadow warning | Arseny Kapoulkine |
2017-11-13 | Implement correct move error handling for compact mode | Arseny Kapoulkine |
2017-11-13 | Add count argument to compact_hash_table::rehash/reserve | Arseny Kapoulkine |
2017-10-20 | Clarify a note about compact hash behavior during move | Arseny Kapoulkine |
2017-09-25 | Fix -Wshadow warning | Arseny Kapoulkine |
2017-09-25 | Implement move support for xml_document | Arseny Kapoulkine |
2017-07-17 | Fix Clang/C2 compatibility | Arseny Kapoulkine |
2017-06-22 | Use PUGI__MSVC_CRT_VERSION instead of _MSC_VER | Arseny Kapoulkine |
2017-06-19 | Change PUGI__SNPRINTF to use _countof for MSVC | Arseny Kapoulkine |
2017-06-16 | Fix BorlandC compilation | Arseny Kapoulkine |
2017-06-15 | Refactor snprintf support | Arseny Kapoulkine |
2017-06-15 | Use buffer with a static size in convert_number_to_mantissa_exponent | Arseny Kapoulkine |
2017-06-15 | Merge pull request #145 from noresources/snprintf | Arseny Kapoulkine |
2017-06-15 | Mark all assert(false) statements as unreachable | Arseny Kapoulkine |
2017-06-11 | use snprintf if available, _snprintf or sprintf otherwise | Renaud Guillard |
2017-06-05 | use _snprintf if MSVC | Renaud Guillard |
2017-06-04 | use snprintf instead of sprintf | Renaud Guillard |
2017-04-03 | Work around -fsanitize=integer issues | Arseny Kapoulkine |
2017-03-21 | Add missing PUGI__FN to string_to_integer | Arseny Kapoulkine |
2017-03-21 | Revert "Fix gcc-4.8 compilation warning when using -Wstrict-overflow" | Arseny Kapoulkine |
2017-03-05 | Silence g++ 7.0.1 -Wimplicit-fallthrough warnings | Stephan Beyer |
2017-03-03 | Simplify compact_hash_table implementation | Arseny Kapoulkine |
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 |