summaryrefslogtreecommitdiff
path: root/tests/test_document.cpp
AgeCommit message (Expand)Author
2015-03-13tests: Fix truncation testArseny Kapoulkine
2015-03-05tests: Move null buffer tests to test_documentArseny Kapoulkine
2014-12-13Don't use off64_t/_wfopen on MinGW32 in C++11 modev1.5Arseny Kapoulkine
2014-11-24Use _wfopen and fseeko64 on MinGW in C++11 modeArseny Kapoulkine
2014-11-24tests: Add a test for load_file with wide Unicode nameArseny Kapoulkine
2014-11-17Rename xml_document::load to load_stringArseny Kapoulkine
2014-11-17tests: Don't use /dev/ttyArseny Kapoulkine
2014-11-01tests: Improve test coverageArseny Kapoulkine
2014-10-23tests: Add more tests for better coverageArseny Kapoulkine
2014-10-23tests: Improve test coverageArseny Kapoulkine
2014-10-02tests: Add a test to verify that xml_document object works with any valid poi...Arseny Kapoulkine
2014-04-02tests: Fix Mac OS X compilation.Arseny Kapoulkine
2014-02-19tests: Write temporary files to executable folder.Arseny Kapoulkine
2014-02-11Implement document fragment parsing.Arseny Kapoulkine
2014-02-10Fix clang build.Arseny Kapoulkine
2014-02-10Use a null-terminated buffer for parsing as often as possible.Arseny Kapoulkine
2012-10-31tests: Remove 'con' loading from tests since it stopped working under Windows...arseny.kapoulkine@gmail.com
2012-03-23tests: Added text/binary save_file testsarseny.kapoulkine@gmail.com
2012-03-06tests: Android compilation fixesarseny.kapoulkine@gmail.com
2012-03-06tests: Use mkstemp on Unix and QNX (BlackBerry) to avoid tmpnam deprecation w...arseny.kapoulkine@gmail.com
2012-03-06tests: Fixed compilation errors for BadaSDKarseny.kapoulkine@gmail.com
2012-02-19tests: Minor fixes for WinCE compilationarseny.kapoulkine@gmail.com
2011-12-20Introduced encoding_latin1 support (conversion on loading, conversion on savi...arseny.kapoulkine
2011-07-19tests: Added tests for non-seekable streamsarseny.kapoulkine
2010-12-19Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c...arseny.kapoulkine
2010-10-31tests: Added document reset-self testarseny.kapoulkine
2010-10-31Added xml_document::reset() function with document parameterarseny.kapoulkine
2010-10-26Added xml_document::reset, added append/prepend/insert child overloads for el...arseny.kapoulkine
2010-10-22tests: Fixed WCHAR mode compilationarseny.kapoulkine
2010-10-18Added xml_document::document_element functionarseny.kapoulkine
2010-10-03tests: Fixed XPath OOM tests, added parsing exception testarseny.kapoulkine
2010-09-20tests: Added load_file/save_file testsarseny.kapoulkine
2010-08-29tests: Removed some deprecated tests, minor coverage improvementsarseny.kapoulkine
2010-08-29tests: Reduced allocation countarseny.kapoulkine
2010-08-09tests: Added tests for short buffers (they duplicate the progressive truncati...arseny.kapoulkine
2010-08-04tests: Fixed tests for wchar_t mode, added dummy std::cout/wcout usage for MS...arseny.kapoulkine
2010-08-04tests: Added more tests for better code coveragearseny.kapoulkine
2010-08-03tests: Preparations for custom new/delete (leak detection)arseny.kapoulkine
2010-07-22tests: Miscellaneous test fixesarseny.kapoulkine
2010-07-22tests: Fixed warningarseny.kapoulkine
2010-07-22tests: Added stream exception testarseny.kapoulkine
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine
2010-07-15tests: Added Xbox360 and PS3 toolset supportarseny.kapoulkine
2010-06-27Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_typearseny.kapoulkine
2010-06-12Declaration nodes improvements (they now automatically get name "xml", they c...arseny.kapoulkine
2010-06-07tests: Added C++0x supportarseny.kapoulkine
2010-06-02tests: Temporary file name is obtained via mkstemp on Unix systemsarseny.kapoulkine
2010-06-02tests: Fixed test race condition (a better way would be to use argv[0]-relati...arseny.kapoulkine
2010-05-20tests: Added progressive truncation testarseny.kapoulkine
2010-05-10Added more testsarseny.kapoulkine