]> sigrok.org Git - libsigrok.git/history - output/output_gnuplot.c
input/output formats: s/extension/id/.
[libsigrok.git] / output / output_gnuplot.c
2011-04-10 Uwe Hermanninput/output formats: s/extension/id/.
2011-04-10 Uwe Hermanninput/output formats: Explicit struct member names.
2011-03-03 Uwe HermannMake some more items 'static'.
2011-02-20 Uwe HermannAdd SR_ prefix for MAX_NUM_PROBES/MAX_PROBENAME_LEN.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
2011-02-20 Uwe HermannAdd sr_ prefix for analog stuff some structs.
2011-02-20 Uwe HermannDisable analog bits/gnuplot output for now.
2011-02-08 Uwe HermannAdd sr_ prefix for device related API functions.
2011-02-08 Uwe HermannAdd sr_ prefix for 'struct probe'.
2011-02-01 Bert Vermeulendon't just assume a device has a samplerate setting
2011-01-30 Uwe HermannSR_ prefix for all public enums.
2011-01-30 Uwe HermannChange all sigrok_ prefixes to sr_.
2011-01-30 Uwe HermannAdd sr_ prefix to input/output structs.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-27 Uwe HermannFix some compiler warnings.
2011-01-21 Daniel Ribeiroadd incomplete DF_ANALOG support to output_gnuplot.c
2011-01-13 Bert Vermeulenmake output modules a bit more crashproof
2011-01-09 Bert Vermeulenoutput modules now register the DF type they can use
2011-01-08 Bert Vermeulenfix buffer size, various error checks
2011-01-08 Uwe HermannCosmetics, whitespace, simplifications.
2010-05-09 Uwe HermannVCD: Optimizations and fixes.
2010-05-09 Uwe HermannVCD/Gnuplot: Fix incorrect sample counter.
2010-05-09 Uwe HermannGnuplot: Nicer output formatting.
2010-05-09 Uwe HermannGnuplot: Improve column/probe name display.
2010-05-09 Uwe Hermannoutput_gnuplot: Simplify event().
2010-05-09 Uwe HermannGnuplot quickfix: Increase malloc()'ed size.
2010-05-09 Uwe HermannVCD/Gnuplot: Store time/date in output.
2010-05-09 Uwe HermannVCD/Gnuplot: Cosmetics, code simplifications.
2010-05-09 Uwe HermannGnuplot output: More error handling.
2010-05-07 Bert Vermeulenoutput: if device has no plugin, don't report samplerate
2010-05-04 Håvard EspelandOutput: Fix invalid pointer dereferencing in vcd and...
2010-04-15 Uwe Hermannoutput: Coding style fixes.
2010-04-09 Uwe HermannFix all warnings and re-enable -Wextra.
2010-04-07 Uwe HermannFactor out common sigrok_samplerate_string().
2010-04-06 Uwe HermannGnuplot output format support.