]> sigrok.org Git - libsigrokdecode.git/history - module_sigrokdecode.c
Rename inter-PD output type to SRD_OUTPUT_PYTHON
[libsigrokdecode.git] / module_sigrokdecode.c
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-30 Bert VermeulenPass metadata to PDs only at runtime, not at decoder...
2013-10-14 Bert VermeulenCode cleanup
2013-05-03 Uwe HermannMain header is <libsigrokdecode/libsigrokdecode.h>...
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-02-09 Uwe HermannDoxygen: Mark private functions/variables properly.
2012-04-16 Uwe Hermannsrd: Quickfix for MinGW build issue.
2012-03-18 Uwe Hermannsrd: Cosmetics, fix/add Doxygen comments.
2012-02-10 Uwe Hermannsrd: s/python/Python/.
2012-02-10 Uwe Hermannsrd: Add/use SRD_API/SRD_PRIV macros.
2012-02-10 Uwe Hermannsrd: Cosmetics, whitespace, coding-style fixes.
2012-01-21 Bert Vermeulensrd: use more appropriate calls for integer constants
2012-01-15 Bert Vermeulenmove sigrokdecode.Decoder type to its own source file
2012-01-15 Bert Vermeulensrd: clean up module loading/unloading, and the decoder...
2012-01-15 Bert Vermeulenmove srd_Decoder to sigrokdecode.h, and rename it in...
2012-01-12 Uwe Hermannsrd: Drop duplicate SRD_ prefix from ANN/PROTO.
2012-01-10 Uwe Hermannsrd: annotation -> annotations.
2012-01-10 Uwe Hermannsrd: Finish consistency rename to ANN/PROTO.
2012-01-09 Bert VermeulenStacked protocol decoders implementation.
2012-01-09 Bert Vermeulencode cleanup
2012-01-08 Bert Vermeulensrd: change output_new() API call to add()
2012-01-08 Bert Vermeulenpass PD output to the calling frontend, simple annotati...
2012-01-07 Bert Vermeulenexpose SRD_OUTPUT_* as symbols in the sigrokdecode...
2012-01-07 Bert VermeulenDecoder.output_new() now takes an extra protocol_id...
2012-01-07 Bert Vermeulenconvert data coming in from a PD to C structs
2012-01-05 Bert Vermeulennew srd_logic type implementation for PDs to iterate...