]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2016-05-16 Stefan Brünsstrutil: add method to get an sr_rational from a string
2016-05-16 Stefan Brünshameg-hmo: Add PATTern and BUS1/BUS2 trigger sources
2016-05-16 Uwe Hermannfx2lafw/dslogic: Various cosmetics and whitespace fixes.
2016-05-16 Diego Asanzadslogic: Fix sampling for high samplerates.
2016-05-16 Diego Asanzadslogic: Add support for long captures at high samplerates.
2016-05-16 Diego Asanzadslogic: Add support for external clock edge selection.
2016-05-16 Diego Asanzadslogic: Implement continuous mode
2016-05-16 Diego AsanzaChange type of SR_CONF_CONTINUOUS from SR_T_UINT64...
2016-05-16 Diego Asanzadslogic: Implement acquisition with external clock.
2016-05-16 Diego Asanzadslogic: Add support for voltage threshold
2016-05-16 Diego Asanzadslogic: Implement trigger functionality
2016-05-13 Lars-Peter... demo: Handle the case when zero analog or logic channel...
2016-05-13 Lars-Peter... srzip: zip_append_analog(): Fix memory leaks
2016-05-13 Lars-Peter... srzip: Fix handling of analog channels with index 0
2016-05-13 Marvin Schmidtgitignore: Add files generated when building Ruby bindings
2016-05-13 Marvin Schmidtbuild: Replace AX_CXX_COMPILE_STDCXX_11 with latest...
2016-05-13 Marvin Schmidtbuild: Fix distribution of Ruby bindings
2016-05-12 Aurelien Jacobsruby: Fix out-of-tree build of the bindings.
2016-05-12 Uwe Hermannscan(): Consistently start out with SR_ST_INACTIVE.
2016-05-12 Uwe Hermannfx2lafw: Fix a -Wself-assign compiler warning.
2016-05-09 Lars-Peter... Remove unnecessary std_init() wrapper functions
2016-05-09 Lars-Peter... std_init(): Drop check if pass in driver is non-NULL
2016-05-09 Lars-Peter... Match std_init() parameter order to the driver init...
2016-05-09 Lars-Peter... zeroplus-logic-cube: Fix USB device list
2016-05-09 Lars-Peter... victor-dmm: Fix USB device list leak
2016-05-09 Lars-Peter... testo: Fix USB device list leak
2016-05-09 Lars-Peter... lascar-el-usb: lascar_scan(): Fix USB device list leak
2016-05-09 Soeren ApelInput/trace32_ad: Make the sample rate an option
2016-05-09 Soeren ApelInput/wav: Add reset() function
2016-05-09 Soeren ApelInput/vcd: Add reset() function
2016-05-09 Soeren ApelInput/trace32_ad: Add reset() function
2016-05-09 Soeren ApelInput/raw_analog: Add reset() function
2016-05-09 Soeren ApelInput/csv: Add reset() function
2016-05-09 Soeren ApelInput/chronovu_la8: Add reset() function
2016-05-09 Soeren ApelInput/binary: Add reset() function
2016-05-09 Soeren ApelInput: Add reset() function
2016-05-09 Soeren ApelBindings: Check for empty opts also in Configurable...
2016-05-09 Uwe Hermannbaylibre-acme: Drop unused last_sample_fin variable.
2016-05-09 Lars-Peter... victor-dmm: Use software limit helpers
2016-05-09 Lars-Peter... uni-t-dmm: Use software limit helpers
2016-05-09 Lars-Peter... tondaj-sl-814: Use software limit helpers
2016-05-09 Lars-Peter... testo: Use software limit helpers
2016-05-09 Lars-Peter... teleinfo: Use software limit helpers
2016-05-09 Lars-Peter... serial-dmm: Use software limit helpers
2016-05-09 Lars-Peter... norma-dmm: Use software limit helpers
2016-05-09 Lars-Peter... motech-lps-30x: Use software limit helpers
2016-05-09 Lars-Peter... mic-985xx: Use software limit helpers
2016-05-09 Lars-Peter... maynuo-m97: Use software limit helpers
2016-05-09 Lars-Peter... manson-hcs-3xxx: Use software limit helpers
2016-05-09 Lars-Peter... korad-kaxxxxp: Use software limit helpers
2016-05-09 Lars-Peter... kern-scale: Use software limit helpers
2016-05-09 Lars-Peter... colead-slm: Use software limit helpers
2016-05-09 Lars-Peter... center-3xx: Use software limit helpers
2016-05-09 Lars-Peter... brymen-dmm: Use software limit helpers
2016-05-09 Lars-Peter... brymen-bm86x: Use software limit helpers
2016-05-09 Lars-Peter... baylibre-acme: Use software limit helpers
2016-05-09 Lars-Peter... appa-55ii: Use software limit helpers
2016-05-09 Lars-Peter... Add helper functions for software limits
2016-05-05 Benjamin Larssonudev rules file: Add entry for Sainsmart DDS120.
2016-05-03 Bert Vermeulentesto: Minor code cleanup.
2016-05-03 Lars-Peter... Remove unnecessary driver context checks
2016-05-03 Lars-Peter... Drop SR_CONF_SET flag from SR_CONF_CONTINUOUS options
2016-05-03 Lars-Peter... Introduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter... Remove unnecessary dev_clear() callbacks
2016-05-03 Lars-Peter... Introduce standard cleanup helper
2016-05-03 Lars-Peter... scpi-pps: Fix dev_clear() implementation
2016-05-03 Lars-Peter... deree-de5000: Provide dev_clear()
2016-05-03 Lars-Peter... demo: Provide dev_clear()
2016-05-03 Lars-Peter... beaglelogic: Use std_dev_clear() instead of open-coding it
2016-05-03 Lars-Peter... baylibre-acme: Properly free GErrors returned by g_file...
2016-05-03 Lars-Peter... ftdi-la: Properly cleanup in scan_all()
2016-04-29 Uwe Hermanndev_open(): Don't check for sdi != NULL.
2016-04-29 Uwe HermannDrop some unused or duplicated code.
2016-04-29 Uwe Hermanncem-dt-885x/colead-slm: Use std_serial_dev_open().
2016-04-29 Uwe HermannRandom cosmetics and whitespace fixes.
2016-04-29 Uwe Hermannuni-t-ut32x: Fix copy-paste error.
2016-04-29 Uwe Hermanndev_acquisition_start(): Ensure that sdi is always...
2016-04-29 Uwe HermannDrop some obsolete and unneeded comments.
2016-04-29 Uwe Hermannstd_serial_dev_acquisition_stop(): Drop unneeded parameter.
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannConsistently don't check sdi->priv in dev_acquisition_s...
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2016-04-29 Benjamin Larssonfx2lafw: Add working glue layer for frontends
2016-04-27 Joel Holdsworthfx2lafw: Add analog sampling handler
2016-04-27 Joel Holdsworthfx2lafw: Factor out packet sending
2016-04-27 Joel Holdsworthfx2lafw: Add CTL2 clocking command flag to header
2016-04-27 Joel Holdsworthfx2lafw: Add support for AX analog channel probing
2016-04-23 Uwe Hermannhwdriver.c: Add missing SR_MQFLAG_FOUR_WIRE entry.
2016-04-23 Alexandru Gagniuchp-3457a: Implement support for rear terminals and...
2016-04-23 Alexandru Gagniuchp-3457a: Implement AC, ACDC, and four-wire resistance...
2016-04-23 Alexandru Gagniucanalog: Add MQ Flag for four-wire measurements
2016-04-23 Alexandru Gagniuchp-3457a: Do not retrigger new measurement after the...
2016-04-23 Sergey Alirzaevftdi-la: added support for the device selection
2016-04-23 Benjamin Larssonhantek-6xxx: fix memory leaks
2016-04-23 Benjamin Larssonmemory leak fix: g_variant_print() usage fix
2016-04-23 Markus Siegerthantek-6xxx: Use power of 2 usb packet sizes
2016-04-23 Markus Siegerthantek-6xxx: use 1D50:608E for Sainsmart DDS-120
2016-04-23 Benjamin Larssonhantek-6xxx: add coupling support
2016-04-23 Benjamin Larssonhantek-6xxx: store the amount samples received
next