]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
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.
2010-04-23 Uwe Hermanndist_pkgdata_SCRIPTS: Add i2c.py.
2010-04-23 Uwe HermannVarious Python decoder infrastructure improvements.
2010-04-23 unknownsigrokdecode.h: Add struct sigrokdecode_decoder_info.
2010-04-23 unknownRename sigrokdecode_register_i2c() to register().
2010-04-23 unknowntransitioncounter: Add register() function.
2010-04-23 unknownsigrokdecode_run_decoder(): Pass in the module name.
2010-04-21 Uwe HermannPython: Use "enums" as states, not strings.
2010-04-18 Uwe HermannPython: Bugfixes (True/False != 1/0).
2010-04-18 Uwe HermannPython: Use range instead of xrange.
2010-04-17 Uwe Hermannsigrokdecode_init: Add more Python search paths.
2010-04-17 Uwe Hermanntransitioncounter.py: Simplify and optimize a bit.
2010-04-15 Uwe Hermannlibsigrok: Coding style fixes.
2010-04-12 Uwe HermannUse psyco (if available) to improve performance.
2010-04-11 Uwe HermannFirst attempt at an I2C decoder (untested).
2010-04-11 Uwe HermannImplement a simple transition counter script.
2010-04-09 Uwe HermannFix all warnings and re-enable -Wextra.
2010-04-06 Uwe HermannMore paths to the libsigrokdecode Python scripts.
2010-04-06 Uwe HermannFix incorrect path to the Python decoder scripts.
2010-04-05 Uwe Hermannlibsigrokdecode: Add initial return code list.
2010-04-02 Uwe HermannStart of code base layout restructuring.