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-05-08
Deprecated all wildcard functions and parse_wnorm_attribute
arseny.kapoulkine
2010-05-08
Fixed tests in NO_STL mode and IntelC deprecated constant
arseny.kapoulkine
2010-05-08
Implemented PUGIXML_DEPRECATED for GCC and MSVC7+
arseny.kapoulkine
2010-05-08
Added 0.5-compatible interfaces for compatibility
arseny.kapoulkine
2010-05-06
Updated copyright year, updated changelog in documentation
arseny.kapoulkine
2010-05-06
Changed version number to 0.6, merged Unicode utilities to pugixml.cpp
arseny.kapoulkine
2010-05-06
Integrated changes from unicode branch to trunk
arseny.kapoulkine
2010-04-21
Fixed invalid document contents when document parsing fails
arseny.kapoulkine
2010-02-08
Replaced int with ptrdiff_t for offset_debug() and last parsed offset in xml_...
arseny.kapoulkine
2010-02-06
Added inline directive to ischartype in case automatic inlining is not enabled
arseny.kapoulkine
2010-02-02
XPath: Renamed character type-related functions/types to avoid conflict with ...
arseny.kapoulkine
2010-02-02
XPath: xpath_ast_node ctors now initialize all members (code analysis warning...
arseny.kapoulkine
2010-01-21
Renamed ERROR to THROW_ERROR to solve macro name conflicts
v0.5
arseny.kapoulkine
2010-01-20
Fixed several code analysis warnings
arseny.kapoulkine
2010-01-20
XPath: Removed variable shadowing (fixes warnings in static analyzers)
arseny.kapoulkine
2009-11-10
More branch probability tuning
arseny.kapoulkine
2009-11-10
Parsing optimization: removed some redundant checks, reordered branches by pr...
arseny.kapoulkine
2009-11-08
docs: Minor documentation changes
arseny.kapoulkine
2009-11-08
XPath: Added xpath_query::return_type() function, fixed evaluate_node_set doc...
arseny.kapoulkine
2009-11-08
Updated header/footer comments - included MIT license text as per user reques...
arseny.kapoulkine
2009-11-08
XPath: Removed redundant code
arseny.kapoulkine
2009-11-08
tests: More coverage tests
arseny.kapoulkine
2009-11-08
XPath: evaluate_node_set (and select_nodes/select_single_node) now throw exce...
arseny.kapoulkine
2009-11-08
XPath: Node set copy now preserves sorted flag (for performance and consisten...
arseny.kapoulkine
2009-11-08
XPath: Fixed const-correctness, added boolean operators and operator! for Bor...
arseny.kapoulkine
2009-11-08
XPath: Fixed minor string to number conversion bug
arseny.kapoulkine
2009-11-08
XPath: Minor fix
arseny.kapoulkine
2009-11-08
XPath: Fixed minor root step bug - don't select empty nodes
arseny.kapoulkine
2009-11-08
XPath: Fixed all_in_namespace node test
arseny.kapoulkine
2009-11-08
XPath: Minor refactoring, fixed text()/etc. parsing bug (issue 33)
arseny.kapoulkine
2009-11-08
XPath: Refactored tokenization/parsing to be more compliant
arseny.kapoulkine
2009-11-04
XPath: Fixed namespace-uri so that namespace scope includes the namespace dec...
arseny.kapoulkine
2009-11-03
XPath: Fixed following and preceding axes
arseny.kapoulkine
2009-11-03
XPath: Fixed self axis
arseny.kapoulkine
2009-10-31
XPath: Fixed alignment issues
arseny.kapoulkine
2009-10-30
XPath: Fixed contains() for broken STL implementations
arseny.kapoulkine
2009-10-29
Fixed compilation warning on gcc3.4 (should work ok on gcc4, working around i...
arseny.kapoulkine
2009-10-28
Fixed MSVC6 compilation of template member functions
arseny.kapoulkine
2009-10-28
Fixed MSVC6 compilation error
arseny.kapoulkine
2009-10-27
XPath: Fixed string-value evaluation for node set
arseny.kapoulkine
2009-10-27
XPath: Fixed concat() crash
arseny.kapoulkine
2009-10-21
XPath: Fixed lang() function
arseny.kapoulkine
2009-10-21
XPath: Fixed empty string literals, don't add empty nodes/attributes in node ...
arseny.kapoulkine
2009-10-21
Fixed parsing of empty strings in rare cases for XPath
arseny.kapoulkine
2009-10-20
Added memory allocation function getters (can't write generic function to par...
arseny.kapoulkine
2009-10-20
Removed dead code (UTF8 sequences of length 5 are considered broken, removed ...
arseny.kapoulkine
2009-10-20
Fixed node_pi and node_declaration copying
arseny.kapoulkine
2009-10-20
Fixed documentation bug
arseny.kapoulkine
2009-10-12
PCDATA is now output with trailing newline if format_raw is not set and PCDAT...
arseny.kapoulkine
2009-10-12
Fixed xml_node::remove_attribute in case of empty attribute as a parameter
arseny.kapoulkine
[next]