summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-29tests: Added more string allocation testsarseny.kapoulkine
2010-08-29XPath: Correct out of memory handling for string to number conversion during ...arseny.kapoulkine
2010-08-29XPath: Final MinGW unwind workaroundarseny.kapoulkine
2010-08-29XPath: Number to string conversion uses ecvt_s under MSVC8+ (major speedup), ...arseny.kapoulkine
2010-08-29tests: Added XPath out of memory parse testarseny.kapoulkine
2010-08-29XPath: Allocator now uses custom allocation functions and has single static p...arseny.kapoulkine
2010-08-29Minor comment fixarseny.kapoulkine
2010-08-29XPath: Minor refactoringarseny.kapoulkine
2010-08-29XPath: m_ prefix changed to _arseny.kapoulkine
2010-08-29XPath: Added workaround for MinGW4.5 unwind crash by removing unwind informat...arseny.kapoulkine
2010-08-29tests: Removed redundant includesarseny.kapoulkine
2010-08-29XPath: Minor parsing refactoringarseny.kapoulkine
2010-08-29Added workarounds for all instances of DMC overfetch bugarseny.kapoulkine
2010-08-29XPath: Added error offset reportingarseny.kapoulkine
2010-08-29tests: Extended XPath testsarseny.kapoulkine
2010-08-29tests: Added support for XPath without exceptionsarseny.kapoulkine
2010-08-29XPath: Initial support for operation without exceptionsarseny.kapoulkine
2010-08-29Minor iterator refactoringarseny.kapoulkine
2010-08-29root and offset_debug are now O(1)arseny.kapoulkine
2010-08-09Added null pointer assertion to load_buffer, refactored get_buffer_encodingarseny.kapoulkine
2010-08-09tests: Added tests for short buffers (they duplicate the progressive truncati...arseny.kapoulkine
2010-08-05XPath: Minor refactoringarseny.kapoulkine
2010-08-05Removed some redundant code from pugixml.cpp, added internal xml_document::re...arseny.kapoulkine
2010-08-04tests: Fixed tests for wchar_t mode, added dummy std::cout/wcout usage for MS...arseny.kapoulkine
2010-08-04tests: Added more XPath testsarseny.kapoulkine
2010-08-04tests: Added even more tests for better code coveragearseny.kapoulkine
2010-08-04tests: Added more tests for better code coveragearseny.kapoulkine
2010-08-03XPath: Removed redundant whitespace skippingarseny.kapoulkine
2010-08-03tests: New and delete operators now use test allocator and thus are subject t...arseny.kapoulkine
2010-08-03tests: Reduce address space pressure of test allocatorarseny.kapoulkine
2010-08-03XPath: Added a workaround for DMC bugarseny.kapoulkine
2010-08-03XPath: Fixed leaks in case query compilation failedarseny.kapoulkine
2010-08-03tests: Preparations for custom new/delete (leak detection)arseny.kapoulkine
2010-08-02tests: More miscellaneous testsarseny.kapoulkine
2010-07-22tests: Miscellaneous test fixesarseny.kapoulkine
2010-07-22tests: Added more CDATA writing testsarseny.kapoulkine
2010-07-22CDATA section is output as multiple sections if it contains ]]>arseny.kapoulkine
2010-07-22tests: Removed invalid document order test, improved document order coverage ...arseny.kapoulkine
2010-07-22xml_node::find_node is now not recursivearseny.kapoulkine
2010-07-22XPath: Restored document order sorting optimization (it's now automatic for n...arseny.kapoulkine
2010-07-22tests: Fixed warningarseny.kapoulkine
2010-07-22tests: Added stream exception testarseny.kapoulkine
2010-07-22Fixed stream loading memory leaks in the unlikely case streams have exception...arseny.kapoulkine
2010-07-21docs: Added line endings informationarseny.kapoulkine
2010-07-20Removed svn:eol-style from utftest_utf8_clean.xml (it should have Unix newlin...arseny.kapoulkine
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine
2010-07-19Release archiving now converts newlines to Unix style in tar archivesarseny.kapoulkine
2010-07-15docs: Regenerated documentationarseny.kapoulkine
2010-07-15docs: Fixed TOC links properly, got rid of pointer-based auto-generated idsarseny.kapoulkine
2010-07-15docs: Minor documentation fixes (quickstart footnotes, extra spaces, xpath_qu...arseny.kapoulkine