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-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
Install decoders into a decoders/ subdir.
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-05-11
pkg-config: Add libsigrokdecode.pc.
Uwe Hermann
2010-05-11
Use CLEANFILES instead of extra target.
Uwe Hermann
2010-05-09
scripts: Add clean-local target for *.pyc.
Uwe Hermann
2010-05-05
I2C: Convert output to more usable format.
Uwe Hermann
2010-04-27
i2c.py: Fix typo resulting in a nonworking script.
Uwe Hermann
2010-04-27
Add Python decoder for the Wii Nunchuk.
Uwe Hermann
2010-04-24
I2C decoder format draft (unfinished).
Uwe Hermann
2010-04-24
Various small decoder script fixes.
Uwe Hermann
2010-04-24
dist_pkgdata_SCRIPTS: Add i2c.py.
Uwe Hermann
2010-04-24
Various Python decoder infrastructure improvements.
Uwe Hermann
2010-04-23
sigrokdecode.h: Add struct sigrokdecode_decoder_info.
unknown
2010-04-23
Rename sigrokdecode_register_i2c() to register().
unknown
2010-04-23
transitioncounter: Add register() function.
unknown
2010-04-23
sigrokdecode_run_decoder(): Pass in the module name.
unknown
2010-04-21
Python: Use "enums" as states, not strings.
Uwe Hermann
2010-04-18
Python: Bugfixes (True/False != 1/0).
Uwe Hermann
2010-04-18
Python: Use range instead of xrange.
Uwe Hermann
2010-04-18
sigrokdecode_init: Add more Python search paths.
Uwe Hermann
2010-04-18
transitioncounter.py: Simplify and optimize a bit.
Uwe Hermann
2010-04-15
libsigrok: Coding style fixes.
Uwe Hermann
2010-04-12
Use psyco (if available) to improve performance.
Uwe Hermann
2010-04-11
First attempt at an I2C decoder (untested).
Uwe Hermann
2010-04-11
Implement a simple transition counter script.
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-06
libsigrokdecode: Add initial return code list.
Uwe Hermann
2010-04-02
Start of code base layout restructuring.
Uwe Hermann