]> sigrok.org Git - libsigrok.git/history - src/std.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / std.c
2022-02-06 Gerhard Sittigstd: remove open coded array items count, make floats...
2022-02-06 Gerhard Sittigstd: epsilon for std_gvar_min_max_step_thresholds(...
2020-09-20 Gerhard Sittigserial: add routine to manipulate handshake state ...
2020-06-24 Wolfram Sangstd: avoid doube close
2020-04-08 Uwe Hermannstd: Rename std_session_send_frame_begin/_end().
2020-04-08 Uwe Hermannstd: Factor out send_df_without_payload() helper.
2020-04-08 Uwe Hermannstd: Add std_session_send_df_trigger().
2020-03-25 Uwe HermannDoxygen: Properly mark a few symbols as private.
2019-11-02 Sylvain Munautstd: Remove call to sr_dev_close from std_serial_dev_ac...
2019-07-25 Guido Trentalanciastd: std_gvar_tuple_array/_rational: Fix GVariantBuilde...
2019-06-20 Uwe Hermannstd: Factor out std_dummy_set_params().
2019-06-02 Gerhard Sittigserial: introduce more general "have serial comm" featu...
2018-10-06 Uwe HermannFix various gcc 8 compiler warnings related to ARRAY_SIZE.
2018-09-05 Uwe Hermannstd: Drop unneeded/duplicate log messages.
2018-09-03 Soeren Apelstd: Fix up non-zero FP value generation
2018-06-26 Uwe Hermannstd: Improve prototypes of some functions.
2018-03-03 Frank Stettnerarachnid-labs-re-load-pro: Make SR_CONF_REGULATION...
2018-02-13 Uwe Hermannstd.c: Add missing <sys/time.h> #include and _XOPEN_SOURCE.
2017-10-03 Soeren ApelAdd std_session_send_frame_begin/end helpers
2017-08-06 Uwe Hermanndrivers: Factor out std_cg_idx().
2017-07-31 Uwe Hermanndrivers: Factor out std_*_idx*().
2017-07-31 Uwe Hermanndrivers: Replace struct voltage_threshold with an array.
2017-07-31 Uwe Hermanndrivers: Factor out std_gvar_thresholds().
2017-07-31 Uwe Hermanndrivers: Factor out std_gvar_tuple_double().
2017-07-31 Uwe Hermanndrivers: Factor out std_gvar_tuple_u64().
2017-07-21 Uwe Hermannstd_gvar_tuple_array(): Change to allow for more ARRAY_...
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_array_*().
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_min_max_step_thresholds().
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_min_max_step{,_array}().
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_samplerates{,_steps}().
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_tuple_{array,rational}().
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-13 Uwe Hermannsr_dev_clear(): Always free sdi->priv (devc).
2017-07-13 Uwe Hermannstd: Add and use std_dev_clear() where possible.
2017-07-13 Uwe Hermannstd: Rename std_dev_clear() to std_dev_clear_with_callb...
2017-07-13 Uwe Hermannstd: Factor out some API call dummy implementations.
2017-07-13 Uwe Hermannstd: Simplifications, random fixes, Doxygen cosmetics.
2017-07-08 Uwe Hermannsr_dev_close(): Set status to SR_ST_INACTIVE.
2017-07-08 Uwe Hermannsr_dev_open(): Set status to SR_ST_ACTIVE upon success.
2017-07-07 Uwe Hermannsr_dev_close(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe HermannAdd sr_dev_acquisition_start(), factor out SR_ERR_DEV_C...
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-07-17 Uwe HermannFix a segfault with input/output modules.
2016-05-31 Lars-Peter Clausenstd_serial_dev_acquisition_stop(): Remove dev_close_fn...
2016-05-31 Lars-Peter Clausenstd_serial_dev_acquisition_stop(): Remove serial parameter
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-27 Uwe Hermannstd_scan_complete(): Catch some errors to avoid segfaults.
2016-05-27 Lars-Peter ClausenAdd helper function for scan completion
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-05-03 Lars-Peter ClausenIntroduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
2016-04-29 Uwe Hermannstd_serial_dev_acquisition_stop(): Drop unneeded parameter.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-25 Bert Vermeulenscpi: Move SCPI-related definitions to separate header...
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-05-12 Aurelien JacobsAdd a modbus communication helper module.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-11-01 Bert VermeulenOnly sr_dev_inst_free() should free channel groups.
2014-09-24 Martin Lingstd_serial_dev_open: Remove SERIAL_NONBLOCK flag.
2014-07-24 Bert Vermeulenstd: Free channel groups from device instances as well.
2014-07-22 Bert VermeulenReorganize project tree.