]> sigrok.org Git - libsigrok.git/history - src/scpi
yokogawa-dlm: Fix array_float_get()
[libsigrok.git] / src / scpi /
2015-12-26 Uwe HermannPrefer postfix-increment for consistency across the...
2015-11-08 Uwe HermannConstify a lot more items.
2015-10-25 Martin Lingscpi: Move closing of discovered devices to sr_scpi_sca...
2015-10-24 Aurelien Jacobsscpi_usbtmc_libusb: remove libusb_clear_halt() hack...
2015-10-24 Aurelien Jacobsscpi_usbtmc_libusb: set_configuration only if it is...
2015-10-24 Aurelien Jacobsscpi_usbtmc_libusb: add Rigol DS2000 to the RL1 blacklist
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
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 Bert Vermeulenscpi/usbtmc: Implement blacklist for RL1 feature.
2015-09-20 Bert VermeulenNo need to check return value of libusb_get_device_desc...
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-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
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-07 Martin Lederhilgerscpi: Fix incorrect serial_read_nonblocking call().
2015-08-30 Bert Vermeulenscpi: Avoid using SR_OK_CONTINUE.
2015-08-29 Uwe HermannDon't set _POSIX_C_SOURCE for VXI/RPC related files.
2015-08-25 Bert Vermeulenscpi/usbtmc: Use sr_usb_close().
2015-08-25 Bert Vermeulenscpi: Strip leading/trailing spaces from *IDN? response.
2015-08-25 Bert Vermeulenscpi: Propagate error codes in API functions.
2015-08-25 Bert Vermeulenscpi: Make helper functions from scpi-pps available...
2015-08-25 Bert Vermeulenscpi: Move SCPI-related definitions to separate header...
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-04-29 Alexandru Gagniucscpi: Accept *IDN responses with more than four tokens
2015-03-24 Uwe HermannVarious #include file cosmetic fixes.
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-01-11 Mathias Katzerscpi: Fix incomplete data issue for e.g. Hameg HMO1024.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-10-17 Soeren Apelscpi: Populate sdi->connection_id
2014-10-03 Martin LingAdd a configurable read timeout to blocking SCPI reads...
2014-10-02 Bert Vermeulenscpi/vxc: Avoid NULL dereference.
2014-09-24 Martin Lingscpi_serial: Mark read/write calls nonblocking, remove...
2014-09-11 Martin Lingscpi: Remove trailing carriage returns.
2014-09-09 Bert Vermeulenscpi: Don't return NULL device from unsuccessful scan.
2014-09-05 Bert Vermeulenscpi/gpib: Rename backend to scpi_libgpib.
2014-09-05 Martin LingAdd GPIB SCPI backend using linux-gpib and libgpib.
2014-09-02 Bert Vermeulenscpi/usbtmc: Minor debug output changes.
2014-08-10 Uwe HermannDoxygen: Add a few missing @param lines for sessions.
2014-07-22 Bert VermeulenReorganize project tree.