]> sigrok.org Git - libsigrok.git/history - src/output/output.c
Doxygen: Properly mark a few symbols as private.
[libsigrok.git] / src / output / output.c
2020-03-25 Uwe HermannDoxygen: Properly mark a few symbols as private.
2019-12-21 Marc Jacobioutput/wavedrom: introduce a wavedrom output module
2018-04-19 Uwe Hermannoutput/null: Add a null module that discards all data.
2016-09-04 Mike Meyeroutput/gnuplot: Remove, obsoleted by improved CSV module.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Soeren ApelIntroduce OutputFlag
2015-07-30 Soeren ApelAdd filename field to sr_output and make it accessible
2015-02-17 Uwe HermannVarious Doxygen updates.
2015-01-27 Uwe Hermannin/out: Minor consistency renames.
2015-01-27 Joel Holdsworthoutput: Added preferred file extension field
2014-11-11 Bert Vermeulenoutput: Add srzip, the session file format.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
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: Deal properly with NULL (no) options on a new...
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-07-29 Bert Vermeulenoutput/wav: Initial module skeleton.
2014-07-26 Bert Vermeulenoutput: Finish output module API wrappers.
2014-07-22 Bert VermeulenReorganize project tree.