summaryrefslogtreecommitdiff
path: root/libsigrokdecode.h
AgeCommit message (Expand)Author
2022-02-24libsigrokdecode.h: declare Windows dllexport for SRD_API routinesGerhard Sittig
2021-12-26session: introduce the public "send EOF" API routineGerhard Sittig
2021-02-13Use uint8_t instead of unsigned char for raw byte dataSoeren Apel
2021-02-13Rename logic_class to logic_group and output as group-wise RLESoeren Apel
2021-02-13Remove samplerate from srd_decoder_logic_output_channelSoeren Apel
2021-02-13Add initial OUTPUT_LOGIC support.Uwe Hermann
2019-12-10struct srd_decoder: Fix/improve some documentation comments.Uwe Hermann
2019-03-13Add PD tags handling and some tagsSoeren Apel
2018-08-30log: add a public srd_log_callback_get() API routineGerhard Sittig
2018-08-30Make srd_inst_decode() return the actual decoder state, not SRD_OKSoeren Apel
2018-04-23instance: return SRD_ERR_TERM_REQ when execution shall terminateGerhard Sittig
2018-03-31session: add "terminate and reset" support for protocol stacksGerhard Sittig
2018-03-17Fix part of #1128 by adding a way to retrieve PD search pathsSoeren Apel
2017-06-05Add srd_inst_initial_pins_set_all() and support code.Uwe Hermann
2017-05-31struct srd_decoder: Add list of input/output decoder IDs.Uwe Hermann
2017-05-26Show lib versions in the debug output.Uwe Hermann
2017-03-12decoder: terminate .wait() and .decode(), join threads for v3 instancesGerhard Sittig
2017-02-21Clarify that {start,end,cur}_samplenum are absolute numbers.Uwe Hermann
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
2015-09-13log: Remove srd_log_logdomain_{get,set} from the APIDaniel Elstner
2015-08-20Pass unitsize per sample chunk.Uwe Hermann
2014-09-15Replace ann_format with ann_class.Uwe Hermann
2014-08-14Whitespace and consistency fixes.Uwe Hermann
2014-07-08Remove dependency on Python.h from public API headerMarcus Comstedt
2014-05-04libsigrokdecode.h: Give type names to all enumerations.Uwe Hermann
2014-05-03Make the srd_Decoder type private.Uwe Hermann
2014-05-03Don't define names ending with _t (POSIX reserved).Uwe Hermann
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-03-10Change PD options to be a tuple of dictionaries.Bert Vermeulen
2014-02-24Make the data unit size configurableDaniel Elstner
2014-01-31Add support for annotation rows.Uwe Hermann
2013-11-26Remove 64-probe limit.Bert Vermeulen
2013-11-18Clean up prototypesBert Vermeulen
2013-11-15Move versioning info out to separate headerBert Vermeulen