]> git.draconx.ca Git - gob-dx.git/history - tests
Avoid more GLib deprecation warnings.
[gob-dx.git] / tests /
2021-03-03 Nick BowlerConvert command-line options processing to getopt_long.
2021-03-03 Nick BowlerMake --no-gnu suppress get_type function attributes.
2020-02-14 Nick BowlerExpand --no-touch-headers to include the private header.
2020-02-14 Nick BowlerImprove --version output.
2020-02-14 Nick BowlerMake --help output go to standard output.
2020-02-14 Nick BowlerAdd test cases for various command-line options.
2020-02-08 Nick BowlerAdd simple test cases using private data members.
2020-02-08 Nick BowlerInclude <config.h> in test cases.
2020-02-08 Nick BowlerMinor testsuite cleanup.
2020-02-07 Nick BowlerAdd missing <stdlib.h> includes in test cases.
2020-02-07 Nick BowlerImplement chaining of interface methods.
2020-02-07 Nick BowlerFix dynamic interface implementation.
2020-02-07 Nick BowlerExpand the interface implementation test cases.
2020-01-27 Nick BowlerReplace GOB2_CHECK with the version from dxcommon.
2020-01-27 Nick BowlerAdd a test case which runs the GOB2_CHECK macro.
2019-02-27 Nick BowlerAdd support for simple dynamic types.
2019-02-27 Nick BowlerPull in dxcommon for library tests.