]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2012-01-10 Uwe Hermannsrd: Use 'import sigrokdecode as srd' for brevity.
2012-01-10 Uwe Hermannsrd: annotation -> annotations.
2012-01-10 Uwe Hermannsrd: Finish consistency rename to ANN/PROTO.
2012-01-10 Uwe Hermannsrd: Fix typo in Makefile.am.
2012-01-10 Uwe Hermannsrd: Minor doxygen cosmetics.
2012-01-10 Uwe Hermannsrd: Add Panasonic PAN1321 decoder (on top of UART).
2012-01-10 Uwe Hermannsrd: self.add: Use sigrokdecode.SRD_OUTPUT_*.
2012-01-10 Uwe Hermannsrd: output_{protocol,annotation} -> out_{proto,ann}.
2012-01-10 Uwe Hermannsrd: s/output_new/add/ for all decoders.
2012-01-09 Bert VermeulenStacked protocol decoders implementation.
2012-01-09 Bert Vermeulencode cleanup
2012-01-08 Bert Vermeulensrd: change output_new() API call to add()
2012-01-08 Bert Vermeuleni2c: fix address handling
2012-01-08 Bert Vermeulenpass PD output to the calling frontend, simple annotati...
2012-01-07 Uwe Hermannsrd: UART: Define an output format and document it.
2012-01-07 Uwe Hermannsrd: UART: Add more aliases, report invalid bits.
2012-01-07 Uwe Hermannsrd: UART: Update to new PD annotation API.
2012-01-07 Uwe Hermannsrd: UART: Drop 'quick_hack' stuff.
2012-01-07 Uwe Hermannsrd: Add SRD_ERR_BUG.
2012-01-07 Uwe HermannMore .gitignore files cleanup.
2012-01-07 Bert Vermeulenexpose SRD_OUTPUT_* as symbols in the sigrokdecode...
2012-01-07 Bert VermeulenDecoder.output_new() now takes an extra protocol_id...
2012-01-07 Bert Vermeulencheck before calling PyObject_GetAttrString(): this...
2012-01-07 Bert Vermeulenconvert data coming in from a PD to C structs
2012-01-06 Renato CaldasAdded "autostuff" to the .gitignore.
2012-01-05 Uwe Hermannsrd: We use 0/1 instead of False/True at the moment.
2012-01-05 Uwe Hermannsrd: Update mx25lxx05d.py to new API.
2012-01-05 Uwe Hermannsrd: Update nunchuk decoder to new API.
2012-01-05 Uwe Hermannsrd: Update transitioncounter to the new API.
2012-01-05 Uwe Hermannsrd: Update USB decoder to the new API.
2012-01-05 Uwe Hermannsrd: Update the SPI decoder to the new API.
2012-01-05 Uwe Hermannsrd: Convert UART decoder to new API.
2012-01-05 Uwe Hermannsrd: Small Python detection fixes.
2012-01-05 Renato Caldasconfigure.ac: fixed python3-config detection.
2012-01-05 Bert Vermeulennew srd_logic type implementation for PDs to iterate...
2012-01-04 Uwe HermannA few more fixes for configure.ac files.
2012-01-04 Uwe Hermannsr/srd: Add Doxyfile to the tarball.
2012-01-04 Uwe Hermannsrd: Show config summary, libs, and Python info.
2012-01-03 Uwe Hermannsrd: configure.ac: Fix version number magic.
2012-01-03 Uwe HermannPut most autotools files into autostuff/.
2012-01-03 Uwe Hermannsrd: Remove decode() docstrings.
2012-01-03 Uwe Hermannsrd: Put files into .../share/libsigrokdecode.
2012-01-03 Uwe Hermannsr/srd: Fix left-over #includes.
2012-01-03 Uwe Hermannsrd: *.py: Remove one incorrect ord() call.
2012-01-03 Uwe Hermannsrd: Quick hack to make nunchuk.py work again.
2012-01-03 Uwe Hermannsrd: Quick hack to make mx25lxx05d.py work again.
2012-01-03 Uwe Hermannsrd: Quick hack to make transitioncounter.py work again.
2012-01-03 Uwe Hermannsrd: Quick hack to make the USB decoder work again.
2012-01-03 Uwe Hermannsrd: Quick hack to make the SPI decoder work again.
2012-01-03 Uwe Hermannsrd: Quick hack to make the UART decoder work again.
2012-01-02 Uwe Hermannsrd: configure.ac: Add comment.
2011-12-30 Uwe HermannSplit README, add appropriate ones per-project.
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...
next