index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-11-28
srd: Pass samplerate to decoder in metadata.
Gareth McMullin
2011-11-27
decoders: Drop psyco stuff, seems obsolete.
Uwe Hermann
2011-11-27
srd: Python: Consistently use single quotes for strings.
Uwe Hermann
2011-11-27
srd: i2c.py: Docstrings should use """.
Uwe Hermann
2011-11-27
srd: i2c.py: Mark Repeated Start condition as 'Sr'.
Uwe Hermann
2011-11-27
srd: i2c.py: Rework I2C decoder.
Uwe Hermann
2011-11-27
srd: Pass metadata to decoders only on SR_DF_HEADER.
Gareth McMullin
2011-11-24
srd: i2c.py: Convert to new API (unfinished).
Uwe Hermann
2011-11-24
srd: Comment out debug line for now.
Uwe Hermann
2011-11-23
transitioncounter.py: Convert to new API.
Uwe Hermann
2011-11-23
nunchuk.py: Fix indentation (syntax error).
Uwe Hermann
2011-11-23
Decoders: Use 4 spaces for indentation as per PEP-8.
Uwe Hermann
2011-11-23
srd: decode.c: Improve error handling a bit.
Uwe Hermann
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
Update transitioncounter.py to the streaming PD API.
Kristoffer Sjöberg
2011-11-20
Partial implementation of the streaming PD API.
Kristoffer Sjöberg
2011-11-19
libsigrokdecode.pc.in: Add missing @CPPFLAGS_PYTHON@.
Uwe Hermann
2011-11-17
libsigrokdecode.pc: Add glib + Python.
Uwe Hermann
2011-04-03
Revert temporary changes for 0.2 release.
Uwe Hermann
2011-04-03
Disable some stuff which should not be in 0.2.
Uwe Hermann
2011-04-03
Decoders: s/dist_pkgdata_SCRIPTS/dist_pkgdata_DATA/.
Uwe Hermann
2011-03-03
Make some more items 'static'.
Uwe Hermann
2011-02-09
sigrokdecode.h: More doxygen-friendly comments.
Uwe Hermann
2011-02-08
Doxygen config files: Initial configuration.
Uwe Hermann
2011-02-08
Add doxygen config files for both libs.
Uwe Hermann
2011-02-06
struct srd_decoder: Add more string fields.
Uwe Hermann
2011-02-06
Python decoders: Add more metadata.
Uwe Hermann
2011-02-04
Revert FIRMWARE_DIR / DECODERS_DIR method for now.
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
[prev]
[next]