]> sigrok.org Git - sigrok-cli.git/history - show.c
Update due to sr_driver_list() now taking a context.
[sigrok-cli.git] / show.c
2015-04-07 Uwe HermannUpdate due to sr_driver_list() now taking a context.
2015-03-26 Uwe HermannVarious #include file cosmetic fixes.
2015-03-21 Uwe HermannMinor cosmetics, whitespace- and consistency fixes.
2015-02-12 Aurelien Jacobsshow: pass NULL parameter to config_key_has_cap() inste...
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-17 Bert VermeulenCheck for config key availability before using it.
2014-11-11 Uwe HermannUse getters now that 'struct sr_dev_inst' is opaque.
2014-10-27 Bert VermeulenShow driver detail even if no device was found.
2014-10-27 Bert Vermeulenshow: Handle more datatypes in a generic way.
2014-10-19 Bert VermeulenFix memory leak.
2014-09-23 Bert VermeulenMake sure to treat all config keys as uint32_t.
2014-09-17 Bert VermeulenAdapt to config key capabilities.
2014-09-07 Bert VermeulenAdd missing --show pretty-printers.
2014-08-28 Bert VermeulenUse new input API.
2014-08-18 Bert VermeulenFix output module enumeration + code cleanup.
2014-08-15 Bert VermeulenEnumerate output module options according to API change.
2014-08-02 Bert VermeulenBetter output module checking.
2014-08-01 Bert VermeulenShow PD annotation row members by name, not number.
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 SteinhauserRemove unnecessary extern option variable declarations.
2014-06-03 Aurelien Jacobsfix a potential use of uninitialized variable
2014-05-27 Bert VermeulenUse new trigger API.
2014-05-06 Uwe HermannAdapt to SR_T_CHAR -> SR_T_STRING rename.
2014-04-26 Bert VermeulenFix compile without decoding support.
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-03-20 Bert VermeulenAdd support for setting double ranges.
2014-03-13 Bert Vermeulendecode: Show possible values for decoder options.
2014-03-13 Bert VermeulenSort probes by index.
2014-03-11 Bert Vermeulenshow: Sort ALL the things.
2014-01-31 Uwe Hermannshow: Cosmetics and consistency fixes.
2014-01-31 Uwe Hermannshow: Add support for showing PD annotation rows.
2014-01-28 Uwe HermannFix more warnings when building without libsigrokdecode.
2014-01-19 Bert VermeulenDon't use SR_CONF_MAX_UNCOMPRESSED_SAMPLES.
2014-01-12 Bert VermeulenRemove special handling of pattern mode options.
2013-11-19 Uwe HermannFix a bunch of compiler warnings.
2013-11-17 Bert VermeulenRefactor main source into separate files