]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2011-12-30 Uwe Hermannsr/srd: Remove/fix non-applicable autotools stuff.
2011-12-30 Uwe Hermannsr/srd: Move some files to their resp. dirs.
2011-12-28 Kristoffer... Fix utf8 encoding error by changing the Python paramete...
2011-12-28 Bert Vermeulenbetter python memory management
2011-12-28 Bert Vermeulenpython 3 port
2011-12-28 Bert Vermeulenmake time/duration work, at least when loading from...
2011-12-28 Bert Vermeulennew dynamic output stream registration code, not finished.
2011-12-22 Uwe Hermannsrd: SRD_ERR_ARGS -> SRD_ERR_ARG.
2011-12-22 Uwe Hermannsrd: Add logging framework.
2011-12-17 Uwe Hermannsrd: Add MX25Lxx05D SPI chip decoder.
2011-12-10 Uwe Hermannsrd: nunchuk: Make states global.
2011-12-10 Uwe Hermannsrd: decoders: Don't use problematic and/or construct.
2011-12-10 Uwe Hermannsrd: UART: Simplify a code snippet.
2011-12-10 Uwe Hermannsrd: UART: Add some protocol documentation.
2011-12-07 Uwe Hermannsrd: Add initial UART decoder.
2011-12-05 Gareth McMullinsrd: Initialise struct members by name. Minor other...
2011-12-04 Uwe Hermannsrd: Bring back the 'id' field and use it.
2011-12-04 Uwe Hermannsrd: Update decoders to changed API.
2011-12-04 Bert Vermeulenrefactored PD framework, now using new sigrok.Decoder...
2011-12-01 Gareth McMullinsrd: Changed nunchuk and transitioncounter to new regis...
2011-12-01 Gareth McMullinsrd: PDs now explicitly register with sigrok module.
2011-12-01 Uwe Hermannsrd: i2c.py: States are global, not per-instance.
2011-11-30 Uwe Hermannsrd: srd_usb.py: Cosmetics, white-space fixes.
2011-11-29 Uwe Hermannsrd: nunchuk.py: Add some more URLs.
2011-11-29 Gareth McMullinsrd: Added USB full-speed decoder.
2011-11-28 Uwe Hermannsrd: nunchuk.py: Convert to new decoder API.
2011-11-28 Gareth McMullinsrd: Moved instance list to libsigrokdecode.
2011-11-28 Gareth McMullinsrd: Pass samplerate to decoder in metadata.
2011-11-27 Uwe Hermanndecoders: Drop psyco stuff, seems obsolete.
2011-11-27 Uwe Hermannsrd: Python: Consistently use single quotes for strings.
2011-11-27 Uwe Hermannsrd: i2c.py: Docstrings should use """.
2011-11-27 Uwe Hermannsrd: i2c.py: Mark Repeated Start condition as 'Sr'.
2011-11-27 Uwe Hermannsrd: i2c.py: Rework I2C decoder.
2011-11-27 Gareth McMullinsrd: Pass metadata to decoders only on SR_DF_HEADER.
2011-11-24 Uwe Hermannsrd: i2c.py: Convert to new API (unfinished).
2011-11-24 Uwe Hermannsrd: Comment out debug line for now.
2011-11-23 Uwe Hermanntransitioncounter.py: Convert to new API.
2011-11-23 Uwe Hermannnunchuk.py: Fix indentation (syntax error).
2011-11-23 Uwe HermannDecoders: Use 4 spaces for indentation as per PEP-8.
2011-11-23 Uwe Hermannsrd: decode.c: Improve error handling a bit.
2011-11-23 Uwe Hermannsrd: decode.c: Add/fix comments and coding-style.
2011-11-23 Uwe Hermannsrd: Doxygen comments for srd_init() and srd_exit().
2011-11-20 Gareth McMullinlibsigrokdecode: Allow frontend to configure decoder...
2011-11-20 Gareth McMullinlibsigrokdecode: Allow multiple PD instances.
2011-11-20 Gareth McMullinlibsigrokdecode: Move decoder metadata into Decoder...
2011-11-20 Gareth McMullinSimplified code for calling Python decode method.
2011-11-20 Kristoffer... Add support for OO based PDs.
2011-11-20 Kristoffer... Pass multiple samples to the protocol decoder and adapt...
2011-11-20 Kristoffer... Update transitioncounter.py to the streaming PD API.
2011-11-20 Kristoffer... Partial implementation of the streaming PD API.
2011-11-19 Uwe Hermannlibsigrokdecode.pc.in: Add missing @CPPFLAGS_PYTHON@.
2011-11-17 Uwe Hermannlibsigrokdecode.pc: Add glib + Python.
2011-04-03 Uwe HermannRevert temporary changes for 0.2 release.
2011-04-03 Uwe HermannDisable some stuff which should not be in 0.2.
2011-04-03 Uwe HermannDecoders: s/dist_pkgdata_SCRIPTS/dist_pkgdata_DATA/.
2011-03-03 Uwe HermannMake some more items 'static'.
2011-02-08 Uwe Hermannsigrokdecode.h: More doxygen-friendly comments.
2011-02-08 Uwe HermannDoxygen config files: Initial configuration.
2011-02-08 Uwe HermannAdd doxygen config files for both libs.
2011-02-06 Uwe Hermannstruct srd_decoder: Add more string fields.
2011-02-06 Uwe HermannPython decoders: Add more metadata.
2011-02-04 Uwe HermannRevert FIRMWARE_DIR / DECODERS_DIR method for now.
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-23 Uwe HermannIntroduce proper libtool versioning for the libs.
2011-01-20 Uwe Hermannlib headers: Add 'extern "C"' for C++ usage.
2011-01-19 Uwe HermannRe-enable stuff we temporarily disabled for 0.1.
2011-01-19 Uwe HermannDisable decoders and session CLI options for 0.1.
2011-01-19 Uwe HermannDon't install libs and headers in the 0.1 release.
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 HermannInstall decoders into a decoders/ subdir.
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-05-11 Uwe Hermannpkg-config: Add libsigrokdecode.pc.
2010-05-11 Uwe HermannUse CLEANFILES instead of extra target.
2010-05-09 Uwe Hermannscripts: Add clean-local target for *.pyc.
2010-05-04 Uwe HermannI2C: Convert output to more usable format.
2010-04-27 Uwe Hermanni2c.py: Fix typo resulting in a nonworking script.
2010-04-27 Uwe HermannAdd Python decoder for the Wii Nunchuk.
2010-04-24 Uwe HermannI2C decoder format draft (unfinished).
2010-04-23 Uwe HermannVarious small decoder script fixes.
next