Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-02 | test: Add new test case for entities | 3 | -1/+71 | ||
2016-11-18 | test: Fix test plist having duplicate keys in dictionary | 1 | -1/+1 | ||
2016-09-19 | test: Add additional test case to check extended date range | 3 | -0/+20 | ||
2016-06-29 | test: Add another test case for signed/unsigned (multiple) integers | 4 | -0/+35 | ||
Apart from testing the actual integer signed vs. unsigned value storage and conversion, this test will check that the binary plist optimization is not re-using existing values. Basically it will test the fix that was introduced with commit acd226d1f71a78dd23b47a9a5c4ca8cf8068d509. | |||||
2015-02-05 | test: Add missing .test files | 3 | -0/+35 | ||
2015-02-05 | test: Add more test cases covering binary plist issues | 5 | -2/+32 | ||
2014-10-03 | Avoid exporting non-public symbols | 1 | -1/+1 | ||
2014-06-13 | test: Fix make clean in relation with out-of-tree build directory | 1 | -1/+1 | ||
2014-05-27 | test: Add keys with XML entities to data plist files | 5 | -2/+10 | ||
2014-05-27 | test: Fix clean target to remove all generated files | 1 | -1/+1 | ||
2014-05-23 | test: Add test cases for integer nodes | 9 | -2/+78 | ||
2014-05-23 | test: Add data/7.plist to extra_dist target | 1 | -1/+1 | ||
2014-05-22 | test: Use better test data for timezone tests | 3 | -2/+12 | ||
2014-04-02 | test: Fix timezone test cases with set -e | 2 | -0/+4 | ||
2014-04-01 | test: Add new timezone tests | 3 | -1/+37 | ||
2014-02-13 | Replace some LDADD references to use $(top_builddir) for distcheck | 1 | -2/+2 | ||
2014-02-13 | fix make distcheck | 14 | -105/+75 | ||
2013-12-13 | change build system to autotools | 14 | -29/+169 | ||
2011-05-27 | Make libplist glib free | 2 | -4/+4 | ||
2010-01-21 | Fix some warnings | 2 | -10/+4 | ||
2010-01-14 | Make sure to convert predefined xml entities in xml output | 1 | -0/+2 | ||
For string nodes, a set of special characters must be converted to predefined xml entities. This patch adds an entitiy test case for this and makes libplist pass it fine by explicitly adding text nodes. | |||||
2010-01-14 | Make tests also work when building outside the source tree | 1 | -12/+13 | ||
2009-11-10 | Remove deprecated functions from API. | 2 | -0/+18 | ||
2009-10-28 | Format sources to ANSI style using AStyle (astyle --style=ansi). | 2 | -192/+204 | ||
2009-10-28 | Fix build for MSVC9. | 2 | -1/+9 | ||
2009-02-15 | Add more regression test and fix Integer and Real type handling. | 6 | -5/+152 | ||
2009-02-12 | Add some test case. | 8 | -0/+64783 | ||