pugixml/tests
2010-07-10 15:48:34 +00:00
..
data Integrated changes from unicode branch to trunk 2010-05-06 20:28:36 +00:00
allocator.cpp Integrated changes from unicode branch to trunk 2010-05-06 20:28:36 +00:00
allocator.hpp tests: Replaced #pragma once with header guards 2010-05-25 21:40:11 +00:00
autotest-freebsd.sh tests: Fixed Linux startup scripts (line endings), added FreeBSD startup script 2010-05-17 07:23:37 +00:00
autotest-linux.sh tests: Fixed Linux startup scripts (line endings), added FreeBSD startup script 2010-05-17 07:23:37 +00:00
autotest-local.pl tests: Added SunCC x64 support 2010-06-11 07:30:36 +00:00
autotest-macos.sh tests: Final MacOS fixes 2010-05-20 17:51:32 +00:00
autotest-remote-host.pl tests: Added wait for server to remote host, added automatic VM launch 2010-05-13 16:48:46 +00:00
autotest-remote-server.pl tests: Fixed report CSS, VMs are now started in minimized state (GUI mode) 2010-06-02 20:29:03 +00:00
autotest-report.pl tests: Added SunCC x64 support 2010-06-11 07:30:36 +00:00
autotest-solaris.sh tests: Added Solaris autotest 2010-05-25 22:19:57 +00:00
common.hpp tests: Replaced #pragma once with header guards 2010-05-25 21:40:11 +00:00
gcov-filter.pl tests: Redesigned test building; now all configurations of a single toolset are built in a single jam run 2010-06-02 06:25:40 +00:00
helpers.hpp tests: Replaced #pragma once with header guards 2010-05-25 21:40:11 +00:00
main.cpp Internal XML parsing error handling is done via setjmp/longjmp, all allocation errors are now handled correctly (parser returns status_out_of_memory, modification functions return errors); added tests for some out of memory situations 2010-06-13 19:24:20 +00:00
test.cpp Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type 2010-06-27 20:05:06 +00:00
test.hpp Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type 2010-06-27 20:05:06 +00:00
test_deprecated.cpp xml_node::all_elements_by_name is now deprecated 2010-07-06 18:51:29 +00:00
test_document.cpp Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type 2010-06-27 20:05:06 +00:00
test_dom_modify.cpp tests: Minor fix 2010-07-07 21:16:47 +00:00
test_dom_traverse.cpp Fixed strequalrange so that it matches the description (this also fixes first_element_by_path prefix bug), added more first_element_by_path tests 2010-07-07 17:10:51 +00:00
test_header_guard.cpp Integrated changes from unicode branch to trunk 2010-05-06 20:28:36 +00:00
test_header_iosfwd_1.cpp Integrated changes from unicode branch to trunk 2010-05-06 20:28:36 +00:00
test_header_iosfwd_2.cpp Integrated changes from unicode branch to trunk 2010-05-06 20:28:36 +00:00
test_header_iostream_1.cpp Integrated changes from unicode branch to trunk 2010-05-06 20:28:36 +00:00
test_header_iostream_2.cpp Integrated changes from unicode branch to trunk 2010-05-06 20:28:36 +00:00
test_header_string_1.cpp Integrated changes from unicode branch to trunk 2010-05-06 20:28:36 +00:00
test_header_string_2.cpp Integrated changes from unicode branch to trunk 2010-05-06 20:28:36 +00:00
test_memory.cpp Changed memory management so that the document node lives inside document; this way a default-constructed document does not allocate any dynamic memory 2010-05-25 07:55:44 +00:00
test_parse.cpp parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendations, after all) 2010-07-01 18:01:12 +00:00
test_parse_doctype.cpp Various test compilation fixes 2010-05-10 21:36:05 +00:00
test_unicode.cpp Integrated changes from unicode branch to trunk 2010-05-06 20:28:36 +00:00
test_write.cpp tests: Extended wchar_t mode tests (broken UTF16 test, some tests were erroneously utf8-only), added final Xalan tests 2010-05-30 20:17:05 +00:00
test_xpath.cpp XPath: Rewritten number->string conversion using CRT scientific format (much better XPath REC compliance) 2010-06-14 18:03:50 +00:00
test_xpath_api.cpp XPath: Out-of-bounds xpath_node_set access is now undefined 2010-07-10 15:48:34 +00:00
test_xpath_functions.cpp tests: Added more XPath tests based on recommendation errata 2010-05-31 12:00:38 +00:00
test_xpath_operators.cpp tests: Added more XPath tests based on recommendation errata 2010-05-31 12:00:38 +00:00
test_xpath_parse.cpp tests: Added /[1] test 2010-05-31 16:55:16 +00:00
test_xpath_paths.cpp tests: Added more Xalan tests 2010-05-30 12:42:03 +00:00
test_xpath_paths_abbrev_w3c.cpp Removed document order optimization (it helps on a tiny percentage of queries), XPath tests now compute their own order 2010-05-09 20:37:49 +00:00
test_xpath_paths_w3c.cpp Removed document order optimization (it helps on a tiny percentage of queries), XPath tests now compute their own order 2010-05-09 20:37:49 +00:00
test_xpath_xalan_1.cpp XPath: Rewritten number->string conversion using CRT scientific format (much better XPath REC compliance) 2010-06-14 18:03:50 +00:00
test_xpath_xalan_2.cpp XPath: Rewritten number->string conversion using CRT scientific format (much better XPath REC compliance) 2010-06-14 18:03:50 +00:00
test_xpath_xalan_3.cpp tests: Added more Xalan tests 2010-05-30 12:42:03 +00:00
test_xpath_xalan_4.cpp tests: Extended wchar_t mode tests (broken UTF16 test, some tests were erroneously utf8-only), added final Xalan tests 2010-05-30 20:17:05 +00:00
test_xpath_xalan_5.cpp Fixed XPath parsing (numbers of the form \d+\. are now parsed correctly, stray colon does not act as eof token) 2010-05-30 20:44:15 +00:00
writer_string.cpp Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type 2010-06-27 20:05:06 +00:00
writer_string.hpp Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type 2010-06-27 20:05:06 +00:00