]> sigrok.org Git - libsigrok.git/history - src/analog.c
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / analog.c
2020-09-18 Gerhard Sittiganalog.c: rephrase analog feed to float conversion...
2020-09-18 Timo Kokkonenanalog.c: sr_analog_to_float(): Support for receiving...
2020-08-22 Frank Stettnerlibsigrok.h: Add Joule, Coulomb, and Ah units.
2020-03-25 Uwe HermannDoxygen: Fix various warnings.
2018-09-20 Martin LingFix read past end of array in sr_analog_si_prefix_friendly.
2018-05-16 Uwe Hermannsr_analog_to_float(): Fix multiple compiler warnings...
2018-05-16 Uwe Hermannsr_analog_to_float(): Fix a compiler warning (-Wshadow).
2018-02-20 Uwe HermannRandom whitespace/cosmetic fixes.
2017-06-12 Uwe HermannVarious Doxygen fixes.
2016-10-17 Aurelien Jacobsanalog: use SI prefix only with units that accept SI...
2016-10-17 Aurelien Jacobsanalog: use correct unit for dBm/dBV
2016-08-29 Uwe Hermannanalog.c: Whitespace/cosmetics and typo fixes.
2016-08-28 Aurelien Jacobsanalog: improve output readability by using SI prefix
2016-05-16 Stefan Brünsanalog: Implement division for sr_rational
2016-05-16 Stefan Brünsanalog: Implement multiplication for sr_rational
2016-05-16 Stefan Brünsanalog: Add equality check for sr_rational
2016-04-23 Alexandru Gagniucanalog: Add MQ Flag for four-wire measurements
2015-12-21 Stefan Brünsanalog: add conversion from various integer formats...
2015-11-08 Uwe HermannConstify a lot more items.
2015-10-24 Uwe HermannDrop unneeded sr_analog_float_to_string().
2015-10-20 Uwe Hermannanalog.c: Various Doxygen additions and improvements.
2015-10-20 Uwe Hermannanalog.c: Return SR_ERR_ARG upon invalid arguments.
2015-10-20 Uwe Hermannsr_analog_float_to_string(): Make 'digits' argument...
2015-10-20 Uwe HermannSR_DF_ANALOG2 and sr_datafeed_analog2 renames.
2015-09-20 Martin Lingsr_analog_to_float: Avoid comparison between signed...
2015-09-20 Martin Lingsr_rational_set: Accept signed numerator.
2015-09-20 Martin Lingsr_analog_to_float: Support packets with multiple channels.
2015-09-20 Martin Lingsr_analog_to_float: Fix byte reordering.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-28 Uwe HermannVarious key lists: Add reminders of what needs updates...
2015-08-28 Uwe Hermannanalog.c: Fix key order, add missing items.
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-02-17 Uwe HermannVarious Doxygen updates.
2015-02-12 Aurelien JacobsRemove the inline qualification from sr_rational_set().
2014-11-23 Bert VermeulenAdd sr_rational_set() convenience function.
2014-11-20 Bert VermeulenFix invalid pointer dereference.
2014-11-19 Martin LingMake sr_analog_*_to_string() functions allocate the...
2014-11-18 Bert VermeulenAdd analog helper sr_analog_unit_to_string().
2014-11-18 Bert VermeulenAdd analog helper sr_analog_float_to_string().
2014-11-17 Bert Vermeulenanalog: Fix analog_to_float typos, and cleanup.
2014-11-17 Aurelien JacobsAdd a sr_analog_init() API to initialize sr_datafeed_an...
2014-11-13 Bert VermeulenAdd sr_analog_to_float().