summaryrefslogtreecommitdiff
path: root/decode.c
AgeCommit message (Expand)Author
2011-01-27decode.c: Fix typos.Uwe Hermann
2011-01-27Bugfix: PyTuple_SetItem() "steals" a reference.Uwe Hermann
2011-01-24configure.ac: Fix firmware/decoders dir variables.Uwe Hermann
2011-01-15libsigrokdecode fix to handle unusual dirnames.Uwe Hermann
2011-01-15Only load decoders from $(datadir)/sigrok/decoders.Uwe Hermann
2011-01-15Don't print .py suffix in protocol decoder names.Uwe Hermann
2011-01-15Bugfix: Use only .py decoders, ignore .pyc files.Uwe Hermann
2011-01-15Don't expose libsigrokdecode's interal GSList.Uwe Hermann
2011-01-15CLI: Support for running protocol decoders.Uwe Hermann
2011-01-10Rename the scripts/ directory to decoders/.Uwe Hermann
2011-01-08Fix compile for Python >= 3.0.Uwe Hermann
2010-05-20libsigrokdecode: Use SIGROKDECODE_OK.Uwe Hermann
2010-04-24Various Python decoder infrastructure improvements.Uwe Hermann
2010-04-23sigrokdecode_run_decoder(): Pass in the module name.unknown
2010-04-18sigrokdecode_init: Add more Python search paths.Uwe Hermann
2010-04-11First attempt at an I2C decoder (untested).Uwe Hermann
2010-04-09Fix all warnings and re-enable -Wextra.Uwe Hermann
2010-04-06More paths to the libsigrokdecode Python scripts.Uwe Hermann
2010-04-06Fix incorrect path to the Python decoder scripts.Uwe Hermann
2010-04-02Start of code base layout restructuring.Uwe Hermann