summaryrefslogtreecommitdiff
path: root/sigrokdecode.h.in
AgeCommit message (Collapse)Author
2013-04-23GPL headers: Use correct project name.Uwe Hermann
2013-03-19use GVariant for passing decoder options and probesBert 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-19code cleanupBert Vermeulen
2013-02-09Doxygen: Add @file items for the relevant files.Uwe Hermann
These short descriptions are shown in the "Files" section of the Doxygen output.
2013-02-02Bring back temporarily reverted changes.Uwe Hermann
2013-01-27Temporarily 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-13Cosmetics, fix typos.Uwe Hermann
2013-01-01constify srd_decoder_list() outputBert Vermeulen
2012-04-16sr/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-15srd: Add functions to query srd version(s).Uwe Hermann
2012-03-31srd: 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-28srd/cli/qt: Some more API consistency renames.Uwe Hermann
2012-03-28srd: PDs: Kill obsolete 'longdesc' entries.Uwe Hermann
2012-03-24srd: sigrokdecode.h: Add version macros.Uwe Hermann
2012-03-24srd: Rename sigrokdecode.h to sigrokdecode.h.in.Uwe Hermann