projects
/
libsigrokdecode.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
decoders: Drop psyco stuff, seems obsolete.
[libsigrokdecode.git]
/
decode.c
2011-11-27
Gareth McMullin
srd: Pass metadata to decoders only on SR_DF_HEADER.
blob
|
commitdiff
|
raw
2011-11-24
Uwe Hermann
srd: Comment out debug line for now.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-23
Uwe Hermann
srd: decode.c: Improve error handling a bit.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-23
Uwe Hermann
srd: decode.c: Add/fix comments and coding-style.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-23
Uwe Hermann
srd: Doxygen comments for srd_init() and srd_exit().
blob
|
commitdiff
|
raw
|
diff to current
2011-11-20
Gareth McMullin
libsigrokdecode: Allow frontend to configure decoder...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-20
Gareth McMullin
libsigrokdecode: Allow multiple PD instances.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-20
Gareth McMullin
libsigrokdecode: Move decoder metadata into Decoder...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-20
Gareth McMullin
Simplified code for calling Python decode method.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-20
Kristoffer Sjöberg
Add support for OO based PDs.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-20
Kristoffer Sjöberg
Pass multiple samples to the protocol decoder and adapt...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-20
Kristoffer Sjöberg
Partial implementation of the streaming PD API.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-03
Uwe Hermann
Make some more items 'static'.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-06
Uwe Hermann
struct srd_decoder: Add more string fields.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-02
Uwe Hermann
Fix build when no libusb-LA is compiled.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-30
Uwe Hermann
Consistently use _exit prefix for functions.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-30
Uwe Hermann
Change SIGROKDECODE_ prefix to SRD_.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
Properly free all memory upon sigrokdecode_shutdown().
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
libsigrokdecode: Always load all decoders upon init.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
Fix some compiler warnings.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
decode.c: Simplify the import code.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
Some more simplifications in decode.c.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
Use Py_XINCREF/Py_XDECREF, not Py_INCREF/Py_DECREF.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
decode.c: Simplify sigrokdecode_run_decoder().
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
Bugfix: Add missing Py_INCREF()s.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
decode.c: Better documentation.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
decode.c: Fix typos.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Uwe Hermann
Bugfix: PyTuple_SetItem() "steals" a reference.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-23
Uwe Hermann
configure.ac: Fix firmware/decoders dir variables.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-15
Uwe Hermann
libsigrokdecode fix to handle unusual dirnames.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-15
Uwe Hermann
Only load decoders from $(datadir)/sigrok/decoders.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-15
Uwe Hermann
Don't print .py suffix in protocol decoder names.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-15
Uwe Hermann
Bugfix: Use only .py decoders, ignore .pyc files.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-15
Uwe Hermann
Don't expose libsigrokdecode's interal GSList.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-15
Uwe Hermann
CLI: Support for running protocol decoders.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-10
Uwe Hermann
Rename the scripts/ directory to decoders/.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-08
Uwe Hermann
Fix compile for Python >= 3.0.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-20
Uwe Hermann
libsigrokdecode: Use SIGROKDECODE_OK.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-23
Uwe Hermann
Various Python decoder infrastructure improvements.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-23
unknown
sigrokdecode_run_decoder(): Pass in the module name.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-17
Uwe Hermann
sigrokdecode_init: Add more Python search paths.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-11
Uwe Hermann
First attempt at an I2C decoder (untested).
blob
|
commitdiff
|
raw
|
diff to current
2010-04-09
Uwe Hermann
Fix all warnings and re-enable -Wextra.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-06
Uwe Hermann
More paths to the libsigrokdecode Python scripts.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-06
Uwe Hermann
Fix incorrect path to the Python decoder scripts.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-02
Uwe Hermann
Start of code base layout restructuring.
blob
|
commitdiff
|
raw
|
diff to current