]> sigrok.org Git - libsigrok.git/history - src/backend.c
Don't set _POSIX_C_SOURCE for VXI/RPC related files.
[libsigrok.git] / src / backend.c
2015-08-18 Uwe HermannFreeBSD: Fix compile/link error due to missing libusb_g...
2015-08-16 Daniel ElstnerBuild: Properly namespace the version defines
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Uwe Hermannbackend: Output lib versions, host, and endianness...
2015-08-15 Uwe HermannDrop comment mentioning non-existing function.
2015-04-17 Uwe HermannFix various warnings when building without libusb.
2015-04-07 Uwe Hermannsr_driver_list() now takes a context pointer.
2015-03-31 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-21 Martin LingConstruct driver array at runtime, from an array of...
2015-02-11 Uwe Hermannbackend: Add basic transform module sanity checks.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-09-29 Bert Vermeuleninput: Add sr_input_end().
2014-08-25 Bert Vermeuleninput: format_match() is not required in an input module.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
2014-08-25 Bert Vermeuleninput: s/format/module in all naming.
2014-07-26 Bert Vermeulenoutput: Finish output module API wrappers.
2014-07-22 Uwe HermannDrop references to obsolete sigrok-commits mailing...
2014-07-22 Bert VermeulenReorganize project tree.