Age | Commit message (Expand) | Author |
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 |
2013-02-09 | Doxygen: Add @file items for the relevant files. | Uwe Hermann |
2013-02-09 | Doxygen: Mark private functions/variables properly. | Uwe Hermann |
2013-02-02 | Bring back temporarily reverted changes. | Uwe Hermann |
2013-01-27 | Temporarily revert API changes in preparation of release. | Uwe Hermann |
2013-01-01 | constify srd_decoder_list() output | Bert Vermeulen |
2012-05-10 | srd: Support for one or more optional probes. | Uwe Hermann |
2012-05-09 | srd: Fix a few Doxygen errors. | 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-21 | srd: Drop unused inputformats/outputformats entries. | Uwe Hermann |
2012-03-21 | sr/srd: Small fixes, constifications, doc updates. | Uwe Hermann |
2012-03-18 | srd/cli/qt:s/decoders/decoder/ for consistency. | 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-14 | srd: rename public API functions to srd_thing_action format | Bert Vermeulen |