summaryrefslogtreecommitdiff
path: root/libsigrokdecode-internal.h
AgeCommit message (Expand)Author
2021-12-26session: introduce the public "send EOF" API routineGerhard Sittig
2021-12-26internal: introduce ALL_ZERO declaration, modelled after libsigrokGerhard Sittig
2021-02-13Implement basic flushingSoeren Apel
2019-11-24decoder: internal 'always false' term, handle invalid skip and channelGerhard Sittig
2018-10-13log: Use human-readable output type name everywhere.Uwe Hermann
2018-05-18srd_*inst_find_by_obj(): Move functions, make them static.Uwe Hermann
2018-05-18Simplify code by dropping session_is_valid().Uwe Hermann
2018-03-31session: add "terminate and reset" support for protocol stacksGerhard Sittig
2017-05-31struct srd_decoder: Add list of input/output decoder IDs.Uwe Hermann
2017-02-21Clarify that {start,end,cur}_samplenum are absolute numbers.Uwe Hermann
2017-02-20Support adding multiple instances of a decoderKarl Palsson
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2016-12-07Add support for the new query-based PD v3 decoder API.Uwe Hermann
2016-08-25Factor out srd_decoder_apiver().Uwe Hermann
2015-10-06exception: Decorate catch function with format attributeDaniel Elstner
2015-10-06util: Factor out Python module loadDaniel Elstner
2015-10-06decoder: Refactor loading code and plug leaksDaniel Elstner
2015-10-06Python: Restrict code to stable ABI subsetDaniel Elstner
2015-09-13log: Enable varargs format warningsDaniel Elstner
2015-08-20Pass unitsize per sample chunk.Uwe Hermann
2014-08-14Whitespace and consistency fixes.Uwe Hermann
2014-07-08Remove dependency on Python.h from public API headerMarcus Comstedt
2014-05-03Move srd_check_init() to decoder.c and make it static.Uwe Hermann
2014-01-30Fix warnings exposed by -Wmissing-prototypes.Uwe Hermann
2013-12-11Easier access to sequences of strings, not just lists.Bert Vermeulen
2013-11-18Check library initialization before handling decodersBert Vermeulen
2013-11-18Clean up prototypesBert Vermeulen
2013-11-16Move session-specific functionality into session.cBert Vermeulen
2013-11-15Prune dead codeBert Vermeulen
2013-10-30Pass metadata to PDs only at runtime, not at decoder startBert Vermeulen
2013-10-14Move all decoder instances and callbacks into a session structBert Vermeulen
2013-09-01Use frontend-registered callback with correct parametersBert Vermeulen
2013-05-03libsigrokdecode-internal.h: Cosmetics.Uwe Hermann
2013-05-03Main header is <libsigrokdecode/libsigrokdecode.h> now.Uwe Hermann