]> sigrok.org Git - sigrok-cli.git/history - main.c
decode: rephrase logic which looks up -A specs
[sigrok-cli.git] / main.c
2019-03-29 Uwe HermannAdd --list-supported-wiki option.
2018-11-04 Gerhard Sittigmain: synchronize --get output for MQ with --show output
2018-05-17 Uwe Hermannmain.c: Minor cosmetic fix.
2017-06-03 Uwe HermannList supported devices, modules, decoders via --list...
2017-02-20 Karl PalssonSupport multiple protocol decoder stacks
2017-02-20 Karl PalssonDrop -S stack option
2015-12-31 Uwe HermannUpdate API calls due to recent libsigrok renames.
2015-11-03 Martin LingUpdate for configuration API changes.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-23 Bert VermeulenUse new sr_key_info instead of sr_config_info.
2015-03-26 Uwe HermannVarious #include file cosmetic fixes.
2015-03-21 Martin LingUse sr_dev_channel_enable().
2015-03-18 Martin LingFix memory leak in config_key_has_cap().
2015-02-10 Uwe HermannAdd -T|--transform-module and show transform modules...
2014-11-18 Bert VermeulenAlways check config key capabilities before using them.
2014-11-11 Uwe HermannUse getters now that 'struct sr_dev_inst' is opaque.
2014-09-23 Bert VermeulenSet device options when called with --get.
2014-09-10 Bert VermeulenAdd --get option.
2014-08-28 Bert VermeulenUse new input API.
2014-07-25 Bert VermeulenUse finished output API.
2014-07-24 Bert VermeulenFree results of device scan as soon as possible.
2014-07-15 Jens SteinhauserPut option parsing into a separate file.
2014-04-20 Bert VermeulenUse new output module API wrappers.
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-25 Uwe HermannRename 'probe' to 'channel' in most places.
2014-03-25 Uwe HermannRename 'probe group' to 'channel group' everywhere.
2014-02-21 Daniel Elstnerdecode: Defer probe setup until after the input probes...
2014-01-28 Dan Horákfix build without libsigrokdecode
2013-11-19 Uwe HermannFix a bunch of compiler warnings.
2013-11-17 Bert VermeulenReduce reliance on globals
2013-11-17 Bert VermeulenRefactor main source into separate files