summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-29Removed deprecated wildcard functions, removed deprecated all_elements_by_namearseny.kapoulkine
2010-08-29XPath: xpath_node_set now uses custom allocation functions, minor refactoringarseny.kapoulkine
2010-08-29XPath: memory_block is now POD (no more offsetof warnings)arseny.kapoulkine
2010-08-29XPath: Context node for evaluate is now an xpath_node (can use attribute cont...arseny.kapoulkine
2010-08-29XPath: Fixed evaluate_string for wchar modearseny.kapoulkine
2010-08-29XPath: Introduced new evaluate_string API (without STL), enabled XPath withou...arseny.kapoulkine
2010-08-29XPath: Minor xpath_string refactoring, replaced STL algorithms with equivalen...arseny.kapoulkine
2010-08-29XPath: Replaced std::string with xpath_string, refactored normalize_space, na...arseny.kapoulkine
2010-08-29Fixed null pointer deallocationarseny.kapoulkine
2010-08-29strcpy_insitu improvements: empty string forces deallocation, memory is recla...arseny.kapoulkine
2010-08-29Reduced allocation header for strings from 8/16 to 4 bytesarseny.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-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-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-05XPath: Minor refactoringarseny.kapoulkine
2010-08-05Removed some redundant code from pugixml.cpp, added internal xml_document::re...arseny.kapoulkine
2010-08-03XPath: Removed redundant whitespace skippingarseny.kapoulkine
2010-08-03XPath: Added a workaround for DMC bugarseny.kapoulkine
2010-08-03XPath: Fixed leaks in case query compilation failedarseny.kapoulkine
2010-07-22CDATA section is output as multiple sections if it contains ]]>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-22Fixed stream loading memory leaks in the unlikely case streams have exception...arseny.kapoulkine
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine
2010-07-15Fixed alignment padding warning for Xbox 360arseny.kapoulkine
2010-07-11Changed version in headersarseny.kapoulkine
2010-07-10XPath: Capitalized all error messagesarseny.kapoulkine
2010-07-10XPath: Out-of-bounds xpath_node_set access is now undefinedarseny.kapoulkine
2010-07-07remove_child and remove_attribute now return operation resultarseny.kapoulkine
2010-07-07Fixed strequalrange so that it matches the description (this also fixes first...arseny.kapoulkine
2010-07-07traverse() function is now foolproof against walkers that modify node handlesarseny.kapoulkine
2010-07-06Iterator fixes: added assertions, fixed past-the-end iterator behavior wrt to...arseny.kapoulkine
2010-07-06xml_node::all_elements_by_name is now deprecatedarseny.kapoulkine
2010-07-06Minor traverse() refactoringarseny.kapoulkine
2010-07-01parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio...arseny.kapoulkine
2010-06-28XPath: Argument parsing and position invariance refactoring, reduced AST node...arseny.kapoulkine