]> sigrok.org Git - libsigrokdecode.git/history - instance.c
usb_request: Fix some decoding errors
[libsigrokdecode.git] / instance.c
2019-04-02 Uwe Hermannsrd_inst_stack(): Warn upon potentially incorrect stacking.
2018-10-16 Uwe Hermanninstance.c: Avoid 4 unneeded forward declarations.
2018-10-13 Uwe HermannVarious log message improvements.
2018-10-12 Uwe Hermanninstance.c: Make oldpins_array_*() static.
2018-08-30 Soeren ApelMake srd_inst_decode() return the actual decoder state...
2018-05-18 Uwe Hermannsrd_*inst_find_by_obj(): Move functions, make them...
2018-05-18 Uwe Hermannsample_matches(): Force inlining for performance reasons.
2018-05-18 Uwe HermannSimplify code by dropping session_is_valid().
2018-05-17 Uwe HermannRandom whitespace/cosmetic/consistency fixes.
2018-05-16 Uwe Hermannsrd_inst_channel_set_all(): Fix a compiler warning...
2018-05-16 Uwe Hermanninstance.c: Fix a scan-build warning.
2018-05-16 Uwe Hermanninstance.c: Fix a memory leak reported by scan-build.
2018-04-23 Gerhard Sittiginstance: return SRD_ERR_TERM_REQ when execution shall...
2018-04-23 Gerhard Sittiginstance: drop an unneeded "want wait() to terminate...
2018-03-31 Gerhard Sittigsession: add "terminate and reset" support for protocol...
2018-03-31 Gerhard Sittiginstance: make sure oldpins array is available after...
2017-11-11 Joel Holdsworthinstance.c: Removed redundant variable
2017-09-05 Uwe HermannClarify and improve channel map debug output.
2017-06-30 Uwe HermannAcquire/release the Python GIL where needed to avoid...
2017-06-16 Uwe HermannDrop support for PD API version 2.
2017-06-16 Uwe Hermanninstance.c: Drop a few unneeded checks.
2017-06-12 Uwe HermannVarious Doxygen fixes.
2017-06-05 Uwe HermannAdd srd_inst_initial_pins_set_all() and support code.
2017-03-12 Gerhard Sittigdecoder: terminate .wait() and .decode(), join threads...
2017-02-27 Uwe Hermanninstance.c: Add a debug message for thread creation.
2017-02-26 Uwe Hermannsrd_inst_decode(): Slightly more verbose error message.
2017-02-26 Marcus ComstedtFix examples to show abs_end_samplenum as exclusive
2017-02-26 Marcus ComstedtReturn SRD_ERR_ARG from srd_inst_decode if samplenums...
2017-02-26 Gerhard Sittiginstance.c: fix a 'matched' vs 'matches' typo
2017-02-21 Uwe HermannClarify that {start,end,cur}_samplenum are absolute...
2017-02-20 Uwe Hermanninstance.c: Fix a compiler warning.
2017-02-20 Karl PalssonLook up instances by ID in the full stack
2017-02-20 Karl PalssonSupport adding multiple instances of a decoder
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...