summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-02-26tests: Fix WinCE compilationArseny Kapoulkine
2014-02-25tests: Add tests for parse_trim_pcdata.Arseny Kapoulkine
2014-02-23Fix clang build.Arseny Kapoulkine
2014-02-23Fix gap collapsing during PCDATA parsing for fragment mode.Arseny Kapoulkine
2014-02-19tests: Write temporary files to executable folder.Arseny Kapoulkine
2014-02-12Add MSVC 12 (2013) to autotest listArseny Kapoulkine
2014-02-11Implement document fragment parsing.Arseny Kapoulkine
2014-02-11Fix bogus Clang 3.4 warningArseny Kapoulkine
2014-02-10Fix clang build.Arseny Kapoulkine
2014-02-10Use a null-terminated buffer for parsing as often as possible.Arseny Kapoulkine
2014-02-10Replace memory-management functions before every test.Arseny Kapoulkine
2014-02-10Update PUGIXML_VERSION defineArseny Kapoulkine
2014-02-09Add Makefile for building and running tests.Arseny Kapoulkine
2014-02-09Add scripts for Travis CIArseny Kapoulkine
2014-02-08Fix test suite stringizing macros to be C++11-compliantArseny Kapoulkine
2014-02-08Implement long long support if PUGIXML_HAS_LONG_LONG is defined (autodetectio...Arseny Kapoulkine
2014-01-27Change xml_named_node_iterator to be bidirectional and to match xml_node_iter...Arseny Kapoulkine
2014-01-15Implement automatic hexadecimal decoding for xml_attribute::as_int and xml_te...Arseny Kapoulkine
2013-07-20Make sure newlines are consistent for both .zip and .tar.gz archivesarseny.kapoulkine@gmail.com
2013-03-20Fix invalid assertion in XPath: reallocation can result in allocating buffer ...arseny.kapoulkine@gmail.com
2012-12-07Compatibility fixes (fixed warnings in gcc, msvc7, fixed errors in bcc, cw, m...arseny.kapoulkine@gmail.com
2012-12-07tests: Added append_buffer testsarseny.kapoulkine@gmail.com
2012-11-20archive.pl now creates a wrapping folder in both .tar.gz and .zip archivesarseny.kapoulkine@gmail.com
2012-11-17XPath: Fix unit test that (incorrectly) relied on right-associativity of unio...arseny.kapoulkine@gmail.com
2012-11-17XPath: Add unit test for unary minus and union precedencesarseny.kapoulkine@gmail.com
2012-10-31tests: Remove 'con' loading from tests since it stopped working under Windows...arseny.kapoulkine@gmail.com
2012-09-29Fix find_child_by_attribute assertion for attributes with null name/value.arseny.kapoulkine@gmail.com
2012-04-04tests: Fixed PUGIXML_NO_STL compilationarseny.kapoulkine@gmail.com
2012-04-03Updated version number and copyright year everywherearseny.kapoulkine@gmail.com
2012-04-03tests: Added tests for as_string and default values in as_*arseny.kapoulkine@gmail.com
2012-03-27tests: Added xml_named_node_iterator testsarseny.kapoulkine@gmail.com
2012-03-23tests: Added text/binary save_file testsarseny.kapoulkine@gmail.com
2012-03-23tests: Added tests for xml_text mutation operationsarseny.kapoulkine@gmail.com
2012-03-23tests: Added tests for read-only xml_text operationsarseny.kapoulkine@gmail.com
2012-03-20tests: Added new test for string/istream include interaction (this actually f...arseny.kapoulkine@gmail.com
2012-03-14tests: Added tests for constant iterator objectsarseny.kapoulkine@gmail.com
2012-03-07tests: Added MSVC11 variants to test suitearseny.kapoulkine@gmail.com
2012-03-06tests: Miscellaneous fixesarseny.kapoulkine@gmail.com
2012-03-06tests: Added Android to testing (STLport variant is only tested without excep...arseny.kapoulkine@gmail.com
2012-03-06tests: Android compilation fixesarseny.kapoulkine@gmail.com
2012-03-06tests: Added BlackBerry NDK to test suitearseny.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: Added BadaSDK to tests, changed report coloring to mark cells that com...arseny.kapoulkine@gmail.com
2012-03-06tests: Fixed compilation errors for BadaSDKarseny.kapoulkine@gmail.com
2012-02-19tests: Added WinCE to autotestarseny.kapoulkine@gmail.com
2012-02-19tests: Minor fixes for WinCE compilationarseny.kapoulkine@gmail.com
2012-02-18tests: Add an explicit test for empty xpath_node_set copying (regression test...arseny.kapoulkine@gmail.com
2011-12-20tests: Added version testarseny.kapoulkine
2011-12-20Introduced encoding_latin1 support (conversion on loading, conversion on savi...arseny.kapoulkine
2011-12-09Introduced parse_ws_pcdata_single flag: only parses whitespace-only PCDATA if...arseny.kapoulkine