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