Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This is not yet finished, more things should be made private. | |||
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 | |
PDs are now checked for a proper Decoder object, with at least the required attributes. The author, long_desc and func attributes in the decoder object are gone. | |||
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 | |
Using srd.SRD_OUTPUT_ANN is unneeded, srd.OUTPUT_ANN is better/shorter. | |||
2012-01-10 | srd: annotation -> annotations. | Uwe Hermann | |
In the PDs (Python code), the 'annotation' variable/attribute is a list of annotation formats. Use the plural 'annotations' as we do for other lists such as 'inputs', 'outputs', 'probes', 'options', and so on. | |||
2012-01-10 | srd: Finish consistency rename to ANN/PROTO. | Uwe Hermann | |
2012-01-10 | Stacked protocol decoders implementation. | Bert Vermeulen | |
The DDC decoder takes input from the I2C PD. | |||
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 | |
This is in preparation for passing annotation data back to the calling frontend, and python data up to the next protocol in the stack. | |||
2012-01-05 | new srd_logic type implementation for PDs to iterate over. | Bert Vermeulen | |