]> sigrok.org Git - libsigrokdecode.git/history - type_decoder.c
jtag_stm32: Fix handling of boundary scan TAP
[libsigrokdecode.git] / type_decoder.c
2018-04-20 Uwe HermannDecoder_register(): Drop an overly verbose log message.
2018-03-31 Gerhard SittigDecoder: check for duplicate register() calls in common...
2018-03-31 Gerhard Sittigdecoder: rephrase .has_channel() argument parse logic
2018-03-06 Uwe HermannMinor whitespace/typo fixes.
2017-06-30 Uwe Hermannself.put(): Eliminate an unneeded malloc/free pair.
2017-06-30 Uwe HermannAcquire/release the Python GIL where needed to avoid...
2017-06-21 Gerhard Sittigdecoder: Accept more forms of "unconditional wait(...
2017-06-21 Gerhard Sittigdecoder: Unbreak execution of Decoder.wait() with empty...
2017-03-12 Gerhard Sittigdecoder: terminate .wait() and .decode(), join threads...
2017-02-28 Marcus ComstedtFix memory leak in get_current_pinvalues()
2017-02-28 Marcus ComstedtMore refcounting fixes
2017-02-26 Marcus ComstedtFix refcounting bug in set_new_condition_list()
2017-02-21 Uwe HermannClarify that {start,end,cur}_samplenum are absolute...
2016-12-07 Uwe HermannAdd support for the new query-based PD v3 decoder API.
2015-12-24 Uwe HermannUse a Python list (not tuple) for OUT_BINARY.
2015-12-23 Uwe HermannDrop obsolete support for annotation tuples (only suppo...
2015-10-06 Daniel ElstnerPython: Restrict code to stable ABI subset
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix srd_log() format warnings
2015-03-31 Uwe HermannUse g_malloc*() consistently, simplify error handling.
2014-09-15 Uwe HermannReplace ann_format with ann_class.
2014-07-08 Marcus ComstedtRemove dependency on Python.h from public API header
2014-05-03 Uwe HermannMake the srd_Decoder type private.
2013-12-13 Bert VermeulenSend SRD_OUTPUT_PYTHON to registered callbacks as well.
2013-12-13 Bert VermeulenPrune dead code.
2013-12-13 Bert VermeulenNo need to mess with method reference counts.
2013-12-11 Bert VermeulenEasier access to sequences of strings, not just lists.
2013-11-15 Bert VermeulenImplement OUTPUT_BINARY
2013-11-15 Bert VermeulenImplement OUTPUT_META
2013-11-14 Bert VermeulenSplit annotation-specific output to another struct
2013-11-07 Bert VermeulenMinor code cleanup
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-14 Bert VermeulenMove all decoder instances and callbacks into a session...
2013-09-01 Bert VermeulenUse frontend-registered callback with correct parameters
2013-05-03 Uwe HermannMain header is <libsigrokdecode/libsigrokdecode.h>...
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-02-09 Uwe HermannDoxygen: Mark private functions/variables properly.
2012-03-27 Uwe Hermannsrd: Some more (optional) consistency renames.
2012-03-27 Uwe Hermannsrd/cli/qt: Some more API consistency renames.
2012-03-18 Uwe Hermannsrd: Constify lots more parameters.
2012-03-18 Uwe Hermannsrd: Cosmetics, fix/add Doxygen comments.
2012-02-11 Bert Vermeulensrd: rename all instance to inst
2012-02-10 Uwe Hermannsrd: s/python/Python/.
2012-02-10 Uwe Hermannsrd: Add/improve g_malloc() error messages.
2012-02-10 Uwe Hermannsrd: Add/use SRD_API/SRD_PRIV macros.
2012-02-10 Uwe Hermannsrd: Cosmetics, whitespace, coding-style fixes.
2012-01-31 Bert Vermeulensrd: avoid POSIX_SOURCE warning
2012-01-31 Uwe Hermannsrd: Add missing <inttypes.h> #include (for PRIu64).
2012-01-27 Uwe Hermannsrd: Use PRIu64 for uint64_t values.
2012-01-26 Uwe Hermannsrd: Remove manual log domain ("srd: ") prefixes.
2012-01-25 Bert Vermeulensrd: properly recurse into PD instances when looking...
2012-01-24 Bert Vermeulensr: better error reporting
2012-01-23 Bert Vermeulensrd: use new exception system everywhere
2012-01-22 Bert Vermeulensrd: make all debugging and error reporting uniform
2012-01-15 Bert Vermeulensrd: PDs now get a logic feed with sample numbers,...
2012-01-15 Bert Vermeulenmove sigrokdecode.Decoder type to its own source file