]> sigrok.org Git - libsigrokdecode.git/history - srd.c
nunchuk: Fix inverted button press logic.
[libsigrokdecode.git] / srd.c
2015-03-31 Uwe HermannUse g_malloc*() consistently, simplify error handling.
2014-07-22 Uwe HermannDrop references to obsolete sigrok-commits mailing...
2014-07-08 Marcus ComstedtRemove dependency on Python.h from public API header
2014-05-04 Uwe HermannMark some variables more consistently as SRD_PRIV.
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-05-03 Uwe Hermannsrd.c: Fix typo to avoid Doxygen output for srd_check_i...
2014-01-30 Uwe HermannFix warnings exposed by -Wmissing-prototypes.
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-11-18 Bert VermeulenCheck library initialization before handling decoders
2013-11-16 Bert VermeulenMove initialization/shutdown into srd.c