summaryrefslogtreecommitdiff
path: root/src/pugixpath.cpp
AgeCommit message (Expand)Author
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine
2010-07-11Changed version in headersarseny.kapoulkine
2010-07-10XPath: Capitalized all error messagesarseny.kapoulkine
2010-07-10XPath: Out-of-bounds xpath_node_set access is now undefinedarseny.kapoulkine
2010-07-07Fixed strequalrange so that it matches the description (this also fixes first...arseny.kapoulkine
2010-06-28XPath: Argument parsing and position invariance refactoring, reduced AST node...arseny.kapoulkine
2010-06-27Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_typearseny.kapoulkine
2010-06-20Spelling fixesarseny.kapoulkine
2010-06-19Fixed deprecation warnings for IntelCarseny.kapoulkine
2010-06-19Replaced _CRT_SECURE macros with #pragma to avoid warnings because of multipl...arseny.kapoulkine
2010-06-19Fixed SNC warningsarseny.kapoulkine
2010-06-14XPath: Rewritten number->string conversion using CRT scientific format (much ...arseny.kapoulkine
2010-06-03Minor strcpy_insitu optimization for large strings, removed now redundant imp...arseny.kapoulkine
2010-06-01Constant deprecation is disabled only on old IntelC, removed deprecation warn...arseny.kapoulkine
2010-05-31XPath: Added check for fpclassify presence before usearseny.kapoulkine
2010-05-31XPath: Slightly optimized lexerarseny.kapoulkine
2010-05-31XPath: Replaced backtracking with lookahead in absolute path parsingarseny.kapoulkine
2010-05-31Fixed DMC compilationarseny.kapoulkine
2010-05-31XPath: Removed separate semantics checking pass, types are verified during pa...arseny.kapoulkine
2010-05-31Simplified fp specials handling in XPath (using common faster implementation ...arseny.kapoulkine
2010-05-31Changed fp specials handling in XPath (using fpclassify/fpclass where possibl...arseny.kapoulkine
2010-05-30Fixed XPath parsing (numbers of the form \d+\. are now parsed correctly, stra...arseny.kapoulkine
2010-05-30Fixed node tests for attributesarseny.kapoulkine
2010-05-29Fixed descendant-or-self axis for attributesarseny.kapoulkine
2010-05-29Fixed following:: and preceding:: axes for attribute nodesarseny.kapoulkine
2010-05-29Added round_nearest_nzero explanationarseny.kapoulkine
2010-05-29XPath round() is now fully compliantarseny.kapoulkine
2010-05-29Very minor XPath refactoringarseny.kapoulkine
2010-05-26Removed redundant templatearseny.kapoulkine
2010-05-25Added support for Sun C++ compilerarseny.kapoulkine
2010-05-25Updated version, updated changelog, minor Doxygen fixesarseny.kapoulkine
2010-05-25Fixed BCC and MSVC6 compilationarseny.kapoulkine
2010-05-20Optimized debug mode parsing/saving by order of magnitudearseny.kapoulkine
2010-05-20More compare_eq/rel refactoringarseny.kapoulkine
2010-05-17XPath refactoring (ast_filter/filter_posinv/predicates use the same function,...arseny.kapoulkine
2010-05-09Removed document order optimization (it helps on a tiny percentage of queries...arseny.kapoulkine
2010-05-09Minor loading functions refactoring, fixed XPath append_node for MSVC10arseny.kapoulkine
2010-05-09Removed std::string and contents_push from XPath parsingarseny.kapoulkine
2010-05-06Updated copyright year, updated changelog in documentationarseny.kapoulkine
2010-05-06Changed version number to 0.6, merged Unicode utilities to pugixml.cpparseny.kapoulkine
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine
2010-02-06Added inline directive to ischartype in case automatic inlining is not enabledarseny.kapoulkine
2010-02-02XPath: Renamed character type-related functions/types to avoid conflict with ...arseny.kapoulkine
2010-02-02XPath: xpath_ast_node ctors now initialize all members (code analysis warning...arseny.kapoulkine
2010-01-20Fixed several code analysis warningsarseny.kapoulkine
2010-01-20XPath: Removed variable shadowing (fixes warnings in static analyzers)arseny.kapoulkine
2009-11-08XPath: Added xpath_query::return_type() function, fixed evaluate_node_set doc...arseny.kapoulkine
2009-11-08Updated header/footer comments - included MIT license text as per user reques...arseny.kapoulkine
2009-11-08XPath: Removed redundant codearseny.kapoulkine
2009-11-08tests: More coverage testsarseny.kapoulkine