]> sigrok.org Git - libsigrokdecode.git/history - decode.c
Add support for OO based PDs.
[libsigrokdecode.git] / decode.c
2011-11-20 Kristoffer SjöbergAdd support for OO based PDs.
2011-11-20 Kristoffer SjöbergPass multiple samples to the protocol decoder and adapt...
2011-11-20 Kristoffer SjöbergPartial implementation of the streaming PD API.
2011-03-03 Uwe HermannMake some more items 'static'.
2011-02-06 Uwe Hermannstruct srd_decoder: Add more string fields.
2011-02-02 Uwe HermannFix build when no libusb-LA is compiled.
2011-01-30 Uwe HermannConsistently use _exit prefix for functions.
2011-01-30 Uwe HermannChange SIGROKDECODE_ prefix to SRD_.
2011-01-27 Uwe HermannProperly free all memory upon sigrokdecode_shutdown().
2011-01-27 Uwe Hermannlibsigrokdecode: Always load all decoders upon init.
2011-01-27 Uwe HermannFix some compiler warnings.
2011-01-27 Uwe Hermanndecode.c: Simplify the import code.
2011-01-27 Uwe HermannSome more simplifications in decode.c.
2011-01-27 Uwe HermannUse Py_XINCREF/Py_XDECREF, not Py_INCREF/Py_DECREF.
2011-01-27 Uwe Hermanndecode.c: Simplify sigrokdecode_run_decoder().
2011-01-27 Uwe HermannBugfix: Add missing Py_INCREF()s.
2011-01-27 Uwe Hermanndecode.c: Better documentation.
2011-01-27 Uwe Hermanndecode.c: Fix typos.
2011-01-27 Uwe HermannBugfix: PyTuple_SetItem() "steals" a reference.
2011-01-23 Uwe Hermannconfigure.ac: Fix firmware/decoders dir variables.
2011-01-15 Uwe Hermannlibsigrokdecode fix to handle unusual dirnames.
2011-01-15 Uwe HermannOnly load decoders from $(datadir)/sigrok/decoders.
2011-01-15 Uwe HermannDon't print .py suffix in protocol decoder names.
2011-01-15 Uwe HermannBugfix: Use only .py decoders, ignore .pyc files.
2011-01-15 Uwe HermannDon't expose libsigrokdecode's interal GSList.
2011-01-15 Uwe HermannCLI: Support for running protocol decoders.
2011-01-10 Uwe HermannRename the scripts/ directory to decoders/.
2011-01-08 Uwe HermannFix compile for Python >= 3.0.
2010-05-20 Uwe Hermannlibsigrokdecode: Use SIGROKDECODE_OK.
2010-04-23 Uwe HermannVarious Python decoder infrastructure improvements.
2010-04-23 unknownsigrokdecode_run_decoder(): Pass in the module name.
2010-04-17 Uwe Hermannsigrokdecode_init: Add more Python search paths.
2010-04-11 Uwe HermannFirst attempt at an I2C decoder (untested).
2010-04-09 Uwe HermannFix all warnings and re-enable -Wextra.
2010-04-06 Uwe HermannMore paths to the libsigrokdecode Python scripts.
2010-04-06 Uwe HermannFix incorrect path to the Python decoder scripts.
2010-04-02 Uwe HermannStart of code base layout restructuring.