projects
/
libsigrokdecode.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
cc1101: Simplify format_command().
[libsigrokdecode.git]
/
instance.c
2019-04-02
Uwe Hermann
srd_inst_stack(): Warn upon potentially incorrect stacking.
blob
|
commitdiff
|
raw
2018-10-16
Uwe Hermann
instance.c: Avoid 4 unneeded forward declarations.
blob
|
commitdiff
|
raw
|
diff to current
2018-10-13
Uwe Hermann
Various log message improvements.
blob
|
commitdiff
|
raw
|
diff to current
2018-10-12
Uwe Hermann
instance.c: Make oldpins_array_*() static.
blob
|
commitdiff
|
raw
|
diff to current
2018-08-30
Soeren Apel
Make srd_inst_decode() return the actual decoder state...
blob
|
commitdiff
|
raw
|
diff to current
2018-05-18
Uwe Hermann
srd_*inst_find_by_obj(): Move functions, make them...
blob
|
commitdiff
|
raw
|
diff to current
2018-05-18
Uwe Hermann
sample_matches(): Force inlining for performance reasons.
blob
|
commitdiff
|
raw
|
diff to current
2018-05-18
Uwe Hermann
Simplify code by dropping session_is_valid().
blob
|
commitdiff
|
raw
|
diff to current
2018-05-17
Uwe Hermann
Random whitespace/cosmetic/consistency fixes.
blob
|
commitdiff
|
raw
|
diff to current
2018-05-16
Uwe Hermann
srd_inst_channel_set_all(): Fix a compiler warning...
blob
|
commitdiff
|
raw
|
diff to current
2018-05-16
Uwe Hermann
instance.c: Fix a scan-build warning.
blob
|
commitdiff
|
raw
|
diff to current
2018-05-16
Uwe Hermann
instance.c: Fix a memory leak reported by scan-build.
blob
|
commitdiff
|
raw
|
diff to current
2018-04-23
Gerhard Sittig
instance: return SRD_ERR_TERM_REQ when execution shall...
blob
|
commitdiff
|
raw
|
diff to current
2018-04-23
Gerhard Sittig
instance: drop an unneeded "want wait() to terminate...
blob
|
commitdiff
|
raw
|
diff to current
2018-03-31
Gerhard Sittig
session: add "terminate and reset" support for protocol...
blob
|
commitdiff
|
raw
|
diff to current
2018-03-31
Gerhard Sittig
instance: make sure oldpins array is available after...
blob
|
commitdiff
|
raw
|
diff to current
2017-11-11
Joel Holdsworth
instance.c: Removed redundant variable
blob
|
commitdiff
|
raw
|
diff to current
2017-09-05
Uwe Hermann
Clarify and improve channel map debug output.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-30
Uwe Hermann
Acquire/release the Python GIL where needed to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Uwe Hermann
Drop support for PD API version 2.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Uwe Hermann
instance.c: Drop a few unneeded checks.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-12
Uwe Hermann
Various Doxygen fixes.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-05
Uwe Hermann
Add srd_inst_initial_pins_set_all() and support code.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-12
Gerhard Sittig
decoder: terminate .wait() and .decode(), join threads...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-27
Uwe Hermann
instance.c: Add a debug message for thread creation.
blob
|
commitdiff
|
raw
|
diff to current
2017-02-26
Uwe Hermann
srd_inst_decode(): Slightly more verbose error message.
blob
|
commitdiff
|
raw
|
diff to current
2017-02-26
Marcus Comstedt
Fix examples to show abs_end_samplenum as exclusive
blob
|
commitdiff
|
raw
|
diff to current
2017-02-26
Marcus Comstedt
Return SRD_ERR_ARG from srd_inst_decode if samplenums...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-26
Gerhard Sittig
instance.c: fix a 'matched' vs 'matches' typo
blob
|
commitdiff
|
raw
|
diff to current
2017-02-21
Uwe Hermann
Clarify that {start,end,cur}_samplenum are absolute...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-20
Uwe Hermann
instance.c: Fix a compiler warning.
blob
|
commitdiff
|
raw
|
diff to current
2017-02-20
Karl Palsson
Look up instances by ID in the full stack
blob
|
commitdiff
|
raw
|
diff to current
2017-02-20
Karl Palsson
Support adding multiple instances of a decoder
blob
|
commitdiff
|
raw
|
diff to current
2016-12-07
Uwe Hermann
Add support for the new query-based PD v3 decoder API.
blob
|
commitdiff
|
raw
|
diff to current
2016-12-06
Karl Palsson
valgrind: free channels
blob
|
commitdiff
|
raw
|
diff to current
2016-08-25
Uwe Hermann
srd_inst_decode(): Return SRD_ERR_ARG if unitsize is 0.
blob
|
commitdiff
|
raw
|
diff to current
2016-08-25
Uwe Hermann
srd_inst_decode(): Make the code API version dependent.
blob
|
commitdiff
|
raw
|
diff to current
2016-08-25
Uwe Hermann
srd_inst_decode(): Improve comments and log messages.
blob
|
commitdiff
|
raw
|
diff to current
2015-10-06
Daniel Elstner
Python: Restrict code to stable ABI subset
blob
|
commitdiff
|
raw
|
diff to current
2015-09-13
Daniel Elstner
Build: Include <config.h> first in all source files
blob
|
commitdiff
|
raw
|
diff to current
2015-09-10
Uwe Hermann
instance.c: Don't use 'di' before NULL-checking it.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-20
Uwe Hermann
Pass unitsize per sample chunk.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-23
Uwe Hermann
Slightly more verbose logging in srd_inst_decode().
blob
|
commitdiff
|
raw
|
diff to current
2015-03-31
Uwe Hermann
Use g_malloc*() consistently, simplify error handling.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
Uwe Hermann
instance.c: Fix whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-14
Uwe Hermann
Whitespace and consistency fixes.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Marcus Comstedt
Remove dependency on Python.h from public API header
blob
|
commitdiff
|
raw
|
diff to current
2014-05-04
Uwe Hermann
Mark some variables more consistently as SRD_PRIV.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-04
Uwe Hermann
Update a few Doxygen @since tags.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
Uwe Hermann
instance.c: s/probe/channel/.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Bert Vermeulen
debug: Log unitsize when configuring channel map.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-13
Uwe Hermann
Rename 'probe' to 'channel' everywhere.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-11
Joel Holdsworth
Fixed g_variant_get_double copy-paste error
blob
|
commitdiff
|
raw
|
diff to current
2014-03-09
Bert Vermeulen
Change PD options to be a tuple of dictionaries.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-24
Daniel Elstner
Make the data unit size configurable
blob
|
commitdiff
|
raw
|
diff to current
2014-01-30
Uwe Hermann
srd_inst_probe_set_all: Error out upon missing required...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-10
Bert Vermeulen
API clarification.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-26
Bert Vermeulen
Remove 64-probe limit.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-16
Bert Vermeulen
Only instance-related functionality remains, rename...
blob
|
commitdiff
|
raw
|
diff to current