summaryrefslogtreecommitdiff
path: root/instance.c
AgeCommit message (Expand)Author
2015-08-20Pass unitsize per sample chunk.Uwe Hermann
2015-07-23Slightly more verbose logging in srd_inst_decode().Uwe Hermann
2015-04-01Use g_malloc*() consistently, simplify error handling.Uwe Hermann
2014-10-15instance.c: Fix whitespace.Uwe Hermann
2014-08-14Whitespace and consistency fixes.Uwe Hermann
2014-07-08Remove dependency on Python.h from public API headerMarcus Comstedt
2014-05-04Mark some variables more consistently as SRD_PRIV.Uwe Hermann
2014-05-04Update a few Doxygen @since tags.Uwe Hermann
2014-04-15instance.c: s/probe/channel/.Uwe Hermann
2014-04-15debug: Log unitsize when configuring channel map.Bert Vermeulen
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-03-11Fixed g_variant_get_double copy-paste errorJoel Holdsworth
2014-03-10Change PD options to be a tuple of dictionaries.Bert Vermeulen
2014-02-24Make the data unit size configurableDaniel Elstner
2014-01-31srd_inst_probe_set_all: Error out upon missing required probes.Uwe Hermann
2013-12-10API clarification.Bert Vermeulen
2013-11-26Remove 64-probe limit.Bert Vermeulen
2013-11-16Only instance-related functionality remains, rename source fileBert Vermeulen