Age | Commit message (Expand) | Author |
2010-08-29 | XPath: Context node for evaluate is now an xpath_node (can use attribute cont... | arseny.kapoulkine |
2010-08-29 | XPath: Fixed evaluate_string for wchar mode | arseny.kapoulkine |
2010-08-29 | XPath: Introduced new evaluate_string API (without STL), enabled XPath withou... | arseny.kapoulkine |
2010-08-29 | XPath: Minor xpath_string refactoring, replaced STL algorithms with equivalen... | arseny.kapoulkine |
2010-08-29 | XPath: Replaced std::string with xpath_string, refactored normalize_space, na... | arseny.kapoulkine |
2010-08-29 | XPath: Correct out of memory handling for string to number conversion during ... | arseny.kapoulkine |
2010-08-29 | XPath: Final MinGW unwind workaround | arseny.kapoulkine |
2010-08-29 | XPath: Number to string conversion uses ecvt_s under MSVC8+ (major speedup), ... | arseny.kapoulkine |
2010-08-29 | XPath: Allocator now uses custom allocation functions and has single static p... | arseny.kapoulkine |
2010-08-29 | XPath: Minor refactoring | arseny.kapoulkine |
2010-08-29 | XPath: m_ prefix changed to _ | arseny.kapoulkine |
2010-08-29 | XPath: Added workaround for MinGW4.5 unwind crash by removing unwind informat... | arseny.kapoulkine |
2010-08-29 | XPath: Minor parsing refactoring | arseny.kapoulkine |
2010-08-29 | Added workarounds for all instances of DMC overfetch bug | arseny.kapoulkine |
2010-08-29 | XPath: Added error offset reporting | arseny.kapoulkine |
2010-08-29 | tests: Extended XPath tests | arseny.kapoulkine |
2010-08-29 | tests: Added support for XPath without exceptions | arseny.kapoulkine |
2010-08-29 | XPath: Initial support for operation without exceptions | arseny.kapoulkine |
2010-08-05 | XPath: Minor refactoring | arseny.kapoulkine |
2010-08-03 | XPath: Removed redundant whitespace skipping | arseny.kapoulkine |
2010-08-03 | XPath: Added a workaround for DMC bug | arseny.kapoulkine |
2010-08-03 | XPath: Fixed leaks in case query compilation failed | arseny.kapoulkine |
2010-07-22 | XPath: Restored document order sorting optimization (it's now automatic for n... | arseny.kapoulkine |
2010-07-19 | Set svn:eol-style to native for all text files | arseny.kapoulkine |
2010-07-11 | Changed version in headers | arseny.kapoulkine |
2010-07-10 | XPath: Capitalized all error messages | arseny.kapoulkine |
2010-07-10 | XPath: Out-of-bounds xpath_node_set access is now undefined | arseny.kapoulkine |
2010-07-07 | Fixed strequalrange so that it matches the description (this also fixes first... | arseny.kapoulkine |
2010-06-28 | XPath: Argument parsing and position invariance refactoring, reduced AST node... | arseny.kapoulkine |
2010-06-27 | Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type | arseny.kapoulkine |
2010-06-20 | Spelling fixes | arseny.kapoulkine |
2010-06-19 | Fixed deprecation warnings for IntelC | arseny.kapoulkine |
2010-06-19 | Replaced _CRT_SECURE macros with #pragma to avoid warnings because of multipl... | arseny.kapoulkine |
2010-06-19 | Fixed SNC warnings | arseny.kapoulkine |
2010-06-14 | XPath: Rewritten number->string conversion using CRT scientific format (much ... | arseny.kapoulkine |
2010-06-03 | Minor strcpy_insitu optimization for large strings, removed now redundant imp... | arseny.kapoulkine |
2010-06-01 | Constant deprecation is disabled only on old IntelC, removed deprecation warn... | arseny.kapoulkine |
2010-05-31 | XPath: Added check for fpclassify presence before use | arseny.kapoulkine |
2010-05-31 | XPath: Slightly optimized lexer | arseny.kapoulkine |
2010-05-31 | XPath: Replaced backtracking with lookahead in absolute path parsing | arseny.kapoulkine |
2010-05-31 | Fixed DMC compilation | arseny.kapoulkine |
2010-05-31 | XPath: Removed separate semantics checking pass, types are verified during pa... | arseny.kapoulkine |
2010-05-31 | Simplified fp specials handling in XPath (using common faster implementation ... | arseny.kapoulkine |
2010-05-31 | Changed fp specials handling in XPath (using fpclassify/fpclass where possibl... | arseny.kapoulkine |
2010-05-30 | Fixed XPath parsing (numbers of the form \d+\. are now parsed correctly, stra... | arseny.kapoulkine |
2010-05-30 | Fixed node tests for attributes | arseny.kapoulkine |
2010-05-29 | Fixed descendant-or-self axis for attributes | arseny.kapoulkine |
2010-05-29 | Fixed following:: and preceding:: axes for attribute nodes | arseny.kapoulkine |
2010-05-29 | Added round_nearest_nzero explanation | arseny.kapoulkine |
2010-05-29 | XPath round() is now fully compliant | arseny.kapoulkine |