]> sigrok.org Git - libsigrok.git/history - output/analog.c
build: Portability fixes.
[libsigrok.git] / output / analog.c
2014-07-05 Bert VermeulenAdd printers for wind speed, pressure and humidity...
2014-04-20 Bert Vermeulenoutput: Introduce output module API wrappers.
2014-04-19 Bert VermeulenRemove obsolete output API.
2014-03-25 Uwe HermannReplace 'probe' with 'channel' in most places.
2014-03-25 Uwe HermannRename 'struct sr_probe' to 'struct sr_channel' everywhere.
2014-01-01 Uwe Hermannoutput/analog: Add missing space (consistency).
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-12-23 Aurelien Jacobsadd support for AVG mqflag
2013-11-04 Uwe Hermannoutput/analog: SR_UNIT_REVOLUTIONS_PER_MINUTE: Add...
2013-10-24 Aurelien Jacobsadd energy meter device type and related units
2013-10-06 Aurelien Jacobsoutput/analog: add revolutions per minute unit
2013-08-30 Uwe Hermannoutput/analog: Support all known MQFLAGs.
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-05-03 Uwe HermannMinor whitespace fixes.
2013-04-27 Bert VermeulenFix output API receive() function
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-01-23 Bert VermeulenAlways interleave analog data with all enabled probes.
2012-12-20 Joel HoldsworthPass sr_datafeed_packets and payloads with const pointers
2012-12-15 Bert Vermeulenanalog: support ppm output
2012-11-11 Uwe HermannOutput modules: Use message logging helpers.
2012-11-11 Uwe HermannAll drivers: Drop unneeded comments.
2012-11-02 Bert Vermeulenoutput/analog: add support for sound pressure level
2012-11-02 Bert Vermeulenanalog: if no MQ unit was set of recognized, just print...
2012-10-30 Uwe HermannReturn SR_ERR_MALLOC upon allocation errors.
2012-10-23 Uwe Hermannconfig.h usage cleanups.
2012-10-16 Bert Vermeulenanalog: add pretty-printer for dBu and dBV
2012-10-16 Bert Vermeulenanalog: sane printing of very small and negative values
2012-10-16 Uwe HermannBuild fix for Windows/MinGW.
2012-10-15 Bert Vermeulenanalog: support AC+DC unit modifier
2012-09-25 Bert Vermeulensr: add support for conductance measurements in Siemens
2012-09-25 Bert Vermeulensr: add support for pulse width measurements
2012-09-08 Bert Vermeulensr: add new analog output module
2012-06-19 Bert Vermeulensr: remove unused code
2012-03-31 Uwe Hermannsr: out: Use uint8_t (not char) for buffers.
2012-03-21 Uwe Hermanncli: Fix -V/-h output a bit.
2012-03-21 Uwe Hermannsr/srd: Small fixes, constifications, doc updates.
2012-02-28 Uwe Hermannsr/cli/gtk/qt/: s/plugin/driver/.
2012-02-18 Uwe Hermannsr/cli/gtk/qt: s/get_dev_info/dev_info_get/.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/device/dev/ in many places.
2012-02-17 Uwe Hermannsr: Prefix log messages with subsystem string.
2012-02-13 Bert Vermeulensr: adjust copyright year
2012-02-13 Bert Vermeulensr: rename all sr_device_* functions to sr_dev_*
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-05 Uwe Hermannsr: input/output: Mark more symbols with SR_PRIV.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-01-03 Uwe Hermannsr: Remove useless filename prefixes.