summaryrefslogtreecommitdiff
path: root/decode.c
AgeCommit message (Expand)Author
2011-12-04refactored PD framework, now using new sigrok.Decoder objectBert Vermeulen
2011-12-01srd: PDs now explicitly register with sigrok module.Gareth McMullin
2011-11-28srd: Moved instance list to libsigrokdecode.Gareth McMullin
2011-11-28srd: Pass samplerate to decoder in metadata.Gareth McMullin
2011-11-27srd: Pass metadata to decoders only on SR_DF_HEADER.Gareth McMullin
2011-11-24srd: Comment out debug line for now.Uwe Hermann
2011-11-23srd: decode.c: Improve error handling a bit.Uwe Hermann
2011-11-23srd: decode.c: Add/fix comments and coding-style.Uwe Hermann
2011-11-23srd: Doxygen comments for srd_init() and srd_exit().Uwe Hermann
2011-11-20libsigrokdecode: Allow frontend to configure decoder probes.Gareth McMullin
2011-11-20libsigrokdecode: Allow multiple PD instances.Gareth McMullin
2011-11-20libsigrokdecode: Move decoder metadata into Decoder object.Gareth McMullin
2011-11-20Simplified code for calling Python decode method.Gareth McMullin
2011-11-20Add support for OO based PDs.Kristoffer Sjöberg
2011-11-20Pass multiple samples to the protocol decoder and adapt transitioncounter.py ...Kristoffer Sjöberg
2011-11-20Partial implementation of the streaming PD API.Kristoffer Sjöberg
2011-03-03Make some more items 'static'.Uwe Hermann
2011-02-06struct srd_decoder: Add more string fields.Uwe Hermann
2011-02-02Fix build when no libusb-LA is compiled.Uwe Hermann
2011-01-30Consistently use _exit prefix for functions.Uwe Hermann
2011-01-30Change SIGROKDECODE_ prefix to SRD_.Uwe Hermann
2011-01-28Properly free all memory upon sigrokdecode_shutdown().Uwe Hermann
2011-01-28libsigrokdecode: Always load all decoders upon init.Uwe Hermann
2011-01-27Fix some compiler warnings.Uwe Hermann
2011-01-27decode.c: Simplify the import code.Uwe Hermann
2011-01-27Some more simplifications in decode.c.Uwe Hermann
2011-01-27Use Py_XINCREF/Py_XDECREF, not Py_INCREF/Py_DECREF.Uwe Hermann
2011-01-27decode.c: Simplify sigrokdecode_run_decoder().Uwe Hermann
2011-01-27Bugfix: Add missing Py_INCREF()s.Uwe Hermann
2011-01-27decode.c: Better documentation.Uwe Hermann
2011-01-27decode.c: Fix typos.Uwe Hermann
2011-01-27Bugfix: PyTuple_SetItem() "steals" a reference.Uwe Hermann
2011-01-24configure.ac: Fix firmware/decoders dir variables.Uwe Hermann
2011-01-15libsigrokdecode fix to handle unusual dirnames.Uwe Hermann
2011-01-15Only load decoders from $(datadir)/sigrok/decoders.Uwe Hermann
2011-01-15Don't print .py suffix in protocol decoder names.Uwe Hermann
2011-01-15Bugfix: Use only .py decoders, ignore .pyc files.Uwe Hermann
2011-01-15Don't expose libsigrokdecode's interal GSList.Uwe Hermann
2011-01-15CLI: Support for running protocol decoders.Uwe Hermann
2011-01-10Rename the scripts/ directory to decoders/.Uwe Hermann
2011-01-08Fix compile for Python >= 3.0.Uwe Hermann
2010-05-20libsigrokdecode: Use SIGROKDECODE_OK.Uwe Hermann
2010-04-24Various Python decoder infrastructure improvements.Uwe Hermann
2010-04-23sigrokdecode_run_decoder(): Pass in the module name.unknown
2010-04-18sigrokdecode_init: Add more Python search paths.Uwe Hermann
2010-04-11First attempt at an I2C decoder (untested).Uwe Hermann
2010-04-09Fix all warnings and re-enable -Wextra.Uwe Hermann
2010-04-06More paths to the libsigrokdecode Python scripts.Uwe Hermann
2010-04-06Fix incorrect path to the Python decoder scripts.Uwe Hermann
2010-04-02Start of code base layout restructuring.Uwe Hermann