summaryrefslogtreecommitdiff
path: root/src/pugixpath.cpp
AgeCommit message (Expand)Author
2010-08-29XPath: Moved implementation to pugixml.cpparseny.kapoulkine
2010-08-29Removed deprecated wildcard functions, removed deprecated all_elements_by_namearseny.kapoulkine
2010-08-29XPath: xpath_node_set now uses custom allocation functions, minor refactoringarseny.kapoulkine
2010-08-29XPath: memory_block is now POD (no more offsetof warnings)arseny.kapoulkine
2010-08-29XPath: Context node for evaluate is now an xpath_node (can use attribute cont...arseny.kapoulkine
2010-08-29XPath: Fixed evaluate_string for wchar modearseny.kapoulkine
2010-08-29XPath: Introduced new evaluate_string API (without STL), enabled XPath withou...arseny.kapoulkine
2010-08-29XPath: Minor xpath_string refactoring, replaced STL algorithms with equivalen...arseny.kapoulkine
2010-08-29XPath: Replaced std::string with xpath_string, refactored normalize_space, na...arseny.kapoulkine
2010-08-29XPath: Correct out of memory handling for string to number conversion during ...arseny.kapoulkine
2010-08-29XPath: Final MinGW unwind workaroundarseny.kapoulkine
2010-08-29XPath: Number to string conversion uses ecvt_s under MSVC8+ (major speedup), ...arseny.kapoulkine
2010-08-29XPath: Allocator now uses custom allocation functions and has single static p...arseny.kapoulkine
2010-08-29XPath: Minor refactoringarseny.kapoulkine
2010-08-29XPath: m_ prefix changed to _arseny.kapoulkine
2010-08-29XPath: Added workaround for MinGW4.5 unwind crash by removing unwind informat...arseny.kapoulkine
2010-08-29XPath: Minor parsing refactoringarseny.kapoulkine
2010-08-29Added workarounds for all instances of DMC overfetch bugarseny.kapoulkine
2010-08-29XPath: Added error offset reportingarseny.kapoulkine
2010-08-29tests: Extended XPath testsarseny.kapoulkine
2010-08-29tests: Added support for XPath without exceptionsarseny.kapoulkine
2010-08-29XPath: Initial support for operation without exceptionsarseny.kapoulkine
2010-08-05XPath: Minor refactoringarseny.kapoulkine
2010-08-03XPath: Removed redundant whitespace skippingarseny.kapoulkine
2010-08-03XPath: Added a workaround for DMC bugarseny.kapoulkine
2010-08-03XPath: Fixed leaks in case query compilation failedarseny.kapoulkine
2010-07-22XPath: Restored document order sorting optimization (it's now automatic for n...arseny.kapoulkine
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