Skip to content
Snippets Groups Projects
Select Git revision
  • clang-format
  • gh-pages
  • master default protected
  • zeux-patch-1
  • v1.12.1
  • latest
  • v1.12
  • v1.11.4
  • v1.11.3
  • v1.11.2
  • v1.11.1
  • v1.11
  • v1.10
  • v1.9
  • v1.8.1
  • v1.8
  • v1.7
  • v1.6
  • v1.5
  • v1.4
  • v1.2
  • v1.0
  • v0.9
  • v0.5
24 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.029Aug9543222Jul21201915111098764130Jun28272423201916141312111076432131May3029262523222120171312111098621Apr2023Feb864221Jan20510Nov84331Oct302928272120121110917Sep31Aug24Jun10Apr29Mar428Feb826Jan25191886531Oct21Feb8Jan527Dec1413118622Nov76XPath: Fixed substring (3) implementation, optimized substring-after and substring for constant stringsXPath: Optimized concat (it's now O(n) instead of O(n^2) and there are less allocations)XPath: Introduced optimized sort (quicksort with median of nine and recursion for smaller half, insertion sort for small chunks)tests: Improved document order comparison coverageXPath: Document order comparator refactoring, document order is now a total order even for nodes from different documentsFixed missing attributes for some functions/classes, minor XPath error message changestests: Improved document_order() coveragetests: Changed XPath checking macros to avoid query copying under GCCtests: Minor fixesXPath: xpath_node attribute constructor now never constructs a non-attribute nodeMinor refactoringtests: Introduced fullcoverage modetests: Removed some deprecated tests, minor coverage improvementsRemoved more deprecated functionality (xpath_type_t type, format_write_bom_utf8 flag, precompute_document_order method)Minor unspecified bool refactoring (removed redundant CW workaround)XPath: Fixed default variable values, minor algorithm refactoringtests: Added more XPath testsXPath: Reworked variable reference parsing, '$ name' and '$foo:*' are now correctly rejectedtests: Added more XPath variable testsXPath: Implemented variable support in queriestests: Added XPath variable and variable set testsXPath: Several variable fixesXPath: Minor refactoringXPath: Added variable interface and implementationtests: Fixed coverage reportsXPath: Removed redundant internal functionMinor sample build improvementRefactoring: Merged two chartype tablesRefactoring: merged includes/warnings sections, moved string utilities to anonymous namespace, shared chartype implementationXPath: Moved implementation to pugixml.cppRemoved deprecated wildcard functions, removed deprecated all_elements_by_nametests: Remove new/delete overrides (all pugi code now uses custom allocators)XPath: xpath_node_set now uses custom allocation functions, minor refactoringXPath: memory_block is now POD (no more offsetof warnings)tests: Removed NO_XPATH-related define restrictions, autotest-local can be launched with custom toolset list nowtests: Added XPath tests for attribute contextXPath: Context node for evaluate is now an xpath_node (can use attribute contexts)tests: Reduced allocation counttests: Added new evaluate_string tests, fixed tests for NO_STL modeXPath: Fixed evaluate_string for wchar mode
Loading