]> sigrok.org Git - sigrok-cli.git/history - session.c
Check for config key availability before using it.
[sigrok-cli.git] / session.c
2014-11-11 Bert VermeulenUse the srzip output module instead of session save...
2014-11-11 Uwe HermannUse getters now that 'struct sr_dev_inst' is opaque.
2014-09-13 Bert VermeulenAlways save all channels to a session file.
2014-08-23 Peter ZotovIf only one non-demo device is present, select it.
2014-08-20 Bert VermeulenFix generic sr_option enumeration.
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-02 Bert VermeulenHandle floating point options for output modules.
2014-07-27 Bert VermeulenRemove stray debug output.
2014-07-25 Bert VermeulenUse finished output API.
2014-07-24 Bert VermeulenFree results of device scan as soon as possible.
2014-07-24 Bert VermeulenAdd analog output module to default output.
2014-07-23 Bert VermeulenProperly handle saving logic data packets of any size.
2014-07-17 Bert VermeulenUse new session API.
2014-07-15 Jens SteinhauserRemove unnecessary extern option variable declarations.
2014-05-27 Bert VermeulenUse new trigger API.
2014-05-06 Uwe HermannAdapt to SR_T_CHAR -> SR_T_STRING rename.
2014-04-25 Uwe Hermannsession: Show unitsize of the received data.
2014-04-24 Bert VermeulenFix saving to session file.
2014-04-22 Bert VermeulenDon't output anything else when decoding.
2014-04-20 Bert VermeulenUse new output module API wrappers.
2014-04-19 Bert VermeulenDrop obsolete output API support.
2014-04-13 Bert VermeulenAlways get samplerate at the start of acquisition.
2014-04-13 Bert VermeulenDeal with empty sessions nicely.
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-12 Bert Vermeulensession: Always save in chunks, including in continuous...
2014-02-21 Daniel Elstnersession: Do not derive unit size from enabled probes.
2014-02-21 Daniel Elstnersession: Remove call to sr_filter_probes()
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-09 Bert VermeulenDon't leak GVariant.
2014-01-09 Bert VermeulenCheck device uncompressed memory size before running.
2013-12-29 Bert VermeulenAdd support for config keys of type G_VARIANT_TYPE_INT32.
2013-11-19 Uwe HermannFix a bunch of compiler warnings.
2013-11-19 poljar (Damir Jelić)sigrok-cli: Fix memory leak if we save the default...
2013-11-17 Bert VermeulenRefactor main source into separate files