]> sigrok.org Git - libsigrok.git/history - src/session_driver.c
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / session_driver.c
2018-10-06 Uwe HermannFix various gcc 8 compiler warnings related to ARRAY_SIZE.
2018-04-19 Uwe Hermannsession_driver: Quickfix to prevent looped analog data...
2018-02-09 Gerhard Sittigsession_driver: avoid division by zero, catch API violation
2017-07-31 Uwe Hermanndrivers/input: Remove some hardcoded values.
2017-07-31 Uwe Hermanndrivers: Consistently use same indentation for config_...
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-13 Uwe Hermannsession_driver: Use std_cleanup().
2017-07-13 Uwe Hermannsession_driver: Don't open-code std_dev_clear().
2017-05-21 Soeren ApelVirtual session: Workaround for SR_CONF_CAPTUREFILE...
2017-05-21 Soeren ApelVirtual session: rename num_channels to num_logic_channels
2017-05-04 Soeren ApelDe-init vdev->capturefile when done
2017-03-16 Uwe Hermannsession_driver.c: Increase chunk size for slightly...
2016-08-28 Uwe HermannHave remaining drivers default to digits=2 for analog...
2016-06-17 Uwe Hermannsession_driver.c: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-09 Lars-Peter ClausenRemove unnecessary std_init() wrapper functions
2016-05-09 Lars-Peter Clausenstd_init(): Drop check if pass in driver is non-NULL
2016-05-09 Lars-Peter ClausenMatch std_init() parameter order to the driver init...
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2016-03-27 Soeren ApelEnable loading of session files without the unit size...
2016-03-27 Soeren ApelEnable loading of session files without the capture...
2016-03-24 Soeren Apelanalog save: Avoid index duplication between analog...
2016-03-13 Martin Lingsession_driver: Process analog chunks into analog packets.
2016-03-13 Martin Lingsession_driver: Read analog chunks from file.
2016-03-13 Martin Lingsr_session_load(): Create analog channels from loaded...
2015-10-02 Daniel Elstnersession-file: Use 32-bit int for channel count
2015-10-01 Daniel Elstnervirtual-session: Plug ZIP archive leak
2015-10-01 Daniel Elstnervirtual-session: Advertise all config keys
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-03-24 Uwe HermannSome more g_try_*alloc() fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2014-11-23 Bert VermeulenPublish config key capabilities on session driver.
2014-11-09 Uwe Hermannsession_driver.c: Allow querying of SR_CONF_CAPTURE_UNI...
2014-09-16 Bert VermeulenConsistently use 'devopts' variable across all drivers.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-07-22 Bert VermeulenReorganize project tree.