]> sigrok.org Git - libsigrok.git/history - src/output
Don't set _POSIX_C_SOURCE for VXI/RPC related files.
[libsigrok.git] / src / output /
2015-08-28 Uwe HermannVarious key lists: Add reminders of what needs updates...
2015-08-28 Uwe Hermannoutput/analog: Fix key order, add missing items.
2015-08-28 Uwe Hermannoutput/analog: Support mass related units / MQ flags.
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-08-15 Soeren Apeloutput/srzip: Prevent memory leak in case filename...
2015-07-30 Soeren Apeloutput/srzip: Use sr_output->filename instead of option
2015-07-30 Soeren ApelAdd filename field to sr_output and make it accessible
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-16 Bartosz Golaszewskioutput: Accept analog packets in csv output module.
2015-02-17 Uwe HermannVarious Doxygen updates.
2015-01-27 Uwe Hermannoutput/gnuplot: Use .dat as suggested file extension.
2015-01-27 Uwe Hermannin/out: Minor consistency renames.
2015-01-27 Joel Holdsworthoutput/wav: Improved description
2015-01-27 Joel Holdsworthoutput: Added preferred file extension field
2014-12-05 Aurelien JacobsOnly save enabled channels to a session file.
2014-11-24 Bert VermeulenAlways save all channels to a session file.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-11-19 Martin LingMake sr_analog_*_to_string() functions allocate the...
2014-11-18 Bert Vermeulenoutput/analog: Add option to restrict number of decimal...
2014-11-13 Bert Vermeulenoutput/analog: Add SR_DF_ANALOG2 support.
2014-11-11 Bert Vermeulenoutput: Add srzip, the session file format.
2014-10-21 Janne HuttunenExport LCR meter 'auto' bits as config keys instead...
2014-10-12 Janne HuttunenAdd pretty-printer for new units and flags.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
2014-08-25 Bert VermeulenAvoid warnings on all-zero static struct entries.
2014-08-20 Bert Vermeulenoutput: Fix options enumeration. Again.
2014-08-20 Marc Schinkoutput: Allocate additional memory for NULL terminator.
2014-08-18 Bert Vermeulenoutput: Fix double free.
2014-08-18 Bert Vermeulenoutput: Fix output option enumeration.
2014-08-15 Bert Vermeulenoutput: Constify module options.
2014-08-15 Bert Vermeulenoutput: Actually return a NULL-terminated array.
2014-08-13 Bert Vermeulenoutput/wav: Minor code cleanup.
2014-08-13 Bert Vermeulenoutput: Deal properly with NULL (no) options on a new...
2014-08-03 Bert Vermeulenoutput/vcd: Drop obsolete string.
2014-08-02 Bert Vermeulenoutput: Check options hash before destroying.
2014-08-02 Bert Vermeulenoutput: Move option checks to the wrapper.
2014-08-02 Bert Vermeulenoutput: Modules can keep track of option resources...
2014-08-02 Bert Vermeulenoutput/wav: Add 'scale' option.
2014-08-01 Bert Vermeulenoutput/wav: Fix channel deinterleaving.
2014-08-01 Bert Vermeulenoutput/analog: Fix channel deinterleaving.
2014-07-29 Bert Vermeulenoutput/wav: Initial module implementation.
2014-07-29 Bert Vermeulenoutput/wav: Initial module skeleton.
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.