Age | Commit message (Expand) | Author |
2010-08-29 | XPath: Added a workaround for MSVC6 wcsstr bug | arseny.kapoulkine |
2010-08-29 | tests: Fixed test warnings for MSVC10, slightly extended substring tests | arseny.kapoulkine |
2010-08-29 | Fixed longjmp clobber warning in xml_parser::parse | arseny.kapoulkine |
2010-08-29 | tests: Adjusted autotest report formatter for increased configuration count | arseny.kapoulkine |
2010-08-29 | XPath: Fixed variable memory leaks for MSVC6 | arseny.kapoulkine |
2010-08-29 | Fixed BCC and MSVC6 compilation errors and warnings | arseny.kapoulkine |
2010-08-29 | tests: Various compilation fixes for BCC and MSVC6 | arseny.kapoulkine |
2010-08-29 | XPath: Minor xpath_string refactoring, minor xpath_string::append fix | arseny.kapoulkine |
2010-08-29 | tests: Fixed XPath substring tests | arseny.kapoulkine |
2010-08-29 | XPath: Fixed substring (3) implementation, optimized substring-after and subs... | arseny.kapoulkine |
2010-08-29 | XPath: Optimized concat (it's now O(n) instead of O(n^2) and there are less a... | arseny.kapoulkine |
2010-08-29 | XPath: Introduced optimized sort (quicksort with median of nine and recursion... | arseny.kapoulkine |
2010-08-29 | tests: Improved document order comparison coverage | arseny.kapoulkine |
2010-08-29 | XPath: Document order comparator refactoring, document order is now a total o... | arseny.kapoulkine |
2010-08-29 | Fixed missing attributes for some functions/classes, minor XPath error messag... | arseny.kapoulkine |
2010-08-29 | tests: Improved document_order() coverage | arseny.kapoulkine |
2010-08-29 | tests: Changed XPath checking macros to avoid query copying under GCC | arseny.kapoulkine |
2010-08-29 | tests: Minor fixes | arseny.kapoulkine |
2010-08-29 | XPath: xpath_node attribute constructor now never constructs a non-attribute ... | arseny.kapoulkine |
2010-08-29 | Minor refactoring | arseny.kapoulkine |
2010-08-29 | tests: Introduced fullcoverage mode | arseny.kapoulkine |
2010-08-29 | tests: Removed some deprecated tests, minor coverage improvements | arseny.kapoulkine |
2010-08-29 | Removed more deprecated functionality (xpath_type_t type, format_write_bom_ut... | arseny.kapoulkine |
2010-08-29 | Minor unspecified bool refactoring (removed redundant CW workaround) | arseny.kapoulkine |
2010-08-29 | XPath: Fixed default variable values, minor algorithm refactoring | arseny.kapoulkine |
2010-08-29 | tests: Added more XPath tests | arseny.kapoulkine |
2010-08-29 | XPath: Reworked variable reference parsing, '$ name' and '$foo:*' are now cor... | arseny.kapoulkine |
2010-08-29 | tests: Added more XPath variable tests | arseny.kapoulkine |
2010-08-29 | XPath: Implemented variable support in queries | arseny.kapoulkine |
2010-08-29 | tests: Added XPath variable and variable set tests | arseny.kapoulkine |
2010-08-29 | XPath: Several variable fixes | arseny.kapoulkine |
2010-08-29 | XPath: Minor refactoring | arseny.kapoulkine |
2010-08-29 | XPath: Added variable interface and implementation | arseny.kapoulkine |
2010-08-29 | tests: Fixed coverage reports | arseny.kapoulkine |
2010-08-29 | XPath: Removed redundant internal function | arseny.kapoulkine |
2010-08-29 | Minor sample build improvement | arseny.kapoulkine |
2010-08-29 | Refactoring: Merged two chartype tables | arseny.kapoulkine |
2010-08-29 | Refactoring: merged includes/warnings sections, moved string utilities to ano... | arseny.kapoulkine |
2010-08-29 | XPath: Moved implementation to pugixml.cpp | arseny.kapoulkine |
2010-08-29 | Removed deprecated wildcard functions, removed deprecated all_elements_by_name | arseny.kapoulkine |
2010-08-29 | tests: Remove new/delete overrides (all pugi code now uses custom allocators) | arseny.kapoulkine |
2010-08-29 | XPath: xpath_node_set now uses custom allocation functions, minor refactoring | arseny.kapoulkine |
2010-08-29 | XPath: memory_block is now POD (no more offsetof warnings) | arseny.kapoulkine |
2010-08-29 | tests: Removed NO_XPATH-related define restrictions, autotest-local can be la... | arseny.kapoulkine |
2010-08-29 | tests: Added XPath tests for attribute context | arseny.kapoulkine |
2010-08-29 | XPath: Context node for evaluate is now an xpath_node (can use attribute cont... | arseny.kapoulkine |
2010-08-29 | tests: Reduced allocation count | arseny.kapoulkine |
2010-08-29 | tests: Added new evaluate_string tests, fixed tests for NO_STL mode | arseny.kapoulkine |
2010-08-29 | XPath: Fixed evaluate_string for wchar mode | arseny.kapoulkine |
2010-08-29 | XPath: Introduced new evaluate_string API (without STL), enabled XPath withou... | arseny.kapoulkine |