Age | Commit message (Expand) | Author |
2010-09-13 | XPath: Fixed sorting bug | arseny.kapoulkine |
2010-09-13 | XPath: Allocator refactoring: xpath_allocator now only consists of allocator ... | arseny.kapoulkine |
2010-09-13 | XPath: self axis now preserves the original set order, optimized remove_dupli... | arseny.kapoulkine |
2010-09-12 | XPath: Minor ast_step processing refactoring | arseny.kapoulkine |
2010-09-11 | XPath: Minor lang() fix (use ASCII lowercase because language names are ASCII... | arseny.kapoulkine |
2010-09-01 | XPath: Minor refactoring | arseny.kapoulkine |
2010-09-01 | XPath: Don't use longjmp at all if exceptions are enabled; this solves all pr... | arseny.kapoulkine |
2010-08-30 | Added gcc 4.0.1 bogus warning workaround | arseny.kapoulkine |
2010-08-29 | XPath: Added a workaround for MSVC6 wcsstr bug | arseny.kapoulkine |
2010-08-29 | Fixed longjmp clobber warning in xml_parser::parse | 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 | XPath: Minor xpath_string refactoring, minor xpath_string::append fix | 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 | 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 | XPath: xpath_node attribute constructor now never constructs a non-attribute ... | arseny.kapoulkine |
2010-08-29 | Minor refactoring | 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 | XPath: Reworked variable reference parsing, '$ name' and '$foo:*' are now cor... | arseny.kapoulkine |
2010-08-29 | XPath: Implemented variable support in queries | 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 | XPath: Removed redundant internal function | 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 | Fixed null pointer deallocation | arseny.kapoulkine |
2010-08-29 | strcpy_insitu improvements: empty string forces deallocation, memory is recla... | arseny.kapoulkine |
2010-08-29 | Reduced allocation header for strings from 8/16 to 4 bytes | arseny.kapoulkine |
2010-08-29 | Minor comment fix | arseny.kapoulkine |
2010-08-29 | Added workarounds for all instances of DMC overfetch bug | arseny.kapoulkine |
2010-08-29 | Minor iterator refactoring | arseny.kapoulkine |
2010-08-29 | root and offset_debug are now O(1) | arseny.kapoulkine |
2010-08-09 | Added null pointer assertion to load_buffer, refactored get_buffer_encoding | arseny.kapoulkine |
2010-08-05 | Removed some redundant code from pugixml.cpp, added internal xml_document::re... | arseny.kapoulkine |
2010-07-22 | CDATA section is output as multiple sections if it contains ]]> | arseny.kapoulkine |
2010-07-22 | XPath: Restored document order sorting optimization (it's now automatic for n... | arseny.kapoulkine |
2010-07-22 | Fixed stream loading memory leaks in the unlikely case streams have exception... | arseny.kapoulkine |
2010-07-19 | Set svn:eol-style to native for all text files | arseny.kapoulkine |
2010-07-15 | Fixed alignment padding warning for Xbox 360 | arseny.kapoulkine |
2010-07-11 | Changed version in headers | arseny.kapoulkine |
2010-07-07 | remove_child and remove_attribute now return operation result | arseny.kapoulkine |
2010-07-07 | Fixed strequalrange so that it matches the description (this also fixes first... | arseny.kapoulkine |