]> sigrok.org Git - libsigrok.git/history - src/backend.c
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / backend.c
2021-12-22 Gerhard Sittigconfigure: make zlib an optional dependency which input...
2021-10-20 Gerhard Sittigconfigure: hook up minilzo to the libsigrok build,...
2021-06-16 Gerhard Sittigdoc: update IRC reference to Libera.Chat
2019-06-02 Gerhard Sittigbuild: prepare serial over Bluetooth, search for option...
2019-06-02 Gerhard Sittigserial: prepare serial over HID in common layer and...
2019-06-02 Gerhard Sittigserial: introduce more general "have serial comm" featu...
2018-12-20 Martin LingDon't reference SR_PACKAGE_VERSION_STRING directly...
2018-07-22 Uwe Hermannsr_buildinfo_libs_get(): Also support LIBUSBX_API_VERSION.
2018-07-19 Uwe Hermannsr_buildinfo_libs_get(): Show LIBUSB_API_VERSION.
2018-03-18 Uwe Hermannbackend: Emit firmware search paths in a log message.
2018-02-09 Gerhard Sittigbackend: fixup resource leak in sr_init() error code...
2017-07-13 Uwe Hermannstd: Add and use std_dev_clear() where possible.
2017-05-26 Uwe HermannAdd APIs to query libsigrok build information.
2016-06-18 Aurelien Jacobsgroup all drivers into a single object
2016-05-17 Lars-Peter ClausenPut driver pointers into special section
2016-04-17 Uwe Hermannsanity_check_all_drivers(): Add some code comments.
2016-01-02 Uwe Hermannsrc/backend.c: Add missing winsock2.h #include.
2016-01-02 Martin Lingwin32: Call WSAStartup() at sr_init() time.
2015-10-01 Daniel Elstnerresource: New internal API for accessing resource files
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
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.