Age | Commit message (Expand) | Author |
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 |
2010-08-29 | XPath: Minor xpath_string refactoring, replaced STL algorithms with equivalen... | arseny.kapoulkine |
2010-08-29 | XPath: Replaced std::string with xpath_string, refactored normalize_space, na... | arseny.kapoulkine |
2010-08-29 | tests: Deallocation of null pointer is illegal for custom allocators | 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 | tests: Added more string allocation tests | arseny.kapoulkine |
2010-08-29 | XPath: Correct out of memory handling for string to number conversion during ... | arseny.kapoulkine |
2010-08-29 | XPath: Final MinGW unwind workaround | arseny.kapoulkine |
2010-08-29 | XPath: Number to string conversion uses ecvt_s under MSVC8+ (major speedup), ... | arseny.kapoulkine |
2010-08-29 | tests: Added XPath out of memory parse test | arseny.kapoulkine |
2010-08-29 | XPath: Allocator now uses custom allocation functions and has single static p... | arseny.kapoulkine |
2010-08-29 | Minor comment fix | arseny.kapoulkine |
2010-08-29 | XPath: Minor refactoring | arseny.kapoulkine |
2010-08-29 | XPath: m_ prefix changed to _ | arseny.kapoulkine |
2010-08-29 | XPath: Added workaround for MinGW4.5 unwind crash by removing unwind informat... | arseny.kapoulkine |
2010-08-29 | tests: Removed redundant includes | arseny.kapoulkine |
2010-08-29 | XPath: Minor parsing refactoring | arseny.kapoulkine |
2010-08-29 | Added workarounds for all instances of DMC overfetch bug | arseny.kapoulkine |
2010-08-29 | XPath: Added error offset reporting | arseny.kapoulkine |
2010-08-29 | tests: Extended XPath tests | arseny.kapoulkine |
2010-08-29 | tests: Added support for XPath without exceptions | arseny.kapoulkine |
2010-08-29 | XPath: Initial support for operation without exceptions | 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-09 | tests: Added tests for short buffers (they duplicate the progressive truncati... | arseny.kapoulkine |
2010-08-05 | XPath: Minor refactoring | arseny.kapoulkine |
2010-08-05 | Removed some redundant code from pugixml.cpp, added internal xml_document::re... | arseny.kapoulkine |
2010-08-04 | tests: Fixed tests for wchar_t mode, added dummy std::cout/wcout usage for MS... | arseny.kapoulkine |
2010-08-04 | tests: Added more XPath tests | arseny.kapoulkine |
2010-08-04 | tests: Added even more tests for better code coverage | arseny.kapoulkine |
2010-08-04 | tests: Added more tests for better code coverage | arseny.kapoulkine |
2010-08-03 | XPath: Removed redundant whitespace skipping | arseny.kapoulkine |
2010-08-03 | tests: New and delete operators now use test allocator and thus are subject t... | arseny.kapoulkine |
2010-08-03 | tests: Reduce address space pressure of test allocator | arseny.kapoulkine |
2010-08-03 | XPath: Added a workaround for DMC bug | arseny.kapoulkine |
2010-08-03 | XPath: Fixed leaks in case query compilation failed | arseny.kapoulkine |
2010-08-03 | tests: Preparations for custom new/delete (leak detection) | arseny.kapoulkine |
2010-08-02 | tests: More miscellaneous tests | arseny.kapoulkine |
2010-07-22 | tests: Miscellaneous test fixes | arseny.kapoulkine |
2010-07-22 | tests: Added more CDATA writing tests | arseny.kapoulkine |