]> sigrok.org Git - libsigrok.git/history - src/output/csv.c
Don't reference SR_PACKAGE_VERSION_STRING directly in output modules.
[libsigrok.git] / src / output / csv.c
2018-12-20 Martin LingDon't reference SR_PACKAGE_VERSION_STRING directly...
2018-09-05 Uwe Hermannoutput/csv: Disable the dedup option by default.
2018-04-21 Uwe Hermannoutput/csv: Make the label values option a list.
2018-03-12 Gerhard Sittigoutput/csv: fix out-of-bounds array access in process_a...
2018-03-12 Gerhard Sittigoutput/csv: use longer names for iteration variables
2018-03-12 Gerhard Sittigoutput/csv: reduce indentation in process_analog()
2018-02-18 Uwe HermannFix two compiler warnings on MinGW/MSYS2.
2018-02-09 Gerhard Sittigoutput/csv: silence NULL dereference compiler warnings
2017-12-21 Uwe Hermannoutput/csv: Fix a typo.
2017-06-24 Uwe Hermannoutput/csv: Fix a gcc 7 compiler warning.
2017-06-09 Gerhard Sittigoutput/csv: Nit, remove an unused loop iteration variable
2017-05-13 Wolfram Sangoutput/csv: get proper index for input channels
2017-05-13 Wolfram Sangoutput/csv: fix a minor leak
2017-05-13 Wolfram Sangoutput/csv: fix segfault with logic channels
2017-05-13 Wolfram Sangoutput/csv: fix segfault when naming logic channels
2017-05-10 Uwe Hermannoutput/csv: Fix a compiler warning.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-09-24 Mike Meyeroutput/csv: Add an option to output units for column...
2016-09-04 Uwe Hermanncsv: Fix a segfault due to a g_malloc() allocating...
2016-09-04 Uwe Hermanncsv: Fix a segfault when using non-hardware input.
2016-09-04 Mike MeyerNew all-singing, almost all dancing, csv output module.
2016-06-17 Uwe Hermannoutput/csv: Drop support for SR_DF_ANALOG_OLD.
2015-10-20 Uwe HermannSR_DF_ANALOG2 and sr_datafeed_analog2 renames.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-10-20 Martin Lingoutput/csv: Support SR_DF_ANALOG2.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-30 Bert Vermeulenoutput/csv: Avoid using SR_OK_CONTINUE.
2015-08-16 Daniel ElstnerConsistently use SR_PACKAGE_VERSION instead of VERSION
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Soeren ApelIntroduce OutputFlag
2015-03-16 Bartosz Golaszewskioutput: Accept analog packets in csv output module.
2015-01-27 Joel Holdsworthoutput: Added preferred file extension field
2014-07-28 Bert Vermeulenoutput: Rename instance private storage pointer to...
2014-07-26 Bert Vermeulenoutput: Finish output module API wrappers.
2014-07-22 Bert VermeulenReorganize project tree.