Age | Commit message (Expand) | Author |
2017-02-09 | tests: Add more XPath out of memory tests | Arseny Kapoulkine |
2017-02-09 | 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-05 | Merge pull request #131 from zeux/xpath-noeh | Arseny Kapoulkine |
2017-02-05 | tests: Add more XPath sorting tests | 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-02 | tests: Add more out of memory tests for XPath evaluation | Arseny Kapoulkine |
2017-02-02 | tests: Add more embed_pcdata tests | Arseny Kapoulkine |
2017-02-01 | tests: Improve parsing coverage | Arseny Kapoulkine |
2017-02-01 | Remove redundant branch from xml_node::path() | Arseny Kapoulkine |
2017-02-01 | tests: Remove redundant coverage test | Arseny Kapoulkine |
2017-01-31 | tests: Add more tests to increase coverage | Arseny Kapoulkine |
2017-01-31 | tests: Add compact hash table reserve test | Arseny Kapoulkine |
2017-01-31 | tests: Add coverage tests for encoding detection | Arseny Kapoulkine |
2017-01-31 | tests: More XPath coverage tests | Arseny Kapoulkine |
2017-01-31 | tests: Add more DOM coverage tests | Arseny Kapoulkine |
2017-01-30 | Remove null pointer test from first_element_by_path | Arseny Kapoulkine |
2017-01-30 | tests: Add more coverage tests | 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 | tests: Make predicate out-of-memory test less aggressive | 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 | tests: Add more tests for branch coverage | Arseny Kapoulkine |
2017-01-30 | tests: Add an error propagation test for XPath | 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-30 | Enable branch probabilities for gcov | Arseny Kapoulkine |
2017-01-29 | XPath: Provide non-throwing and throwing allocations in xpath_allocator | Arseny Kapoulkine |
2017-01-29 | tests: Add query out of memory test | Arseny Kapoulkine |
2017-01-29 | XPath: Minor error handling refactoring | Arseny Kapoulkine |
2017-01-29 | Add NO_EXCEPTIONS build to Travis | 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 |
2017-01-17 | Added target_include_directories() to properly export include directories (#130) | Daniel Knibbe |
2016-12-01 | Work around cray++ compiler issue | Arseny Kapoulkine |
2016-11-28 | scripts: Make archive build reproducible | Arseny Kapoulkine |
2016-11-27 | scripts: Move archive.py from tests | Arseny Kapoulkine |