]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2015-04-07 Uwe Hermanncxx: Makefile.am: Use libtool's -no-undefined option.
2015-04-07 Martin Lingwindows: Fix building shared library on MinGW.
2015-04-07 Uwe Hermannsr_driver_list() now takes a context pointer.
2015-04-07 Uwe Hermannlink-mso: Eliminate unneeded NUM_CHANNELS.
2015-04-03 Uwe Hermannfx2lafw: Use libusb_error_name() for reporting transfer...
2015-03-31 Uwe HermannReplace some magic numbers with a #define.
2015-03-31 Uwe HermannReduce unnecessarily high indentation level in some...
2015-03-31 Uwe HermannMinor cosmetics and consistency fixes.
2015-03-31 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-31 Uwe Hermanncem-dt-885x: Add a missing break statement.
2015-03-31 Uwe Hermannzeroplus: Add a missing break statement.
2015-03-31 Uwe HermannFix a typo in a for loop (wrong variable).
2015-03-26 Uwe Hermannsysclk-lwla: Use ARRAY_SIZE instead of G_N_ELEMENTS.
2015-03-26 Martin Linguni-t-dmm: Declare each meter type in only one place.
2015-03-26 Uwe Hermannunit tests: Update for sr_session_new() API change.
2015-03-26 Uwe Hermannbindings/cxx/classes.cpp: Fix sr_session_load() invocation.
2015-03-26 Uwe Hermannbindings/cxx/classes.cpp: Fix a typo.
2015-03-26 Martin LingCall libusb_get_next_timeout() to get minimum timeout...
2015-03-26 Martin LingStore a context pointer in struct sr_session.
2015-03-26 Martin LingMake sr_session_new() and sr_session_load() require...
2015-03-24 Uwe HermannRevert "session_file.c: Use config_*() wrappers."
2015-03-24 Martin LingInitial fix attempt for a thread-related issue on Windows.
2015-03-24 Uwe HermannVarious #include file cosmetic fixes.
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2015-03-24 Uwe HermannSome more g_try_*alloc() fixes.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-24 Mike WaltersAdd udev rule for Rigol 1000Z series
2015-03-22 Uwe Hermanndemo: Fix SR_CONF_DEVICE_OPTIONS variant type.
2015-03-22 Uwe HermannChannel names consistency fixes and simplifications.
2015-03-22 Uwe HermannRemove unneeded #endif comments.
2015-03-22 Uwe HermannConsistency and whitespace fixes for switch statements.
2015-03-22 Uwe HermannMake memset() invocations consistent across all files.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-22 Uwe Hermannsession_file.c: Use config_*() wrappers.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Uwe HermannRemove unneeded explicit array size specification.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-21 Uwe Hermanntondaj-sl-814: Add missing SR_PRIV.
2015-03-21 Uwe Hermannserial-dmm: Use g_malloc()/g_free().
2015-03-21 Uwe Hermannvc870: Fix a compiler warning.
2015-03-21 Uwe HermannMinor cosmetics, cleanups.
2015-03-21 Uwe Hermannserial-dmm: Drop obsolete extern declaration.
2015-03-21 Martin Lingserial-dmm: Declare each meter type in only one place.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-21 Martin LingConstruct driver array at runtime, from an array of...
2015-03-21 Martin Lingrigol-ds: Add DS1000Z series support.
2015-03-20 Uwe HermannAdd initial Voltcraft VC-870 support.
2015-03-20 Uwe Hermannlibsigrok.h: Add SR_MQ_POWER_FACTOR and SR_MQ_APPARENT_...
2015-03-20 Bartosz Golaszewskibaylibre-acme: Fix a double free in bl_acme_set_shunt().
2015-03-20 Martin Lingscpi-pps: Add profile for Rigol DP821A.
2015-03-20 Martin Lingscpi-pps: Initialise sdi with status SR_ST_INACTIVE.
2015-03-19 Martin Lingrigol-ds: Fix broken channel group check in config_list().
2015-03-19 Martin Lingrigol-ds: Data source is a device option, not per chann...
2015-03-19 Martin Lingrigol-ds: Use sr_scpi_get_bool().
2015-03-19 Martin Lingrigol-ds: Fix double free.
2015-03-19 Martin Lingrigol-ds: Fix wrong channel group malloc size.
2015-03-19 Martin LingChange API of channel accessor functions to take struct...
2015-03-19 Martin LingAdd sdi pointer to struct sr_channel.
2015-03-19 Martin LingSimplify channel creation.
2015-03-19 Uwe Hermannfx2lafw: Replace obsoleted strncmp() calls.
2015-03-19 eightdotVarious fixes/updates to make the driver compile.
2015-03-19 Bert Vermeulenfx2lafw: Basic acquisition support for DSLogic.
2015-03-19 Bert VermeulenAdd udev rule for DSLogic.
2015-03-19 Bert Vermeulenfx2lafw: scan/firmware support for DSLogic.
2015-03-16 Bartosz Golaszewskioutput: Accept analog packets in csv output module.
2015-03-13 Uwe Hermannols: Fix a compiler warning (unused variable).
2015-03-13 Uwe Hermannols: Fix detection and acquisition on Windows.
2015-03-11 Bartosz Golaszewskibaylibre-acme: correctly handle channel group options
2015-03-02 Martin LingRename SR_CONF_NUM_TIMEBASE to SR_CONF_NUM_HDIV.
2015-03-02 Uwe Hermannut372: Minor cosmetics.
2015-03-01 Martin Lingut372: Support count mode.
2015-03-01 Martin LingAdd SR_MQ_COUNT for event count measurements.
2015-03-01 Martin Lingut372: Handle flags correctly.
2015-03-01 Martin Lingut372: Break out character-pair decoding to a separate...
2015-03-01 Martin Lingut372: Implement initial protocol parser.
2015-03-01 Martin Lingut372: Initial sub-driver skeleton.
2015-02-27 Baruch Evenserial-dmm: Add MASTECH MS8250B as a supported DMM.
2015-02-26 Uwe Hermannconfigure.ac: Two more fixes for the baylibre-acme...
2015-02-26 Uwe Hermannasix-sigma: Use the more portable g_usleep().
2015-02-26 Vladislav Ivanovconfigure.ac: Fix baylibre-acme OS check.
2015-02-20 Bartosz Golaszewskibaylibre-acme: don't report ACME as detected if no...
2015-02-20 Bartosz GolaszewskiDoxyfile: Make exclude patterns more specific.
2015-02-17 Uwe Hermannbaylibre-acme: Fix vendor/device name.
2015-02-17 Uwe HermannVarious Doxygen updates.
2015-02-17 Uwe Hermannunit tests: Drop unneeded check_ filename prefix.
2015-02-16 Uwe Hermannbaylibre-acme: Drop unneeded comment.
2015-02-16 Uwe Hermannbaylibre-acme: Fix a compiler warning.
2015-02-16 Uwe Hermannbaylibre-acme: Minor coding-style, cosmetics.
2015-02-16 Bartosz Golaszewskibaylibre-acme: Add support for SR_CONF_POWER_OFF.
2015-02-16 Bartosz Golaszewskibaylibre-acme: Add Linux-specific GPIO helpers.
2015-02-16 Bartosz Golaszewskibaylibre-acme: Add support for probe factor setting.
2015-02-16 Bartosz GolaszewskiSR_CONF_PROBE_FACTOR: New option.
2015-02-16 Bartosz Golaszewskiconfigure.ac: Compile baylibre-acme driver for Linux...
2015-02-16 Bartosz Golaszewskibaylibre-acme: Driver implementation.
2015-02-16 Bartosz Golaszewskibaylibre-acme: Initial driver skeleton.
2015-02-15 Aurelien Jacobsrigol-ds: fix the smallest supported vdiv for the DS200...
2015-02-15 Aurelien Jacobsrigol-ds: return the actual hardware num_vdiv and vdiv...
2015-02-15 Aurelien Jacobsrigol-ds: fix search for the closest vdiv.
next