Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-23 | GPL headers: Use correct project name. | Uwe Hermann | |
2013-03-19 | use GVariant for passing decoder options and probes | Bert Vermeulen | |
Decoder options are now exposed in struct srd_decoder, via a GSList of the new struct srd_decoder_option. The 'def' field represents the default value as set in the decoder, converted to GVariant. This allows a library user to determine the type as well as default value. | |||
2013-03-19 | code cleanup | Bert Vermeulen | |
2013-02-09 | Doxygen: Add @file items for the relevant files. | Uwe Hermann | |
These short descriptions are shown in the "Files" section of the Doxygen output. | |||
2013-02-02 | Bring back temporarily reverted changes. | Uwe Hermann | |
2013-01-27 | Temporarily revert API changes in preparation of release. | Uwe Hermann | |
The upcoming libsigrokdecode release should not contain any API changes so it is compatible with existing released frontends (sigrok-cli 0.3.1). | |||
2013-01-13 | Cosmetics, fix typos. | Uwe Hermann | |
2013-01-01 | constify srd_decoder_list() output | Bert Vermeulen | |
2012-04-16 | sr/srd: SR_API/SRD_API/etc. is a no-op on MinGW. | Uwe Hermann | |
This avoids warnings on a MinGW build. The feature depends on ELF files, but MinGW/Windows uses PE files. | |||
2012-04-15 | srd: Add functions to query srd version(s). | Uwe Hermann | |
2012-03-31 | srd: SRD_PACKAGE_VERSION_* for consistency. | Uwe Hermann | |
No need to use the LIBSIGROKDECODE_ prefix here when we use SRD_ everywhere else. Also, better distinction between package version and lib version. | |||
2012-03-28 | srd/cli/qt: Some more API consistency renames. | Uwe Hermann | |
2012-03-28 | srd: PDs: Kill obsolete 'longdesc' entries. | Uwe Hermann | |
2012-03-24 | srd: sigrokdecode.h: Add version macros. | Uwe Hermann | |
2012-03-24 | srd: Rename sigrokdecode.h to sigrokdecode.h.in. | Uwe Hermann | |