summaryrefslogtreecommitdiff
path: root/decoder.c
AgeCommit message (Expand)Author
2012-01-22srd: make all debugging and error reporting uniformBert Vermeulen
2012-01-21srd: support for mapping probesBert Vermeulen
2012-01-21srd: decoder class structure check belongs in module loaderBert Vermeulen
2012-01-19srd: fix decoder loading, and back to using glib dirent wrappersBert Vermeulen
2012-01-19srd: don't check directory structure a PD is in, but what it implements.Bert Vermeulen
2012-01-19srd: simplified error checking, in preparation for more of itBert Vermeulen
2012-01-15srd: Each PD now has its own subdirectory.Uwe Hermann
2012-01-15srd: handle missing module docstrings betterBert Vermeulen
2012-01-15srd: clean up module loading/unloading, and the decoder structBert Vermeulen
2012-01-10srd: annotation -> annotations.Uwe Hermann
2012-01-10Stacked protocol decoders implementation.Bert Vermeulen
2012-01-09code cleanupBert Vermeulen
2012-01-07check before calling PyObject_GetAttrString(): this throws an exception.Bert Vermeulen
2012-01-07convert data coming in from a PD to C structsBert Vermeulen
2012-01-03sr/srd: Fix left-over #includes.Uwe Hermann
2011-12-28better python memory managementBert Vermeulen
2011-12-28new dynamic output stream registration code, not finished.Bert Vermeulen
2011-12-04srd: Bring back the 'id' field and use it.Uwe Hermann
2011-12-04refactored PD framework, now using new sigrok.Decoder objectBert Vermeulen