summaryrefslogtreecommitdiff
path: root/src/pugixpath.cpp
AgeCommit message (Expand)Author
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
2009-11-08XPath: evaluate_node_set (and select_nodes/select_single_node) now throw exce...arseny.kapoulkine
2009-11-08XPath: Node set copy now preserves sorted flag (for performance and consisten...arseny.kapoulkine
2009-11-08XPath: Fixed const-correctness, added boolean operators and operator! for Bor...arseny.kapoulkine
2009-11-08XPath: Fixed minor string to number conversion bugarseny.kapoulkine
2009-11-08XPath: Minor fixarseny.kapoulkine
2009-11-08XPath: Fixed minor root step bug - don't select empty nodesarseny.kapoulkine
2009-11-08XPath: Fixed all_in_namespace node testarseny.kapoulkine
2009-11-08XPath: Minor refactoring, fixed text()/etc. parsing bug (issue 33)arseny.kapoulkine
2009-11-08XPath: Refactored tokenization/parsing to be more compliantarseny.kapoulkine
2009-11-04XPath: Fixed namespace-uri so that namespace scope includes the namespace dec...arseny.kapoulkine
2009-11-03XPath: Fixed following and preceding axesarseny.kapoulkine
2009-11-03XPath: Fixed self axisarseny.kapoulkine
2009-10-31XPath: Fixed alignment issuesarseny.kapoulkine
2009-10-30XPath: Fixed contains() for broken STL implementationsarseny.kapoulkine
2009-10-29Fixed compilation warning on gcc3.4 (should work ok on gcc4, working around i...arseny.kapoulkine
2009-10-27XPath: Fixed string-value evaluation for node setarseny.kapoulkine
2009-10-27XPath: Fixed concat() crasharseny.kapoulkine
2009-10-21XPath: Fixed lang() functionarseny.kapoulkine
2009-10-21XPath: Fixed empty string literals, don't add empty nodes/attributes in node ...arseny.kapoulkine
2009-10-21Fixed parsing of empty strings in rare cases for XPatharseny.kapoulkine
2009-10-10XPath: translate() function fixedarseny.kapoulkine