index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libsigrokdecode-internal.h
Age
Commit message (
Expand
)
Author
2021-12-26
session: introduce the public "send EOF" API routine
Gerhard Sittig
2021-12-26
internal: introduce ALL_ZERO declaration, modelled after libsigrok
Gerhard Sittig
2021-02-13
Implement basic flushing
Soeren Apel
2019-11-24
decoder: internal 'always false' term, handle invalid skip and channel
Gerhard Sittig
2018-10-13
log: Use human-readable output type name everywhere.
Uwe Hermann
2018-05-18
srd_*inst_find_by_obj(): Move functions, make them static.
Uwe Hermann
2018-05-18
Simplify code by dropping session_is_valid().
Uwe Hermann
2018-03-31
session: add "terminate and reset" support for protocol stacks
Gerhard Sittig
2017-05-31
struct srd_decoder: Add list of input/output decoder IDs.
Uwe Hermann
2017-02-21
Clarify that {start,end,cur}_samplenum are absolute numbers.
Uwe Hermann
2017-02-20
Support adding multiple instances of a decoder
Karl Palsson
2017-01-07
license: remove FSF postal address from boiler plate license text
Gerhard Sittig
2016-12-07
Add support for the new query-based PD v3 decoder API.
Uwe Hermann
2016-08-25
Factor out srd_decoder_apiver().
Uwe Hermann
2015-10-06
exception: Decorate catch function with format attribute
Daniel Elstner
2015-10-06
util: Factor out Python module load
Daniel Elstner
2015-10-06
decoder: Refactor loading code and plug leaks
Daniel Elstner
2015-10-06
Python: Restrict code to stable ABI subset
Daniel Elstner
2015-09-13
log: Enable varargs format warnings
Daniel Elstner
2015-08-20
Pass unitsize per sample chunk.
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-03
Move srd_check_init() to decoder.c and make it static.
Uwe Hermann
2014-01-30
Fix warnings exposed by -Wmissing-prototypes.
Uwe Hermann
2013-12-11
Easier access to sequences of strings, not just lists.
Bert Vermeulen
2013-11-18
Check library initialization before handling decoders
Bert Vermeulen
2013-11-18
Clean up prototypes
Bert Vermeulen
2013-11-16
Move session-specific functionality into session.c
Bert Vermeulen
2013-11-15
Prune dead code
Bert Vermeulen
2013-10-30
Pass metadata to PDs only at runtime, not at decoder start
Bert Vermeulen
2013-10-14
Move all decoder instances and callbacks into a session struct
Bert Vermeulen
2013-09-01
Use frontend-registered callback with correct parameters
Bert Vermeulen
2013-05-03
libsigrokdecode-internal.h: Cosmetics.
Uwe Hermann
2013-05-03
Main header is <libsigrokdecode/libsigrokdecode.h> now.
Uwe Hermann