]> sigrok.org Git - libsigrok.git/history - output
sr: Various fixes in the udev file.
[libsigrok.git] / output /
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-28 Bert Vermeulensr: code cleanup
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: Random cosmetics, fix/amend Doxygen comments.
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-05 Uwe HermannProject-wide consistent naming for #include guards.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-01-18 Uwe Hermannsr: g_free()/g_string_free() can handle NULL input.
2012-01-03 Uwe Hermannsr: Remove useless filename prefixes.
2012-01-03 Uwe Hermannsr/srd: Fix left-over #includes.
2011-12-30 Uwe Hermannsr/srd: Remove/fix non-applicable autotools stuff.
2011-11-24 Uwe HermannOther method to avoid "unused var" compiler warnings.
2011-11-15 Uwe HermannFix some compiler warnings.
2011-05-05 Uwe HermannDrop unneeded skeleton files.
2011-04-26 Uwe HermannInitial support for CSV as output format.
2011-04-16 Uwe HermannReplace g_malloc{0,} with g_try_malloc{0,}.
2011-04-15 Uwe Hermanngnuplot output: Optimize by only storing changes.
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-04-10 Uwe HermannAdd chronovu-la8 output file format.
2011-04-10 Uwe Hermanngnuplot output: More error checks.
2011-04-10 Uwe Hermanninput/output formats: s/extension/id/.
2011-04-10 Uwe HermannBinary output: Add more error checks.
2011-04-10 Uwe Hermanninput/output formats: Explicit struct member names.
2011-04-03 Uwe HermannHook up output/text directory with autotools.
2011-04-03 Bert Vermeulenoutput_ols: disabled cursors don't really need to be...
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...
next