]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
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.
2013-12-03 Martin LingMake SCPI functions device independent, with separate...
2013-12-03 Uwe Hermannstrutil.c: Don't expose sr_atox() as API calls for...
2013-12-03 Uwe Hermannhameg-hmo: Reduce unnecessarily high nesting level.
2013-12-03 Uwe Hermannhameg-hmo: Use hmo_ prefix for driver-local SR_PRIV...
2013-12-03 Uwe Hermannhameg-hmo: Minor cosmetics, coding-style fixes.
2013-12-03 Uwe Hermannscpi.c: Minor cleanups, cosmetics.
2013-12-03 Uwe Hermannconfigure.ac: Don't build hameg-hmo if libserialport...
2013-12-03 Uwe Hermannconfigure.ac: Move Hameg HMO AM_CONDITIONAL to the...
2013-12-03 poljar (Damir... hameg-hmo: Add initial working driver version.
2013-12-03 poljar (Damir... hameg-hmo: Initial driver skeleton.
2013-12-03 poljar (Damir... serial: Add function to extract serial options.
2013-12-03 poljar (Damir... scpi: Add function to fetch uint8_t.
2013-12-03 poljar (Damir... scpi: Add function to get an array of floats.
2013-12-03 poljar (Damir... scpi: Add a function to read and wait on a *OPC? reply.
2013-12-03 poljar (Damir... scpi: Add more functions (getting int/bool/float/double).
2013-12-03 poljar (Damir... scpi: Add function to strictly parse bool strings.
2013-12-03 poljar (Damir... scpi: Add helper functions for SCPI communication.
2013-12-03 poljar (Damir... strutil: Add helper functions: string to number.
2013-12-01 Dan Horákdefine correct variable for the unified Rigol driver
2013-12-01 Uwe Hermannserial-dmm: No error message upon 0 new bytes.
2013-12-01 Martin LingUse new libserialport blocking/nonblocking API calls.
2013-11-29 Bert VermeulenFix memory leak when loading session files.
2013-11-29 Martin Lingrigol-ds: Fix duplicated "LA" probe group.
2013-11-29 Martin LingCreate & use new sr_usbtmc_dev_inst for Rigol DS driver.
2013-11-29 Martin LingDS2000 sample memory capture patches from Mathias Grimm...
2013-11-29 Martin LingFix handling second channel on DS2000 series.
2013-11-29 Martin Lingrigol-ds: brown paper bag, using timebases instead...
2013-11-29 Martin Lingrigol-ds: fix calls to config_list with NULL sdi/devc.
2013-11-29 Martin Lingrigol-ds: Add support for DS2xx2 series.
2013-11-29 Martin LingRename rigol-ds1xx2 driver to rigol-ds.
2013-11-26 Bert VermeulenDon't accept over 64 probes.
2013-11-26 Bert Vermeuleninput/vcd: Coding style fixes.
2013-11-26 Bert Vermeulenoutput/csv: Fix wrong cast.
2013-11-26 Uwe Hermannserial.c: Re-enable serial_read() error reporting.
2013-11-26 Martin LingUse new libserialport opaque configuration structure.
2013-11-26 Martin LingUse accessor for new libserialport opaque port structure.
2013-11-26 Bert Vermeulengmc-mh-1x-2x driver depends on libserialport
2013-11-23 Bert Vermeulenuni-t-dmm: Drop unnecessary DMM count.
2013-11-23 Bert Vermeulenuni-t-dmm: Add support for the Tenma 72-7745.
2013-11-22 Uwe Hermannhantek-dso: config_list(): Only SR_CONF_BUFFERSIZE...
2013-11-22 Uwe Hermannols: config_list(): Handle SR_CONF_PATTERN_MODE.
2013-11-22 Uwe HermannUpdate to 3-digit libserialport package version format.
2013-11-22 Uwe HermannMake struct sr_session opaque.
2013-11-22 Matthias Heidbrinkgmc_mh_1x_2x: Completed driver for Metrahit 1x/2x
2013-11-22 Matthias HeidbrinkAdded SR_MQ_TIME and SR_MQFLAG_DURATION.
2013-11-22 Matthias Heidbrinkserial: Allow 5 and 6 data bits.
2013-11-22 Matthias Heidbrinkgmc_mh_1x_2x: Inital driver skeleton.
2013-11-22 Martin LingUpdate for libserialport v0.1 API.
next