index
:
pugixml.git
gh-pages
master
mingw
short-wchar
Mirror for https://github.com/zeux/pugixml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
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-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-03
XPath: Removed redundant whitespace skipping
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-07-22
CDATA section is output as multiple sections if it contains ]]>
arseny.kapoulkine
2010-07-22
xml_node::find_node is now not recursive
arseny.kapoulkine
2010-07-22
XPath: Restored document order sorting optimization (it's now automatic for n...
arseny.kapoulkine
2010-07-22
Fixed stream loading memory leaks in the unlikely case streams have exception...
arseny.kapoulkine
2010-07-19
Set svn:eol-style to native for all text files
arseny.kapoulkine
2010-07-15
Fixed alignment padding warning for Xbox 360
arseny.kapoulkine
2010-07-11
Changed version in headers
arseny.kapoulkine
2010-07-10
XPath: Capitalized all error messages
arseny.kapoulkine
2010-07-10
XPath: Out-of-bounds xpath_node_set access is now undefined
arseny.kapoulkine
2010-07-07
remove_child and remove_attribute now return operation result
arseny.kapoulkine
2010-07-07
Fixed strequalrange so that it matches the description (this also fixes first...
arseny.kapoulkine
2010-07-07
traverse() function is now foolproof against walkers that modify node handles
arseny.kapoulkine
2010-07-06
Iterator fixes: added assertions, fixed past-the-end iterator behavior wrt to...
arseny.kapoulkine
2010-07-06
xml_node::all_elements_by_name is now deprecated
arseny.kapoulkine
2010-07-06
Minor traverse() refactoring
arseny.kapoulkine
2010-07-01
parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio...
arseny.kapoulkine
2010-06-28
XPath: Argument parsing and position invariance refactoring, reduced AST node...
arseny.kapoulkine
2010-06-27
Defined a deprecated xpath_type_t for compatibility
arseny.kapoulkine
2010-06-27
Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type
arseny.kapoulkine
2010-06-27
Renamed name parameter in load_file/save_file to path
arseny.kapoulkine
2010-06-23
Added null pointer assertions to as_utf8 and as_wide
arseny.kapoulkine
2010-06-20
Spelling fixes
arseny.kapoulkine
2010-06-19
Fixed deprecation warnings for IntelC
arseny.kapoulkine
2010-06-19
Replaced _CRT_SECURE macros with #pragma to avoid warnings because of multipl...
arseny.kapoulkine
2010-06-19
Fixed SNC warnings
arseny.kapoulkine
2010-06-16
Automatically disable XPath when either PUGIXML_NO_STL or PUGIXML_NO_EXCEPTIO...
arseny.kapoulkine
2010-06-14
XPath: Rewritten number->string conversion using CRT scientific format (much ...
arseny.kapoulkine
2010-06-13
Fixed MSVC x64 warning
arseny.kapoulkine
2010-06-13
Internal XML parsing error handling is done via setjmp/longjmp, all allocatio...
arseny.kapoulkine
2010-06-12
Fixed IntelC warnings, removed unnecessary hack for BCC
arseny.kapoulkine
2010-06-12
Declaration nodes improvements (they now automatically get name "xml", they c...
arseny.kapoulkine
[next]