Age | Commit message (Expand) | Author |
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 |
2010-05-29 | Very minor XPath refactoring | arseny.kapoulkine |
2010-05-26 | Removed redundant template | arseny.kapoulkine |
2010-05-25 | Added support for Sun C++ compiler | arseny.kapoulkine |
2010-05-25 | Updated version, updated changelog, minor Doxygen fixes | arseny.kapoulkine |
2010-05-25 | Fixed BCC and MSVC6 compilation | arseny.kapoulkine |
2010-05-20 | Optimized debug mode parsing/saving by order of magnitude | arseny.kapoulkine |
2010-05-20 | More compare_eq/rel refactoring | arseny.kapoulkine |
2010-05-17 | XPath refactoring (ast_filter/filter_posinv/predicates use the same function,... | arseny.kapoulkine |
2010-05-09 | Removed document order optimization (it helps on a tiny percentage of queries... | arseny.kapoulkine |
2010-05-09 | Minor loading functions refactoring, fixed XPath append_node for MSVC10 | arseny.kapoulkine |
2010-05-09 | Removed std::string and contents_push from XPath parsing | arseny.kapoulkine |
2010-05-06 | Updated copyright year, updated changelog in documentation | arseny.kapoulkine |
2010-05-06 | Changed version number to 0.6, merged Unicode utilities to pugixml.cpp | arseny.kapoulkine |
2010-05-06 | Integrated changes from unicode branch to trunk | arseny.kapoulkine |
2010-02-06 | Added inline directive to ischartype in case automatic inlining is not enabled | arseny.kapoulkine |
2010-02-02 | XPath: Renamed character type-related functions/types to avoid conflict with ... | arseny.kapoulkine |
2010-02-02 | XPath: xpath_ast_node ctors now initialize all members (code analysis warning... | 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 |