summaryrefslogtreecommitdiff
path: root/src/pugixml.cpp
AgeCommit message (Expand)Author
2010-08-29XPath: Introduced optimized sort (quicksort with median of nine and recursion...arseny.kapoulkine
2010-08-29XPath: Document order comparator refactoring, document order is now a total o...arseny.kapoulkine
2010-08-29Fixed missing attributes for some functions/classes, minor XPath error messag...arseny.kapoulkine
2010-08-29XPath: xpath_node attribute constructor now never constructs a non-attribute ...arseny.kapoulkine
2010-08-29Minor refactoringarseny.kapoulkine
2010-08-29Removed more deprecated functionality (xpath_type_t type, format_write_bom_ut...arseny.kapoulkine
2010-08-29Minor unspecified bool refactoring (removed redundant CW workaround)arseny.kapoulkine
2010-08-29XPath: Fixed default variable values, minor algorithm refactoringarseny.kapoulkine
2010-08-29XPath: Reworked variable reference parsing, '$ name' and '$foo:*' are now cor...arseny.kapoulkine
2010-08-29XPath: Implemented variable support in queriesarseny.kapoulkine
2010-08-29XPath: Several variable fixesarseny.kapoulkine
2010-08-29XPath: Minor refactoringarseny.kapoulkine
2010-08-29XPath: Added variable interface and implementationarseny.kapoulkine
2010-08-29XPath: Removed redundant internal functionarseny.kapoulkine
2010-08-29Refactoring: Merged two chartype tablesarseny.kapoulkine
2010-08-29Refactoring: merged includes/warnings sections, moved string utilities to ano...arseny.kapoulkine
2010-08-29XPath: Moved implementation to pugixml.cpparseny.kapoulkine
2010-08-29Removed deprecated wildcard functions, removed deprecated all_elements_by_namearseny.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-29Minor comment fixarseny.kapoulkine
2010-08-29Added workarounds for all instances of DMC overfetch bugarseny.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-05Removed some redundant code from pugixml.cpp, added internal xml_document::re...arseny.kapoulkine
2010-07-22CDATA section is output as multiple sections if it contains ]]>arseny.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-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-06Minor traverse() refactoringarseny.kapoulkine
2010-07-01parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio...arseny.kapoulkine
2010-06-27Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_typearseny.kapoulkine
2010-06-27Renamed name parameter in load_file/save_file to patharseny.kapoulkine
2010-06-23Added null pointer assertions to as_utf8 and as_widearseny.kapoulkine
2010-06-20Spelling fixesarseny.kapoulkine
2010-06-19Fixed deprecation warnings for IntelCarseny.kapoulkine
2010-06-19Replaced _CRT_SECURE macros with #pragma to avoid warnings because of multipl...arseny.kapoulkine
2010-06-19Fixed SNC warningsarseny.kapoulkine
2010-06-16Automatically disable XPath when either PUGIXML_NO_STL or PUGIXML_NO_EXCEPTIO...arseny.kapoulkine
2010-06-13Fixed MSVC x64 warningarseny.kapoulkine
2010-06-13Internal XML parsing error handling is done via setjmp/longjmp, all allocatio...arseny.kapoulkine
2010-06-12Fixed IntelC warnings, removed unnecessary hack for BCCarseny.kapoulkine