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
/
tests
/
test_parse.cpp
Age
Commit message (
Expand
)
Author
2014-11-17
Rename xml_document::load to load_string
Arseny Kapoulkine
2014-10-23
tests: Add more tests for better coverage
Arseny Kapoulkine
2014-10-23
tests: Improve test coverage
Arseny Kapoulkine
2014-10-02
tests: Add missing tests to increase code coverage
Arseny Kapoulkine
2014-02-25
tests: Add tests for parse_trim_pcdata.
Arseny Kapoulkine
2014-02-23
Fix clang build.
Arseny Kapoulkine
2014-02-23
Fix gap collapsing during PCDATA parsing for fragment mode.
Arseny Kapoulkine
2014-02-11
Implement document fragment parsing.
Arseny Kapoulkine
2014-02-10
Use a null-terminated buffer for parsing as often as possible.
Arseny Kapoulkine
2012-03-06
tests: Fixed compilation errors for BadaSDK
arseny.kapoulkine@gmail.com
2011-12-09
Introduced parse_ws_pcdata_single flag: only parses whitespace-only PCDATA if...
arseny.kapoulkine
2010-09-20
tests: Improved tests for parsing result default construction
arseny.kapoulkine
2010-09-20
tests: Added default ctor test
arseny.kapoulkine
2010-08-04
tests: Added even more tests for better code coverage
arseny.kapoulkine
2010-08-04
tests: Added more tests for better code coverage
arseny.kapoulkine
2010-08-03
tests: Preparations for custom new/delete (leak detection)
arseny.kapoulkine
2010-07-19
Set svn:eol-style to native for all text files
arseny.kapoulkine
2010-07-01
parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio...
arseny.kapoulkine
2010-06-13
tests: Added tests for parsing offset values
arseny.kapoulkine
2010-06-13
Internal XML parsing error handling is done via setjmp/longjmp, all allocatio...
arseny.kapoulkine
2010-06-12
tests: Added non top-level declaration test
arseny.kapoulkine
2010-06-11
tests: Fixed PI test
arseny.kapoulkine
2010-06-11
tests: Added more (failing) declaration/PI tests
arseny.kapoulkine
2010-06-11
Rewritten numeric character reference parsing (fixed &#; and &#x; parsing), a...
arseny.kapoulkine
2010-06-04
Optimized attribute parsing; behavior of parse_wconv changed, it now assumes ...
arseny.kapoulkine
2010-05-22
tests: Minor addition to PI parsing tests
arseny.kapoulkine
2010-05-10
Implemented better DOCTYPE parsing, added more DOCTYPE tests
arseny.kapoulkine
2010-05-08
Deprecated all wildcard functions and parse_wnorm_attribute
arseny.kapoulkine
2010-05-06
Integrated changes from unicode branch to trunk
arseny.kapoulkine
2009-10-21
tests: Added more escape error tests
arseny.kapoulkine
2009-10-20
tests: Added wildcard and doctype tests
arseny.kapoulkine
2009-10-20
tests: Added more tests
arseny.kapoulkine
2009-10-20
tests: More coverage
arseny.kapoulkine
2009-10-20
tests: Added declaration and document load/load_file error tests
arseny.kapoulkine
2009-10-20
tests: Added parsing tests
arseny.kapoulkine