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_write.cpp
Age
Commit message (
Expand
)
Author
2017-06-16
tests: Expand write_flush coverage
Arseny Kapoulkine
2017-06-15
tests: Add xml_buffered_writer coverage test
Arseny Kapoulkine
2017-01-31
tests: Add more tests to increase coverage
Arseny Kapoulkine
2016-11-09
tests: Fix MSVC warnings
Arseny Kapoulkine
2016-11-09
tests: Add a generalized write-roundtrip test
Arseny Kapoulkine
2016-11-09
tests: Add a test for format_no_empty_element_tags
Arseny Kapoulkine
2016-10-13
Add PUGIXML_OVERRIDE to headers of tests
Pavel Kryukov
2016-04-14
Remove extra space in an empty tag for format_raw
Arseny Kapoulkine
2015-04-13
Refactor format_indent_attributes implementation
Arseny Kapoulkine
2015-04-14
add tests for aligning each attribute on next line
halex2005
2015-04-11
Fix Travis CI build.
Arseny Kapoulkine
2015-04-11
tests: Add a test for throwing from xml_writer::write
Arseny Kapoulkine
2015-03-21
tests: Fix test compilation
Arseny Kapoulkine
2015-03-18
tests: Fix tests in wchar mode
Arseny Kapoulkine
2015-03-18
Do not emit surrounding whitespace for text nodes
Arseny Kapoulkine
2015-03-10
Escape ?> sequence in PI value during printing
Arseny Kapoulkine
2015-01-24
Use string::append in implementations of xml_writer
Arseny Kapoulkine
2014-11-17
Rename xml_document::load to load_string
Arseny Kapoulkine
2014-10-27
Optimize node printing by using raw pointers
Arseny Kapoulkine
2014-10-14
tests: Add a test for printing comments that contain --
Arseny Kapoulkine
2014-10-03
tests: Fix MSVC6 compilation
Arseny Kapoulkine
2014-09-21
tests: Fix PUGIXML_WCHAR_MODE build
Arseny Kapoulkine
2014-09-21
tests: Add test for custom indentation strings
Arseny Kapoulkine
2014-09-21
tests: Add a test for stackless write.
Arseny Kapoulkine
2014-02-11
Implement document fragment parsing.
Arseny Kapoulkine
2012-03-06
tests: Android compilation fixes
arseny.kapoulkine@gmail.com
2012-03-06
tests: Fixed compilation errors for BadaSDK
arseny.kapoulkine@gmail.com
2011-12-20
Introduced encoding_latin1 support (conversion on loading, conversion on savi...
arseny.kapoulkine
2011-09-10
Added format_no_escapes flag
arseny.kapoulkine
2010-10-19
If an element node has the only child, and it is of CDATA type, then the extr...
arseny.kapoulkine
2010-09-26
tests: Added node_doctype and parse_doctype tests
arseny.kapoulkine
2010-08-02
tests: More miscellaneous tests
arseny.kapoulkine
2010-07-22
tests: Added more CDATA writing tests
arseny.kapoulkine
2010-07-19
Set svn:eol-style to native for all text files
arseny.kapoulkine
2010-05-30
tests: Extended wchar_t mode tests (broken UTF16 test, some tests were errone...
arseny.kapoulkine
2010-05-21
Nodes/attributes with empty names now are printed as :anonymous
arseny.kapoulkine
2010-05-06
Integrated changes from unicode branch to trunk
arseny.kapoulkine
2009-10-29
tests: Supported all pugixml compilation modes
arseny.kapoulkine
2009-10-20
tests: Added more tests
arseny.kapoulkine
2009-10-12
tests: Refactored checking macros, added writing tests
arseny.kapoulkine