Age | Commit message (Expand) | Author |
2017-06-30 | Acquire/release the Python GIL where needed to avoid threading issues. | Uwe Hermann |
2017-06-21 | decoder: Accept more forms of "unconditional wait()" (None, no args) | Gerhard Sittig |
2017-06-21 | decoder: Unbreak execution of Decoder.wait() with empty condition | Gerhard Sittig |
2017-03-12 | decoder: terminate .wait() and .decode(), join threads for v3 instances | Gerhard Sittig |
2017-02-28 | Fix memory leak in get_current_pinvalues() | Marcus Comstedt |
2017-02-28 | More refcounting fixes | Marcus Comstedt |
2017-02-26 | Fix refcounting bug in set_new_condition_list() | Marcus Comstedt |
2017-02-21 | Clarify that {start,end,cur}_samplenum are absolute numbers. | Uwe Hermann |
2016-12-07 | Add support for the new query-based PD v3 decoder API. | Uwe Hermann |
2015-12-24 | Use a Python list (not tuple) for OUT_BINARY. | Uwe Hermann |
2015-12-23 | Drop obsolete support for annotation tuples (only support lists). | 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 |
2015-09-13 | Fix srd_log() format warnings | Daniel Elstner |
2015-04-01 | Use g_malloc*() consistently, simplify error handling. | Uwe Hermann |
2014-09-15 | Replace ann_format with ann_class. | Uwe Hermann |
2014-07-08 | Remove dependency on Python.h from public API header | Marcus Comstedt |
2014-05-03 | Make the srd_Decoder type private. | Uwe Hermann |
2013-12-13 | Send SRD_OUTPUT_PYTHON to registered callbacks as well. | Bert Vermeulen |
2013-12-13 | Prune dead code. | Bert Vermeulen |
2013-12-13 | No need to mess with method reference counts. | Bert Vermeulen |
2013-12-11 | Easier access to sequences of strings, not just lists. | Bert Vermeulen |
2013-11-15 | Implement OUTPUT_BINARY | Bert Vermeulen |
2013-11-15 | Implement OUTPUT_META | Bert Vermeulen |
2013-11-14 | Split annotation-specific output to another struct | Bert Vermeulen |
2013-11-07 | Minor code cleanup | Bert Vermeulen |
2013-11-07 | Rename inter-PD output type to SRD_OUTPUT_PYTHON | Bert Vermeulen |
2013-10-14 | Move all decoder instances and callbacks into a session struct | Bert Vermeulen |
2013-09-01 | Use frontend-registered callback with correct parameters | 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-03-28 | srd: Some more (optional) consistency renames. | Uwe Hermann |
2012-03-28 | srd/cli/qt: Some more API consistency renames. | Uwe Hermann |
2012-03-18 | srd: Constify lots more parameters. | Uwe Hermann |
2012-03-18 | srd: Cosmetics, fix/add Doxygen comments. | Uwe Hermann |
2012-02-11 | srd: rename all instance to inst | Bert Vermeulen |
2012-02-10 | srd: s/python/Python/. | Uwe Hermann |
2012-02-10 | srd: Add/improve g_malloc() error messages. | 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-31 | srd: avoid POSIX_SOURCE warning | Bert Vermeulen |
2012-01-31 | srd: Add missing <inttypes.h> #include (for PRIu64). | Uwe Hermann |
2012-01-27 | srd: Use PRIu64 for uint64_t values. | Uwe Hermann |
2012-01-26 | srd: Remove manual log domain ("srd: ") prefixes. | Uwe Hermann |
2012-01-25 | srd: properly recurse into PD instances when looking for one. | Bert Vermeulen |
2012-01-24 | sr: better error reporting | Bert Vermeulen |
2012-01-23 | srd: use new exception system everywhere | Bert Vermeulen |
2012-01-22 | srd: make all debugging and error reporting uniform | Bert Vermeulen |
2012-01-15 | srd: PDs now get a logic feed with sample numbers, not time/duration | Bert Vermeulen |