Age | Commit message (Expand) | Author |
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 |
2017-06-12 | Various Doxygen fixes. | Uwe Hermann |
2017-05-31 | struct srd_decoder: Add list of input/output decoder IDs. | Uwe Hermann |
2017-03-31 | Don't show a harmless/confusing warning on stdout. | Uwe Hermann |
2017-02-28 | srd_decoder_load(): Drop dead code. | Uwe Hermann |
2017-02-20 | Support adding multiple instances of a decoder | Karl Palsson |
2016-12-07 | Add support for the new query-based PD v3 decoder API. | Uwe Hermann |
2016-12-06 | valgrind: safely iterate lists | Karl Palsson |
2016-11-02 | Print error messages when decoders fail load time checks | Gerhard Sittig |
2016-08-25 | Factor out srd_decoder_apiver(). | Uwe Hermann |
2015-11-04 | srd_decoder_unload(): Remove PD from the internal list. | Uwe Hermann |
2015-10-06 | util: Factor out Python module load | Daniel Elstner |
2015-10-06 | decoder: Refactor loading code and plug leaks | Daniel Elstner |
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-07-20 | Fix incorrect doxygen comment for srd_decoder_list(). | Uwe Hermann |
2014-07-08 | Remove dependency on Python.h from public API header | Marcus Comstedt |
2014-07-08 | srd_decoder_load_all_path: Support zipimport paths | Marcus Comstedt |
2014-05-04 | Only load and use PDs of API version 2. | Uwe Hermann |
2014-05-04 | Mark some variables more consistently as SRD_PRIV. | Uwe Hermann |
2014-05-04 | Update a few Doxygen @since tags. | Uwe Hermann |
2014-05-03 | Move srd_check_init() to decoder.c and make it static. | Uwe Hermann |
2014-05-03 | Make 'pd_list' static, it's only used in one file. | Uwe Hermann |
2014-04-13 | Rename 'probe' to 'channel' everywhere. | Uwe Hermann |
2014-03-11 | Fix enumeration of option values. | Bert Vermeulen |
2014-03-10 | Probes, optional probes and annotations now take a tuple. | Bert Vermeulen |
2014-03-10 | Change PD options to be a tuple of dictionaries. | Bert Vermeulen |
2014-01-31 | Add support for annotation rows. | Uwe Hermann |
2013-12-12 | Binary classes are now defined as (name, description). | Bert Vermeulen |
2013-12-11 | Easier access to sequences of strings, not just lists. | Bert Vermeulen |
2013-12-11 | Load decoders from all search paths, not just the default. | Bert Vermeulen |
2013-12-11 | Clear decoder list after unloading, not just at exit. | Bert Vermeulen |
2013-12-09 | Avoid GError warning when unloading decoders. | Bert Vermeulen |
2013-11-18 | Don't try to load an already-loaded module | Bert Vermeulen |
2013-11-18 | Don't decrease borrowed reference to probe definition dict | Bert Vermeulen |
2013-11-18 | Check library initialization before handling decoders | Bert Vermeulen |
2013-11-15 | Implement OUTPUT_BINARY | Bert Vermeulen |
2013-10-18 | Report invalid module name on decoder load | Bert Vermeulen |
2013-10-14 | Move all decoder instances and callbacks into a session struct | Bert Vermeulen |
2013-05-08 | Fix double free | Bert Vermeulen |
2013-05-05 | Fix various memory leaks | Bert Vermeulen |
2013-05-03 | Doxygen: Various fixes. | Uwe Hermann |
2013-05-03 | Main header is <libsigrokdecode/libsigrokdecode.h> now. | Uwe Hermann |
2013-05-03 | Doxygen: Add @since markers to API functions. | Uwe Hermann |
2013-04-23 | GPL headers: Use correct project name. | Uwe Hermann |
2013-03-19 | use GVariant for passing decoder options and probes | Bert Vermeulen |
2013-02-09 | Doxygen: Initial groups and topic short descriptions. | Uwe Hermann |