]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2013-12-27 Uwe HermannDoxygen fixes: Hide private stuff, document some structs.
2013-12-27 Uwe HermannDoxyfile/Doxyfile_internal: Ignore doxy/* when creating...
2013-12-27 Uwe HermannDoxyfile/Doxyfile_internal: Update to same 1.8.5 templa...
2013-12-27 Uwe Hermannlog prefixes: Cosmetics, consistency fixes, typo fixes.
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-12-27 Uwe Hermannteleinfo: Minor cleanups.
2013-12-27 Uwe Hermannappa-55ii: Minor cosmetics, whitespace fixes.
2013-12-27 Uwe Hermanngmc-mh-1x-2x: Use standard API callback names for now.
2013-12-27 Uwe Hermanngmc-mh-1x-2x: Don't put driver-specific things in sr...
2013-12-27 Uwe Hermanngmc-mh-1x-2x: Use 'di' variable to match other drivers.
2013-12-27 Uwe Hermanngmc-mh-1x-2x: Fix two compiler warnings.
2013-12-27 Uwe Hermanngmc-mh-1x-2x: Cosmetics, whitespace, cleanups.
2013-12-23 Bert Vermeulenappa-55ii: Coding style fixes.
2013-12-23 Aurelien Jacobsappa-55ii: driver implementation with Live and Memory...
2013-12-23 Aurelien Jacobsappa-55ii: Initial driver skeleton.
2013-12-23 Aurelien Jacobsendian neutral helper macro to read 16/32 bits integer...
2013-12-23 Aurelien Jacobsadd support for AVG mqflag
2013-12-22 Bert Vermeulendemo: Code cleanup.
2013-12-22 Martin LingWindows usb: don't try to resume thread if shut down...
2013-12-22 Martin Lingusb: Enforce that there can only be one USB event sourc...
2013-12-22 Martin LingWindows usb: Unlock mutex when shutting down wait thread.
2013-12-22 Martin LingWinsock2.h must be included before anything that includ...
2013-12-22 Martin LingImplement usb_source_add and usb_source_remove for...
2013-12-21 Martin LingUse common usb_source_add and usb_source_remove functions.
2013-12-21 Martin LingUse new libserialport event set API to make GPollFDs...
2013-12-19 Bert VermeulenBump minimum libusb version to 1.0.16
2013-12-18 Uwe Hermannbbcgm-m2110: Minor cosmetics.
2013-12-18 Matthias Heidbrinkserial-dmm: Add BBC Goerz Metrawatt M2110 DMM driver.
2013-12-18 Matthias Heidbrinkserial-dmm: Commented struct dmm_info.
2013-12-18 poljar (Damir... hameg-hmo: Move the declaration of the driver info...
2013-12-17 Uwe Hermannserial.c: Show both error code and error message.
2013-12-17 Uwe HermannDoxygen: Consistently use @ notation everywhere.
2013-12-17 Uwe HermannDrop superfluous \n in some debug messages.
2013-12-17 Uwe HermannFix a few #include guard names.
2013-12-17 Martin Lingpython: Use OrderedDict for input formats.
2013-12-17 Martin Lingpython: Split up Device class and add InputFileDevice...
2013-12-17 Martin Lingpython: Give config keys an auto lowercase name if...
2013-12-17 Martin Lingpython: Add ConfigKey.info and ConfigKey.<id> shortcuts.
2013-12-17 Martin Lingpython: ConfigInfo: return None from constructor if...
2013-12-17 Martin Lingpython: Add ConfigInfo and DataType classes.
2013-12-17 Martin Lingpython: Finish output format support.
2013-12-17 Martin Lingpython: Finish input format support.
2013-12-17 Martin Lingpython: Add initial support for input and output formats.
2013-12-17 Martin Lingpython: fix setting device/probe group configuration.
2013-12-17 Martin Lingpython: whitespace fix.
2013-12-11 Bert VermeulenDetect non-existent file before libzip does.
2013-12-10 Bert Vermeulenstd: Don't build serial helpers without libserialport...
2013-12-09 Bert VermeulenMake API docs more consistent, avoid tabs to line up...
2013-12-09 Matthias Heidbrinkdoxygen: Created Doxyfile_internal to extract „everythi...
2013-12-09 Matthias HeidbrinkImproved doxygen docs.
2013-12-09 Matthias Heidbrinkdoxygen: Updated Doxyfile to doxygen 1.8.5.
2013-12-07 Bert VermeulenUse std_serial_dev_open().
2013-12-07 Bert Vermeulenstd: Add std_serial_dev_open().
2013-12-07 Bert Vermeulenstd: Standardize function name.
2013-12-07 Martin LingDisable OLS driver on Windows.
2013-12-07 Martin LingRemove now-unused fd field from struct sr_serial_dev_inst.
2013-12-07 Martin Lingols: Get fd from sp_get_port_handle() rather than seria...
2013-12-07 Martin LingEliminate internal usage of serial->fd in serial.c.
2013-12-07 Martin LingUse sp_get_port_handle to get an fd for adding/removing...
2013-12-07 Martin Lingbrymen-dmm: Use port name instead of fd in debug message.
2013-12-07 Martin LingUse sdi->status instead of serial->fd to tell if port...
2013-12-07 Martin LingUse std_serial_dev_close() to replace matching dev_clos...
2013-12-07 Martin LingAdd std_serial_dev_close() function.
2013-12-07 Martin LingRoute sr_source_remove for all serial devices through...
2013-12-07 Martin LingRoute sr_source_add for all serial devices through...
2013-12-07 Martin Lingrigol-ds: close SCPI device after using for scan.
2013-12-07 Martin Lingscpi_serial: Iterate serial_write as necessary to send...
2013-12-07 Bert Vermeulenfilter.c: Work around const warning.
2013-12-07 Marcus Comstedtfilter.c: Fix endianness bug in sr_filter_probes
2013-12-07 Bert VermeulenMinor whitespace fix.
2013-12-07 Marvin SchmidtFix test failure
2013-12-06 Martin Lingscpi_tcp: must define _WIN32_WINNT to 0x0501 or higher...
2013-12-06 Martin LingLink against the ws2_32 library on Windows.
2013-12-06 Martin Lingrigol-ds: Enable for non-Linux, as it now supports...
2013-12-06 Martin Lingscpi_tcp: Fix building on Windows.
2013-12-05 Russ Dillzeroplus: Rework triggerbar/trigger address logic
2013-12-05 Russ Dillzeroplus: Clip sampling sizes larger that our sample...
2013-12-05 Russ Dillzeroplus: Add support for additional memory sizes
2013-12-05 Russ Dillzeroplus: Rename max_memory_size to max_sample_depth
2013-12-04 Russ Dillzeroplus: Just wait until not busy on data capture
2013-12-04 Russ Dillzeroplus: Add usb IDs for 32 channel models, but only...
2013-12-04 Bert Vermeulenrigol-ds: Minor error reporting fix.
2013-12-04 Bert Vermeulenscpi/usbtmc: Prototype fixes.
2013-12-04 Bert Vermeulenscpi/serial: Use stubs for all SCPI functions.
2013-12-04 Martin Lingrigol-ds: Support VS5000 series devices.
2013-12-04 Martin Lingscpi_tcp: Adjust to observed protocol for Rigol VS5000...
2013-12-04 Martin Lingrigol-ds: Support TCP connection.
2013-12-04 Martin LingAdd implementation for SCPI over TCP.
2013-12-04 Martin Lingrigol-ds: Handle partial analog frame reads.
2013-12-04 Martin Lingscpi_serial: Flush buffers after opening port.
2013-12-04 Martin Lingrigol-ds: Support RS232 connection.
2013-12-04 Martin Lingrigol-ds: Eliminate fixed-size buffer in set_cfg.
2013-12-04 Martin LingAdd sr_scpi_send_variadic() function.
2013-12-04 Martin LingReplace rigol_ds_send() function with sr_scpi_send().
2013-12-04 Martin LingMake sr_scpi_send() take printf-style arguments.
2013-12-03 Martin LingOnly scpi_serial.c functions need HAVE_LIBSERIALPORT...
2013-12-03 Martin LingRemove SR_INST_USBTMC which is no longer used.
2013-12-03 Martin LingPort rigol-ds driver to use common SCPI functions.
2013-12-03 Martin LingAdd sr_scpi_read() operation for reading arbitrary...
2013-12-03 Martin LingImplement SCPI over USBTMC.
next