Age | Commit message (Expand) | Author |
2010-09-20 | Improved large file support: added overflow checks, _ftelli64/_fseeki64 are u... | arseny.kapoulkine |
2010-09-20 | tests: Added load_file/save_file tests | arseny.kapoulkine |
2010-09-20 | Implemented load_file and save_file for wide character paths | arseny.kapoulkine |
2010-09-20 | scripts: Removed references to pugixpath.cpp | arseny.kapoulkine |
2010-09-20 | tests: Improved tests for parsing result default construction | arseny.kapoulkine |
2010-09-20 | XPath: xpath_parse_result is now default-initialized to object with failed st... | arseny.kapoulkine |
2010-09-20 | tests: Added default ctor test | arseny.kapoulkine |
2010-09-20 | xml_parse_result now has a default ctor, minor parsing optimization | arseny.kapoulkine |
2010-09-20 | Memory allocation error now preserves last parsed offset, minor optimization ... | arseny.kapoulkine |
2010-09-15 | Added more assertions | arseny.kapoulkine |
2010-09-14 | XPath: evaluate_string refactoring (also fixes setjmp warning on MinGW withou... | arseny.kapoulkine |
2010-09-14 | XPath: Fixed MinGW compilation warning | arseny.kapoulkine |
2010-09-14 | tests: Fixed MSVC 6/7 compilation error | arseny.kapoulkine |
2010-09-14 | tests: Improved XPath sort coverage | arseny.kapoulkine |
2010-09-14 | XPath: Fixed MSVC6 compilation | arseny.kapoulkine |
2010-09-14 | tests: Added XPath out of memory tests | arseny.kapoulkine |
2010-09-14 | XPath: Added out of memory handling during evaluation | arseny.kapoulkine |
2010-09-13 | XPath: Minor speed/memory improvements | arseny.kapoulkine |
2010-09-13 | XPath: Stack construction refactoring | arseny.kapoulkine |
2010-09-13 | XPath: Fixed MSVC7 compilation, removed redundant include | arseny.kapoulkine |
2010-09-13 | tests: Fixed wchar mode tests | arseny.kapoulkine |
2010-09-13 | XPath: Added xpath_node_set constructor, redesigned evaluation memory managem... | arseny.kapoulkine |
2010-09-13 | tests: Added XPath test for large node sets | arseny.kapoulkine |
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-09-01 | tests: Minor report fix | arseny.kapoulkine |
2010-08-31 | tests: Added automatic CPU count detection | arseny.kapoulkine |
2010-08-30 | tests: Custom allocations now use memory from Win32 heap instead of CRT heap | arseny.kapoulkine |
2010-08-30 | Added gcc 4.0.1 bogus warning workaround | arseny.kapoulkine |
2010-08-30 | tests: Minor fix for MinGW 3.4 | arseny.kapoulkine |
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 |