summaryrefslogtreecommitdiffstats
path: root/src/tests/sbus_codegen_tests.c
Commit message (Expand)AuthorAgeFilesLines
* sbus_codegen_tests: Use portable definition of large constantsLukas Slebodnik2015-11-201-12/+13
* sbus_codegen_tests: Suppress warning Wmaybe-uninitializedLukas Slebodnik2015-10-261-1/+1
* sbus codegen tests: free ctxPavel Březina2015-10-021-0/+2
* tests: Move N_ELEMENTS definition to tests/common.hJakub Hrozek2015-07-151-3/+0
* sbus: add a{sas} get invokerPavel Březina2015-05-221-0/+157
* sbus codegen: do not prefix getters with iface namePavel Březina2015-02-171-25/+25
* sbus: support org.freedesktop.DBus.PropertiesPavel Březina2015-01-231-2/+0
* sbus: support multiple interfaces on single pathPavel Březina2015-01-231-0/+2
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-231-4/+2
* sbus_codegen_tests: free memory contextPavel Březina2014-06-181-0/+4
* TESTS: check dbus mock resultJakub Hrozek2014-05-271-0/+4
* TESTS: check allocation resultJakub Hrozek2014-05-271-0/+8
* SBUS: Implement org.freedesktop.DBus.Properties.GetAll for primitive typesJakub Hrozek2014-05-271-0/+301
* TEST: fix warning in sbus_codegen_testsPavel Reichl2014-05-261-0/+1
* SBUS: Return / if an object path getter returns NULLJakub Hrozek2014-05-221-0/+14
* SBUS: Return empty string if a string getter returns NULLPavel Březina2014-05-221-0/+13
* SBUS: Implement org.freedesktop.DBus.Properties.Get for primitive typesJakub Hrozek2014-05-221-4/+486
* TEST: Some macros aren't defined in older version of check.Lukas Slebodnik2014-04-251-0/+15
* sbus_codegen_tests: Add test case type-safe handler argsStef Walter2014-04-191-5/+329
* sbus: Add type-safe DBus method handlers and finish functionsStef Walter2014-04-191-6/+34
* tests: Don't set the check fork mode explicitlyJakub Hrozek2014-04-101-1/+0
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-141-2/+2
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-141-2/+2
* sbus: Generate constants from interface definitionsStef Walter2014-02-241-0/+15
* sbus: Add sbus_vtable and update codegen to support itStef Walter2014-02-241-0/+33
* sbus: Add meta data structures and code generatorStef Walter2014-02-241-0/+166