]> sigrok.org Git - libsigrokdecode.git/history - instance.c
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / instance.c
2016-12-07 Uwe HermannAdd support for the new query-based PD v3 decoder API.
2016-12-06 Karl Palssonvalgrind: free channels
2016-08-25 Uwe Hermannsrd_inst_decode(): Return SRD_ERR_ARG if unitsize is 0.
2016-08-25 Uwe Hermannsrd_inst_decode(): Make the code API version dependent.
2016-08-25 Uwe Hermannsrd_inst_decode(): Improve comments and log messages.
2015-10-06 Daniel ElstnerPython: Restrict code to stable ABI subset
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-10 Uwe Hermanninstance.c: Don't use 'di' before NULL-checking it.
2015-08-20 Uwe HermannPass unitsize per sample chunk.
2015-07-23 Uwe HermannSlightly more verbose logging in srd_inst_decode().
2015-03-31 Uwe HermannUse g_malloc*() consistently, simplify error handling.
2014-10-15 Uwe Hermanninstance.c: Fix whitespace.
2014-08-14 Uwe HermannWhitespace and consistency fixes.
2014-07-08 Marcus ComstedtRemove dependency on Python.h from public API header
2014-05-04 Uwe HermannMark some variables more consistently as SRD_PRIV.
2014-05-04 Uwe HermannUpdate a few Doxygen @since tags.
2014-04-15 Uwe Hermanninstance.c: s/probe/channel/.
2014-04-14 Bert Vermeulendebug: Log unitsize when configuring channel map.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-11 Joel HoldsworthFixed g_variant_get_double copy-paste error
2014-03-09 Bert VermeulenChange PD options to be a tuple of dictionaries.
2014-02-24 Daniel ElstnerMake the data unit size configurable
2014-01-30 Uwe Hermannsrd_inst_probe_set_all: Error out upon missing required...
2013-12-10 Bert VermeulenAPI clarification.
2013-11-26 Bert VermeulenRemove 64-probe limit.
2013-11-16 Bert VermeulenOnly instance-related functionality remains, rename...