]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2015-10-01 Daniel Elstnersession-file: Remove old session save API
2015-10-01 Daniel Elstnervirtual-session: Plug ZIP archive leak
2015-10-01 Daniel Elstnervirtual-session: Advertise all config keys
2015-10-01 Daniel Elstnerinput: Use fseeko/ftello to get the size of a file
2015-10-01 Daniel Elstnerinput: Clean up input file scanning
2015-09-30 Uwe Hermanndrivers.c: Fix HAVE_HW_GWINSTEK_GDS_800 position.
2015-09-30 Martin Lederhilgergwinstek-gds-800: Initial driver implementation.
2015-09-30 Martin Lederhilgergwinstek-gds-800: Initial driver skeleton.
2015-09-25 Uwe Hermannmanson-hcs-3xxx: Fix use-after-free and memory leaks.
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
2015-09-22 Daniel Elstnerdemo: Strictly round up the number of samples to send
2015-09-22 Daniel Elstnerdemo: Increase timer interval to 100 ms
2015-09-22 Daniel Elstnerdemo: Fix continuous mode and honor time limit
2015-09-22 Bert Vermeulenscpi/usbtmc: Add Agilent DSO1000 series to RL1 blacklist.
2015-09-22 Bert Vermeulenscpi/usbtmc: Implement Rigol DS1000 workaround on any...
2015-09-21 Bert Vermeulenscpi: Pass SCPI device instance to open and close callb...
2015-09-21 Bert Vermeulenscpi/libgpib: Fix format argument in error message.
2015-09-21 Scott AllenFix RadioShack 22-812 DMM incorrect readings.
2015-09-21 Bert Vermeulenscpi/usbtmc: Implement blacklist for RL1 feature.
2015-09-20 Martin Lingsr_analog_to_float: Avoid comparison between signed...
2015-09-20 Martin Lingsr_rational_set: Accept signed numerator.
2015-09-20 Martin Lingsr_rational: Make numerator signed.
2015-09-20 Martin Lingsr_packet_free: Support SR_DF_ANALOG2.
2015-09-20 Martin Lingsr_packet_copy: Support SR_DF_ANALOG2.
2015-09-20 Martin Lingsr_analog_to_float: Support packets with multiple channels.
2015-09-20 Martin Lingsr_analog_to_float: Fix byte reordering.
2015-09-20 Martin Lingoutput/analog: Allocate correct buffer size for sr_anal...
2015-09-20 Martin Lingsr_packet_copy: Allocate memory to copy analog data.
2015-09-20 Bert VermeulenNo need to check return value of libusb_get_device_desc...
2015-09-20 Bert VermeulenRemove unnecessary call to libusb_get_device_descriptor().
2015-09-20 Aurelien Jacobsscpi-pps: cleaner rewriting of output regulation GVariant
2015-09-20 Aurelien Jacobsscpi-pps: sr_scpi_get_string() is already called by...
2015-09-20 Aurelien Jacobsscpi: add obviously missing else statements
2015-09-20 Aurelien Jacobsscpi: don't stop parsing table at command 0 which is...
2015-09-20 Aurelien Jacobsscpi: scpi_cmd_resp() shouldn't return SR_OK without...
2015-09-18 Bert Vermeulenscpi/usbtmc: Support RL1 feature.
2015-09-18 Bartosz Golaszewskibaylibre-acme: gpio: Don't set direction in get/set...
2015-09-18 Bartosz Golaszewskibaylibre-acme: Add basic support for ACME revB.
2015-09-18 Bartosz Golaszewskibaylibre-acme: Check for power-switch presence at probe...
2015-09-18 Bartosz Golaszewskibaylibre-acme: Move enum channel_type to protocol.c.
2015-09-16 Daniel Elstnersysclk-lwla: Set USB device configuration
2015-09-16 Daniel Elstnersysclk-lwla: Clean up open/closed state handling
2015-09-16 Daniel Elstnersysclk-lwla: Streamline trigger setup logic
2015-09-16 Daniel Elstnerfx2lafw, sysclk-lwla: Avoid g_stat()
2015-09-15 Daniel Elstnerconfigure: Check for numpy Python module
2015-09-15 Uwe Hermannlascar-el-usb: Fix copy-paste errors.
2015-09-14 Uwe HermannMakefile.am: Shorten ChangeLog target a bit.
2015-09-13 Uwe Hermannmotech-lps-30x: Fix blocking serial write timeout.
2015-09-13 Uwe Hermannnorma-dmm: Fix blocking serial write timeout.
2015-09-13 Uwe Hermanngmc-mh-1x-2x: Fix blocking serial write timeout.
2015-09-13 Uwe Hermannconrad-digi-35-cpu: Fix blocking serial write timeout.
2015-09-13 Uwe Hermannbrymen-dmm: Fix blocking serial write timeout.
2015-09-13 Uwe Hermanncenter-3xx: Fix blocking serial write timeout.
2015-09-13 Uwe Hermannmic-985xx: Fix blocking serial write timeout.
2015-09-13 Uwe Hermannmanson-hcs-3xxx: Fix blocking serial write timeout.
2015-09-13 Uwe Hermanntondaj-sl-814: Fix blocking serial write timeout.
2015-09-13 Uwe HermannDrop obsolete SR_CONF_MEASURED_2ND_QUANTITY.
2015-09-13 Daniel Elstnerclasses.cpp: Define _XOPEN_SOURCE for isascii()
2015-09-13 Daniel ElstnerBuild: Move _POSIX_C_SOURCE definition to config.h
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel Elstnerlibsigrok-internal.h: Remove unused prototypes
2015-09-13 Daniel Elstnerserial: Make serial device event sources more robust
2015-09-13 Daniel ElstnerFix two more format warnings uncovered by MinGW build
2015-09-13 Daniel ElstnerBuild: Force ISO-conforming format syntax on MinGW
2015-09-13 Daniel Elstnerlog: Bring back the "sr: " default log prefix
2015-09-13 Daniel Elstnerlog: Remove sr_log_logdomain_{get,set} from the API
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-09-12 Daniel Elstnerlog: Output timestamps at level SR_LOG_DBG too
2015-09-12 Daniel Elstnerlog: Use generalized sr_log() to implement logging...
2015-09-11 Daniel Elstnersession: Return immediately if there are no event sources
2015-09-10 Daniel Elstnersession: Port to GLib main loop
2015-09-10 Daniel Elstnerserial: On Windows, include <windows.h> for HANDLE
2015-09-10 Daniel Elstnersigrok.m4: Remove SR_PROG_MAKE_NO_PRINT_DIRECTORY
2015-09-10 Daniel ElstnerBuild: Use GNUMAKEFLAGS for --no-print-directory
2015-09-10 Daniel Elstnerhung-chang-dso-2100: Enable only if libieee1284 is...
2015-09-10 Daniel Glöcknerhung-chang-dso-2100: Add driver
2015-09-10 Daniel Glöcknerhung-chang-dso-2100: Initial driver skeleton.
2015-09-09 Uwe Hermannportability: Use g_strerror() in favor of strerror().
2015-09-09 Uwe Hermannportability: Use g_ascii_strcasecmp() in favor of strca...
2015-09-09 Uwe HermannMakefile.am: Use @ORDER@ instead of |.
2015-09-09 Martin LingDon't rebuild Python or Java bindings unless C++ interf...
2015-09-08 Soeren ApelFix #550 by allowing an empty trigger match list
2015-09-08 Bert VermeulenDon't free trigger when destroying the session.
2015-09-08 Daniel ElstnerBuild: Show compiler versions in summary
2015-09-08 Daniel Elstnersigrok.m4: Add SR_PROG_VERSION macro
2015-09-08 Daniel Elstnersigrok.m4: Suppress make variable for ORDER
2015-09-08 Daniel ElstnerBuild: Fix restore of LIBS after temporary change
2015-09-07 Daniel Elstnersession: Compile USB-specific code only if available
2015-09-07 Daniel ElstnerBuild: Add configure check for libusb event-abstraction
2015-09-07 Daniel ElstnerUSB: Handle live changes to the set of FDs to poll
2015-09-07 Daniel ElstnerUSB: On Windows, assume G_IO_IN for the event mask
2015-09-07 Daniel Elstnersession: More main loop debug output
2015-09-07 Daniel ElstnerUSB: Remove Windows-specific event handling code
2015-09-07 Daniel Elstnersigrok.m4: Update serial
2015-09-07 Daniel ElstnerBuild: Use SR_PROG_MAKE_NO_PRINT_DIRECTORY
2015-09-07 Daniel Elstnersigrok.m4: Add SR_PROG_MAKE_NO_PRINT_DIRECTORY macro
2015-09-07 Daniel ElstnerBuild: Show compiler and flags in configure summary
2015-09-07 Daniel ElstnerBuild: Use SR_PROG_MAKE_ORDER_ONLY
2015-09-07 Daniel Elstnersigrok.m4: Add SR_PROG_MAKE_ORDER_ONLY macro
2015-09-07 Daniel ElstnerBuild: Implement libieee1284 check via SR_ARG_OPT_CHECK
next