summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-11XPath: Minor lang() fix (use ASCII lowercase because language names are ASCII...arseny.kapoulkine
2010-09-01XPath: Minor refactoringarseny.kapoulkine
2010-09-01XPath: Don't use longjmp at all if exceptions are enabled; this solves all pr...arseny.kapoulkine
2010-09-01tests: Minor report fixarseny.kapoulkine
2010-08-31tests: Added automatic CPU count detectionarseny.kapoulkine
2010-08-30tests: Custom allocations now use memory from Win32 heap instead of CRT heaparseny.kapoulkine
2010-08-30Added gcc 4.0.1 bogus warning workaroundarseny.kapoulkine
2010-08-30tests: Minor fix for MinGW 3.4arseny.kapoulkine
2010-08-29XPath: Added a workaround for MSVC6 wcsstr bugarseny.kapoulkine
2010-08-29tests: Fixed test warnings for MSVC10, slightly extended substring testsarseny.kapoulkine
2010-08-29Fixed longjmp clobber warning in xml_parser::parsearseny.kapoulkine
2010-08-29tests: Adjusted autotest report formatter for increased configuration countarseny.kapoulkine
2010-08-29XPath: Fixed variable memory leaks for MSVC6arseny.kapoulkine
2010-08-29Fixed BCC and MSVC6 compilation errors and warningsarseny.kapoulkine
2010-08-29tests: Various compilation fixes for BCC and MSVC6arseny.kapoulkine
2010-08-29XPath: Minor xpath_string refactoring, minor xpath_string::append fixarseny.kapoulkine
2010-08-29tests: Fixed XPath substring testsarseny.kapoulkine
2010-08-29XPath: Fixed substring (3) implementation, optimized substring-after and subs...arseny.kapoulkine
2010-08-29XPath: Optimized concat (it's now O(n) instead of O(n^2) and there are less a...arseny.kapoulkine
2010-08-29XPath: Introduced optimized sort (quicksort with median of nine and recursion...arseny.kapoulkine
2010-08-29tests: Improved document order comparison coveragearseny.kapoulkine
2010-08-29XPath: Document order comparator refactoring, document order is now a total o...arseny.kapoulkine
2010-08-29Fixed missing attributes for some functions/classes, minor XPath error messag...arseny.kapoulkine
2010-08-29tests: Improved document_order() coveragearseny.kapoulkine
2010-08-29tests: Changed XPath checking macros to avoid query copying under GCCarseny.kapoulkine
2010-08-29tests: Minor fixesarseny.kapoulkine
2010-08-29XPath: xpath_node attribute constructor now never constructs a non-attribute ...arseny.kapoulkine
2010-08-29Minor refactoringarseny.kapoulkine
2010-08-29tests: Introduced fullcoverage modearseny.kapoulkine
2010-08-29tests: Removed some deprecated tests, minor coverage improvementsarseny.kapoulkine
2010-08-29Removed more deprecated functionality (xpath_type_t type, format_write_bom_ut...arseny.kapoulkine
2010-08-29Minor unspecified bool refactoring (removed redundant CW workaround)arseny.kapoulkine
2010-08-29XPath: Fixed default variable values, minor algorithm refactoringarseny.kapoulkine
2010-08-29tests: Added more XPath testsarseny.kapoulkine
2010-08-29XPath: Reworked variable reference parsing, '$ name' and '$foo:*' are now cor...arseny.kapoulkine
2010-08-29tests: Added more XPath variable testsarseny.kapoulkine
2010-08-29XPath: Implemented variable support in queriesarseny.kapoulkine
2010-08-29tests: Added XPath variable and variable set testsarseny.kapoulkine
2010-08-29XPath: Several variable fixesarseny.kapoulkine
2010-08-29XPath: Minor refactoringarseny.kapoulkine
2010-08-29XPath: Added variable interface and implementationarseny.kapoulkine
2010-08-29tests: Fixed coverage reportsarseny.kapoulkine
2010-08-29XPath: Removed redundant internal functionarseny.kapoulkine
2010-08-29Minor sample build improvementarseny.kapoulkine
2010-08-29Refactoring: Merged two chartype tablesarseny.kapoulkine
2010-08-29Refactoring: merged includes/warnings sections, moved string utilities to ano...arseny.kapoulkine
2010-08-29XPath: Moved implementation to pugixml.cpparseny.kapoulkine
2010-08-29Removed deprecated wildcard functions, removed deprecated all_elements_by_namearseny.kapoulkine
2010-08-29tests: Remove new/delete overrides (all pugi code now uses custom allocators)arseny.kapoulkine
2010-08-29XPath: xpath_node_set now uses custom allocation functions, minor refactoringarseny.kapoulkine