summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-24srd: Comment out debug line for now.Uwe Hermann
2011-11-23transitioncounter.py: Convert to new API.Uwe Hermann
2011-11-23nunchuk.py: Fix indentation (syntax error).Uwe Hermann
2011-11-23Decoders: Use 4 spaces for indentation as per PEP-8.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-20Update transitioncounter.py to the streaming PD API.Kristoffer Sjöberg
2011-11-20Partial implementation of the streaming PD API.Kristoffer Sjöberg
2011-11-19libsigrokdecode.pc.in: Add missing @CPPFLAGS_PYTHON@.Uwe Hermann
2011-11-17libsigrokdecode.pc: Add glib + Python.Uwe Hermann
2011-04-03Revert temporary changes for 0.2 release.Uwe Hermann
2011-04-03Disable some stuff which should not be in 0.2.Uwe Hermann
2011-04-03Decoders: s/dist_pkgdata_SCRIPTS/dist_pkgdata_DATA/.Uwe Hermann
2011-03-03Make some more items 'static'.Uwe Hermann
2011-02-09sigrokdecode.h: More doxygen-friendly comments.Uwe Hermann
2011-02-08Doxygen config files: Initial configuration.Uwe Hermann
2011-02-08Add doxygen config files for both libs.Uwe Hermann
2011-02-06struct srd_decoder: Add more string fields.Uwe Hermann
2011-02-06Python decoders: Add more metadata.Uwe Hermann
2011-02-04Revert FIRMWARE_DIR / DECODERS_DIR method for now.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-23Introduce proper libtool versioning for the libs.Uwe Hermann
2011-01-20lib headers: Add 'extern "C"' for C++ usage.Uwe Hermann
2011-01-20Re-enable stuff we temporarily disabled for 0.1.Uwe Hermann
2011-01-19Disable decoders and session CLI options for 0.1.Uwe Hermann
2011-01-19Don't install libs and headers in the 0.1 release.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