index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
instance.c
Age
Commit message (
Expand
)
Author
2021-12-26
session: introduce the public "send EOF" API routine
Gerhard Sittig
2021-02-13
Implement basic flushing
Soeren Apel
2020-05-22
Use PyLong_FromUnsignedLongLong() where needed.
Uwe Hermann
2019-11-24
decoder: internal 'always false' term, handle invalid skip and channel
Gerhard Sittig
2019-11-23
Fix three -fsanitize=undefined issues.
Uwe Hermann
2019-11-23
Avoid using Py_IncRef/Py_DecRef for consistency.
Uwe Hermann
2019-11-23
srd_inst_option_set(): Fix multiple memory leaks.
Uwe Hermann
2019-11-19
Fix multiple PyObject_SetAttrString() related leaks.
Uwe Hermann
2019-11-16
condition_list_free(): Fix a memory leak.
Uwe Hermann
2019-04-02
srd_inst_stack(): Warn upon potentially incorrect stacking.
Uwe Hermann
2018-10-16
instance.c: Avoid 4 unneeded forward declarations.
Uwe Hermann
2018-10-13
Various log message improvements.
Uwe Hermann
2018-10-13
instance.c: Make oldpins_array_*() static.
Uwe Hermann
2018-08-30
Make srd_inst_decode() return the actual decoder state, not SRD_OK
Soeren Apel
2018-05-18
srd_*inst_find_by_obj(): Move functions, make them static.
Uwe Hermann
2018-05-18
sample_matches(): Force inlining for performance reasons.
Uwe Hermann
2018-05-18
Simplify code by dropping session_is_valid().
Uwe Hermann
2018-05-18
Random whitespace/cosmetic/consistency fixes.
Uwe Hermann
2018-05-16
srd_inst_channel_set_all(): Fix a compiler warning (-Wshadow).
Uwe Hermann
2018-05-16
instance.c: Fix a scan-build warning.
Uwe Hermann
2018-05-16
instance.c: Fix a memory leak reported by scan-build.
Uwe Hermann
2018-04-23
instance: return SRD_ERR_TERM_REQ when execution shall terminate
Gerhard Sittig
2018-04-23
instance: drop an unneeded "want wait() to terminate" reset assignment
Gerhard Sittig
2018-03-31
session: add "terminate and reset" support for protocol stacks
Gerhard Sittig
2018-03-31
instance: make sure oldpins array is available after reset
Gerhard Sittig
2017-11-11
instance.c: Removed redundant variable
Joel Holdsworth
2017-09-06
Clarify and improve channel map debug output.
Uwe Hermann
2017-06-30
Acquire/release the Python GIL where needed to avoid threading issues.
Uwe Hermann
2017-06-16
Drop support for PD API version 2.
Uwe Hermann
2017-06-16
instance.c: Drop a few unneeded checks.
Uwe Hermann
2017-06-12
Various Doxygen fixes.
Uwe Hermann
2017-06-05
Add srd_inst_initial_pins_set_all() and support code.
Uwe Hermann
2017-03-12
decoder: terminate .wait() and .decode(), join threads for v3 instances
Gerhard Sittig
2017-02-27
instance.c: Add a debug message for thread creation.
Uwe Hermann
2017-02-26
srd_inst_decode(): Slightly more verbose error message.
Uwe Hermann
2017-02-26
Fix examples to show abs_end_samplenum as exclusive
Marcus Comstedt
2017-02-26
Return SRD_ERR_ARG from srd_inst_decode if samplenums are wrong
Marcus Comstedt
2017-02-26
instance.c: fix a 'matched' vs 'matches' typo
Gerhard Sittig
2017-02-21
Clarify that {start,end,cur}_samplenum are absolute numbers.
Uwe Hermann
2017-02-20
instance.c: Fix a compiler warning.
Uwe Hermann
2017-02-20
Look up instances by ID in the full stack
Karl Palsson
2017-02-20
Support adding multiple instances of a decoder
Karl Palsson
2016-12-07
Add support for the new query-based PD v3 decoder API.
Uwe Hermann
2016-12-06
valgrind: free channels
Karl Palsson
2016-08-25
srd_inst_decode(): Return SRD_ERR_ARG if unitsize is 0.
Uwe Hermann
2016-08-25
srd_inst_decode(): Make the code API version dependent.
Uwe Hermann
2016-08-25
srd_inst_decode(): Improve comments and log messages.
Uwe Hermann
2015-10-06
Python: Restrict code to stable ABI subset
Daniel Elstner
2015-09-13
Build: Include <config.h> first in all source files
Daniel Elstner
2015-09-10
instance.c: Don't use 'di' before NULL-checking it.
Uwe Hermann
[next]