Age | Commit message (Expand) | Author |
2010-02-08 | Replaced int with ptrdiff_t for offset_debug() and last parsed offset in xml_... | arseny.kapoulkine |
2010-02-06 | Added inline directive to ischartype in case automatic inlining is not enabled | arseny.kapoulkine |
2010-02-04 | contrib: Renamed header-only.hpp to header_only.hpp | arseny.kapoulkine |
2010-02-02 | contrib: Added header-only version example | arseny.kapoulkine |
2010-02-02 | XPath: Renamed character type-related functions/types to avoid conflict with ... | arseny.kapoulkine |
2010-02-02 | contrib: Added Boost.Foreach helpers | arseny.kapoulkine |
2010-02-02 | XPath: xpath_ast_node ctors now initialize all members (code analysis warning... | arseny.kapoulkine |
2010-01-21 | Renamed ERROR to THROW_ERROR to solve macro name conflictsv0.5 | arseny.kapoulkine |
2010-01-20 | Fixed several code analysis warnings | arseny.kapoulkine |
2010-01-20 | XPath: Removed variable shadowing (fixes warnings in static analyzers) | arseny.kapoulkine |
2010-01-05 | docs: Updated mime-types for google code online viewing | arseny.kapoulkine |
2009-11-10 | More branch probability tuning | arseny.kapoulkine |
2009-11-10 | Parsing optimization: removed some redundant checks, reordered branches by pr... | arseny.kapoulkine |
2009-11-08 | docs: Updated Doxygen documentation | arseny.kapoulkine |
2009-11-08 | docs: Minor documentation changes | arseny.kapoulkine |
2009-11-08 | XPath: Added xpath_query::return_type() function, fixed evaluate_node_set doc... | arseny.kapoulkine |
2009-11-08 | docs: Updated version and changelog | arseny.kapoulkine |
2009-11-08 | Updated header/footer comments - included MIT license text as per user reques... | arseny.kapoulkine |
2009-11-08 | tests: Final coverage improvements | arseny.kapoulkine |
2009-11-08 | tests: MSVC warning fixes | arseny.kapoulkine |
2009-11-08 | XPath: Removed redundant code | arseny.kapoulkine |
2009-11-08 | tests: More XPath coverage | arseny.kapoulkine |
2009-11-08 | tests: More coverage tests | arseny.kapoulkine |
2009-11-08 | tests: Full public API coverage (except sort, which needs extensive coverage ... | arseny.kapoulkine |
2009-11-08 | XPath: evaluate_node_set (and select_nodes/select_single_node) now throw exce... | arseny.kapoulkine |
2009-11-08 | XPath: Node set copy now preserves sorted flag (for performance and consisten... | arseny.kapoulkine |
2009-11-08 | tests: Extracted generic tests in a separate header, better filter tests, som... | arseny.kapoulkine |
2009-11-08 | XPath: Fixed const-correctness, added boolean operators and operator! for Bor... | arseny.kapoulkine |
2009-11-08 | XPath: Fixed minor string to number conversion bug | arseny.kapoulkine |
2009-11-08 | XPath: Minor fix | arseny.kapoulkine |
2009-11-08 | tests: Mostly complete coverage of XPath W3C | arseny.kapoulkine |
2009-11-08 | tests: Added tests from W3C standard (abbreviated) | arseny.kapoulkine |
2009-11-08 | XPath: Fixed minor root step bug - don't select empty nodes | arseny.kapoulkine |
2009-11-08 | tests: Added tests from W3C standard (non-abbreviated) | arseny.kapoulkine |
2009-11-08 | XPath: Fixed all_in_namespace node test | arseny.kapoulkine |
2009-11-08 | tests: Added node test tests, added abbreviated step/axis tests | arseny.kapoulkine |
2009-11-08 | XPath: Minor refactoring, fixed text()/etc. parsing bug (issue 33) | arseny.kapoulkine |
2009-11-08 | XPath: Refactored tokenization/parsing to be more compliant | arseny.kapoulkine |
2009-11-08 | tests: Added msvcN_x64 support | arseny.kapoulkine |
2009-11-04 | tests: Fixed mingw 4.4.0 coverage reports | arseny.kapoulkine |
2009-11-04 | tests: Reduced stack pressure for one of tests (CW/IC8 can't handle it) | arseny.kapoulkine |
2009-11-04 | tests: Added allocator coverage tests | arseny.kapoulkine |
2009-11-04 | XPath: Fixed namespace-uri so that namespace scope includes the namespace dec... | arseny.kapoulkine |
2009-11-04 | tests: Completed function library tests, added namespace axis and variable re... | arseny.kapoulkine |
2009-11-03 | XPath: Fixed following and preceding axes | arseny.kapoulkine |
2009-11-03 | XPath: Fixed self axis | arseny.kapoulkine |
2009-11-03 | tests: Added tests for all axes except namespace | arseny.kapoulkine |
2009-11-03 | tests: Added helper for node set testing, added several tests | arseny.kapoulkine |
2009-10-31 | tests: Minor build fix | arseny.kapoulkine |
2009-10-31 | XPath: Fixed alignment issues | arseny.kapoulkine |