]> sigrok.org Git - libsigrok.git/history - output/output_vcd.c
libsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
[libsigrok.git] / output / output_vcd.c
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
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 HermannDrop obsolete vcd_header.
2011-03-03 Uwe HermannMake some more items 'static'.
2011-03-03 Uwe HermannAdd SR_ prefix to the KHZ/MHZ/GHZ macros.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
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-18 Håvard Espelandoutput_vcd: Make timestamp work on 32-bit machine.
2011-01-16 Håvard Espelandoutput_vcd: Emit timestamps as time, not sample num.
2011-01-16 Håvard Espelandoutput_vcd: Remember samples between packets.
2011-01-16 Bert Vermeulenclean up output_vcd module
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 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 HermannVCD/Gnuplot: Store time/date in output.
2010-05-09 Uwe HermannVCD/Gnuplot: Cosmetics, code simplifications.
2010-05-09 Uwe HermannVCD: Improve error handling/checking.
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 HermannVCD output: Handle disabled probes correctly.
2010-04-05 Uwe HermannStart unification of libsigrok return codes.
2010-04-05 Uwe HermannAllow output_format.init() to return errors.
2010-04-05 Uwe HermannMore consistent spelling of "samplerate".
2010-04-04 Uwe HermannInitial Value Change Dump (VCD) output support.