]> sigrok.org Git - libsigrokdecode.git/history - decoder.c
jtag_ejtag: Shorten variable names to ss/es.
[libsigrokdecode.git] / decoder.c
2018-05-17 Uwe HermannRandom whitespace/cosmetic/consistency fixes.
2018-05-16 Uwe Hermannsrd_decoder_load_all_zip_path(): Fix a compiler warning...
2018-05-16 Uwe Hermanndecoder.c: Fix a scan-build warning.
2018-05-15 Uwe HermannConvert some g_malloc0() to g_malloc().
2018-04-08 Uwe HermannDrop overly verbose log messages about (un)loading...
2018-03-06 Uwe HermannMinor whitespace/typo fixes.
2017-06-30 Uwe HermannAcquire/release the Python GIL where needed to avoid...
2017-06-16 Uwe HermannDrop support for PD API version 2.
2017-06-12 Uwe HermannVarious Doxygen fixes.
2017-05-31 Uwe Hermannstruct srd_decoder: Add list of input/output decoder...
2017-03-31 Uwe HermannDon't show a harmless/confusing warning on stdout.
2017-02-28 Uwe Hermannsrd_decoder_load(): Drop dead code.
2017-02-20 Karl PalssonSupport adding multiple instances of a decoder
2016-12-07 Uwe HermannAdd support for the new query-based PD v3 decoder API.
2016-12-06 Karl Palssonvalgrind: safely iterate lists
2016-11-02 Gerhard SittigPrint error messages when decoders fail load time checks
2016-08-25 Uwe HermannFactor out srd_decoder_apiver().
2015-11-03 Uwe Hermannsrd_decoder_unload(): Remove PD from the internal list.
2015-10-06 Daniel Elstnerutil: Factor out Python module load
2015-10-06 Daniel Elstnerdecoder: Refactor loading code and plug leaks
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-07-20 Uwe HermannFix incorrect doxygen comment for srd_decoder_list().
2014-07-08 Marcus ComstedtRemove dependency on Python.h from public API header
2014-07-08 Marcus Comstedtsrd_decoder_load_all_path: Support zipimport paths
2014-05-04 Uwe HermannOnly load and use PDs of API version 2.
2014-05-04 Uwe HermannMark some variables more consistently as SRD_PRIV.
2014-05-04 Uwe HermannUpdate a few Doxygen @since tags.
2014-05-03 Uwe HermannMove srd_check_init() to decoder.c and make it static.
2014-05-03 Uwe HermannMake 'pd_list' static, it's only used in one file.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-11 Bert VermeulenFix enumeration of option values.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenChange PD options to be a tuple of dictionaries.
2014-01-31 Uwe HermannAdd support for annotation rows.
2013-12-11 Bert VermeulenBinary classes are now defined as (name, description).
2013-12-11 Bert VermeulenEasier access to sequences of strings, not just lists.
2013-12-11 Bert VermeulenLoad decoders from all search paths, not just the default.
2013-12-11 Bert VermeulenClear decoder list after unloading, not just at exit.
2013-12-09 Bert VermeulenAvoid GError warning when unloading decoders.
2013-11-18 Bert VermeulenDon't try to load an already-loaded module
2013-11-18 Bert VermeulenDon't decrease borrowed reference to probe definition...
2013-11-18 Bert VermeulenCheck library initialization before handling decoders
2013-11-15 Bert VermeulenImplement OUTPUT_BINARY
2013-10-17 Bert VermeulenReport invalid module name on decoder load
2013-10-14 Bert VermeulenMove all decoder instances and callbacks into a session...
2013-05-08 Bert VermeulenFix double free
2013-05-05 Bert VermeulenFix various memory leaks
2013-05-03 Uwe HermannDoxygen: Various fixes.
2013-05-03 Uwe HermannMain header is <libsigrokdecode/libsigrokdecode.h>...
2013-05-03 Uwe HermannDoxygen: Add @since markers to API functions.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-03-19 Bert Vermeulenuse GVariant for passing decoder options and probes
2013-02-09 Uwe HermannDoxygen: Initial groups and topic short descriptions.
2013-02-09 Uwe HermannDoxygen: Add @file items for the relevant files.
2013-02-09 Uwe HermannDoxygen: Mark private functions/variables properly.
2013-02-02 Uwe HermannBring back temporarily reverted changes.
2013-01-27 Uwe HermannTemporarily revert API changes in preparation of release.
2013-01-01 Bert Vermeulenconstify srd_decoder_list() output
2012-05-10 Uwe Hermannsrd: Support for one or more optional probes.
2012-05-08 Uwe Hermannsrd: Fix a few Doxygen errors.
2012-03-27 Uwe Hermannsrd: Some more (optional) consistency renames.
2012-03-27 Uwe Hermannsrd/cli/qt: Some more API consistency renames.
2012-03-21 Uwe Hermannsrd: Drop unused inputformats/outputformats entries.
2012-03-21 Uwe Hermannsr/srd: Small fixes, constifications, doc updates.
2012-03-18 Uwe Hermannsrd/cli/qt:s/decoders/decoder/ for consistency.
2012-03-18 Uwe Hermannsrd: Constify lots more parameters.
2012-03-18 Uwe Hermannsrd: Cosmetics, fix/add Doxygen comments.
2012-02-14 Bert Vermeulensrd: rename public API functions to srd_thing_action...
2012-02-14 Bert Vermeulensrd: don't load all protocol decoders unless we really...
2012-02-12 Bert Vermeulensrd: last public/private fix, and docs for all publis...
2012-02-11 Bert Vermeulensrd: rename all instance to inst
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: rename extra_probes to optional_probes
2012-01-31 Bert Vermeulensrd: free all decoder instances when unloading decoders
2012-01-30 Bert Vermeulensrd: removed stray malloc()
2012-01-30 Bert Vermeulensrd: clear objects after final decref, so it doesn...
2012-01-26 Uwe Hermannsrd: Remove manual log domain ("srd: ") prefixes.
2012-01-23 Bert Vermeulensrd: use new exception system everywhere
2012-01-23 Bert Vermeulensrd: minor code cleanup
2012-01-22 Bert Vermeulensrd: make all debugging and error reporting uniform
2012-01-21 Bert Vermeulensrd: support for mapping probes
2012-01-21 Bert Vermeulensrd: decoder class structure check belongs in module...
2012-01-19 Bert Vermeulensrd: fix decoder loading, and back to using glib dirent...
2012-01-19 Bert Vermeulensrd: don't check directory structure a PD is in, but...
2012-01-19 Bert Vermeulensrd: simplified error checking, in preparation for...
2012-01-15 Uwe Hermannsrd: Each PD now has its own subdirectory.
2012-01-15 Bert Vermeulensrd: handle missing module docstrings better
2012-01-15 Bert Vermeulensrd: clean up module loading/unloading, and the decoder...
2012-01-10 Uwe Hermannsrd: annotation -> annotations.
2012-01-09 Bert VermeulenStacked protocol decoders implementation.
2012-01-09 Bert Vermeulencode cleanup
2012-01-07 Bert Vermeulencheck before calling PyObject_GetAttrString(): this...
2012-01-07 Bert Vermeulenconvert data coming in from a PD to C structs
2012-01-03 Uwe Hermannsr/srd: Fix left-over #includes.
2011-12-28 Bert Vermeulenbetter python memory management
next