Age | Commit message (Expand) | Author |
2018-05-18 | Random whitespace/cosmetic/consistency fixes. | Uwe Hermann |
2017-06-30 | Acquire/release the Python GIL where needed to avoid threading issues. | Uwe Hermann |
2017-06-16 | Drop support for PD API version 2. | Uwe Hermann |
2015-10-06 | Python: Restrict code to stable ABI subset | Daniel Elstner |
2015-09-13 | Build: Include <config.h> first in all source files | Daniel Elstner |
2014-07-08 | Remove dependency on Python.h from public API header | Marcus Comstedt |
2013-11-15 | Implement OUTPUT_META | Bert Vermeulen |
2013-11-07 | Rename inter-PD output type to SRD_OUTPUT_PYTHON | Bert Vermeulen |
2013-10-30 | Pass metadata to PDs only at runtime, not at decoder start | Bert Vermeulen |
2013-10-14 | Code cleanup | Bert Vermeulen |
2013-05-03 | Main header is <libsigrokdecode/libsigrokdecode.h> now. | Uwe Hermann |
2013-04-23 | GPL headers: Use correct project name. | Uwe Hermann |
2013-02-09 | Doxygen: Mark private functions/variables properly. | Uwe Hermann |
2012-04-16 | srd: Quickfix for MinGW build issue. | Uwe Hermann |
2012-03-18 | srd: Cosmetics, fix/add Doxygen comments. | Uwe Hermann |
2012-02-10 | srd: s/python/Python/. | Uwe Hermann |
2012-02-10 | srd: Add/use SRD_API/SRD_PRIV macros. | Uwe Hermann |
2012-02-10 | srd: Cosmetics, whitespace, coding-style fixes. | Uwe Hermann |
2012-01-22 | srd: use more appropriate calls for integer constants | Bert Vermeulen |
2012-01-15 | move sigrokdecode.Decoder type to its own source file | Bert Vermeulen |
2012-01-15 | srd: clean up module loading/unloading, and the decoder struct | Bert Vermeulen |
2012-01-15 | move srd_Decoder to sigrokdecode.h, and rename it in line with srd_logic | Bert Vermeulen |
2012-01-12 | srd: Drop duplicate SRD_ prefix from ANN/PROTO. | Uwe Hermann |
2012-01-10 | srd: annotation -> annotations. | Uwe Hermann |
2012-01-10 | srd: Finish consistency rename to ANN/PROTO. | Uwe Hermann |
2012-01-10 | Stacked protocol decoders implementation. | Bert Vermeulen |
2012-01-09 | code cleanup | Bert Vermeulen |
2012-01-09 | srd: change output_new() API call to add() | Bert Vermeulen |
2012-01-08 | pass PD output to the calling frontend, simple annotation viewer in CLI. | Bert Vermeulen |
2012-01-07 | expose SRD_OUTPUT_* as symbols in the sigrokdecode module. | Bert Vermeulen |
2012-01-07 | Decoder.output_new() now takes an extra protocol_id argument. | Bert Vermeulen |
2012-01-07 | convert data coming in from a PD to C structs | Bert Vermeulen |
2012-01-05 | new srd_logic type implementation for PDs to iterate over. | Bert Vermeulen |