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