]> sigrok.org Git - libsigrok.git/history - output
Kill unused functions (avoid namespace pollution).
[libsigrok.git] / output /
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 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-12 Bert Vermeulenimplement version 1.3 of the OLS output format, 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 Vermeulenoutput_ols: now fully compliant with spec
2011-02-01 Bert Vermeulendon't just assume a device has a samplerate setting
2011-01-31 Bert Vermeulenmove samplerate/period printers and parsers into libsigrok
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-22 Bert Vermeulensplit output_text into more manageable pieces
2011-01-21 Uwe HermannRemove duplicate FIRMWARE_DIR includes.
2011-01-21 Daniel Ribeiroadd incomplete DF_ANALOG support to output_gnuplot.c
2011-01-21 Daniel Ribeirochange output_text.c to support analog
2011-01-21 Daniel Ribeiromake output_analog.c = output_text.c
2011-01-18 Håvard Espelandoutput_vcd: Make timestamp work on 32-bit machine.
2011-01-18 Håvard Espelandoutput_text: Mark trigger at correct position.
2011-01-18 Håvard Espelandoutput_text: Fix ASCII edge case.
2011-01-17 Håvard Espelandoutput_text: Add ASCII output.
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 Uwe HermannFix warnings.
2011-01-16 Bert Vermeulenclean up output_vcd module
2011-01-15 Uwe HermannInitial support for the OLS output format.
2011-01-15 Håvard Espelandoutput_text: Allocate more memory for output
2011-01-15 Håvard Espelandoutput_text: Allocate enough memory for output
2011-01-15 Uwe HermannCosmetics.
2011-01-15 Bert Vermeulenfix hex output
2011-01-13 Bert Vermeulenmake output modules a bit more crashproof
2011-01-13 Bert Vermeulenuse us instead of µs in periods (VCD can't handle it)
2011-01-11 Bert Vermeulencode cleanup
2011-01-10 Daniel RibeiroMerge branch 'master' of git://sigrok.git.sourceforge...
2011-01-10 Bert Vermeulencli: new option to list output modules
2011-01-10 Daniel RibeiroMerge branch 'master' of git://sigrok.git.sourceforge...
2011-01-10 Bert Vermeulenoutput_analog: allow samples per line arg (default...
2011-01-10 Bert Vermeulenadd DF_ANALOG, and an analog output module
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 Bert Vermeulenadd sigrok_period_string(), MAX_NUM_PROBES
2011-01-08 Uwe HermannFix out-of-tree build.
2011-01-08 Uwe HermannCosmetics, whitespace, simplifications.
2010-12-29 Bert Vermeulenproper fix for output_text corner cases
2010-12-28 Bert Vermeulenfix corner cases/memory management (cli->text out)
2010-05-26 Uwe HermannUse 'kHz' (not 'KHz') consistently.
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_text: More error handling.
2010-05-09 Uwe Hermannoutput_gnuplot: Simplify event().
2010-05-09 Uwe Hermannoutput_binary: Code simplifications.
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-09 Uwe HermannVCD: Improve error handling/checking.
2010-05-07 Bert Vermeulenoutput_text: always print sigrok version
2010-05-07 Bert Vermeulenoutput_binary: rm TODO item
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-30 Håvard Espelandcli: Show trigger event in bits plugin.
2010-04-18 Bert Vermeulensimplify code for unused features
2010-04-15 Uwe HermannRefactoring and code simplifications.
2010-04-15 Uwe Hermannoutput: Coding style fixes.
2010-04-12 Uwe HermannRename "bin" output module to "bits" everywhere.
2010-04-12 Uwe HermannAdd raw binary output format.
2010-04-09 Uwe HermannFix all warnings and re-enable -Wextra.
2010-04-08 Bert Vermeulenbetter buffer size calculation
2010-04-08 Bert Vermeulenfix off-by-one error
2010-04-07 Uwe HermannFactor out common sigrok_samplerate_string().
2010-04-06 Uwe HermannVCD output: Handle disabled probes correctly.
2010-04-06 Uwe HermannGnuplot output format support.
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.
2010-04-02 Uwe HermannStart of code base layout restructuring.