summaryrefslogtreecommitdiff
path: root/instance.c
AgeCommit message (Expand)Author
2018-05-18Random whitespace/cosmetic/consistency fixes.Uwe Hermann
2018-05-16srd_inst_channel_set_all(): Fix a compiler warning (-Wshadow).Uwe Hermann
2018-05-16instance.c: Fix a scan-build warning.Uwe Hermann
2018-05-16instance.c: Fix a memory leak reported by scan-build.Uwe Hermann
2018-04-23instance: return SRD_ERR_TERM_REQ when execution shall terminateGerhard Sittig
2018-04-23instance: drop an unneeded "want wait() to terminate" reset assignmentGerhard Sittig
2018-03-31session: add "terminate and reset" support for protocol stacksGerhard Sittig
2018-03-31instance: make sure oldpins array is available after resetGerhard Sittig
2017-11-11instance.c: Removed redundant variableJoel Holdsworth
2017-09-06Clarify and improve channel map debug output.Uwe Hermann
2017-06-30Acquire/release the Python GIL where needed to avoid threading issues.Uwe Hermann
2017-06-16Drop support for PD API version 2.Uwe Hermann
2017-06-16instance.c: Drop a few unneeded checks.Uwe Hermann
2017-06-12Various Doxygen fixes.Uwe Hermann
2017-06-05Add srd_inst_initial_pins_set_all() and support code.Uwe Hermann
2017-03-12decoder: terminate .wait() and .decode(), join threads for v3 instancesGerhard Sittig
2017-02-27instance.c: Add a debug message for thread creation.Uwe Hermann
2017-02-26srd_inst_decode(): Slightly more verbose error message.Uwe Hermann
2017-02-26Fix examples to show abs_end_samplenum as exclusiveMarcus Comstedt
2017-02-26Return SRD_ERR_ARG from srd_inst_decode if samplenums are wrongMarcus Comstedt
2017-02-26instance.c: fix a 'matched' vs 'matches' typoGerhard Sittig
2017-02-21Clarify that {start,end,cur}_samplenum are absolute numbers.Uwe Hermann
2017-02-20instance.c: Fix a compiler warning.Uwe Hermann
2017-02-20Look up instances by ID in the full stackKarl Palsson
2017-02-20Support adding multiple instances of a decoderKarl Palsson
2016-12-07Add support for the new query-based PD v3 decoder API.Uwe Hermann
2016-12-06valgrind: free channelsKarl Palsson
2016-08-25srd_inst_decode(): Return SRD_ERR_ARG if unitsize is 0.Uwe Hermann
2016-08-25srd_inst_decode(): Make the code API version dependent.Uwe Hermann
2016-08-25srd_inst_decode(): Improve comments and log messages.Uwe Hermann
2015-10-06Python: Restrict code to stable ABI subsetDaniel Elstner
2015-09-13Build: Include <config.h> first in all source filesDaniel Elstner
2015-09-10instance.c: Don't use 'di' before NULL-checking it.Uwe Hermann
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