]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2015-04-28 Aurelien Jacobsstrcasecmp() is defined in strings.h.
2015-04-28 Aurelien Jacobswav: Stricter check for valid chunk ID.
2015-04-20 Martin LingC++: Change arguments of Input::send() from std::string...
2015-04-19 Uwe HermannLower libserialport requirement to 0.1.1.
2015-04-17 Uwe HermannFix various warnings when building without libusb.
2015-04-17 Uwe Hermannols: Whitespace fixes.
2015-04-17 Uwe Hermann.gitignore: Add tests/main.
2015-04-17 Bartosz Golaszewskibaylibre-acme: Add a missing return value check.
2015-04-17 Bartosz GolaszewskiRevert "baylibre-acme: Fix a compiler warning."
2015-04-12 Uwe Hermannwindows: Fix various compiler warnings.
2015-04-12 Uwe Hermanninput/wav: windows: Fix a compiler warning.
2015-04-12 Uwe Hermannbaylibre-acme: Fix a compiler warning.
2015-04-12 Bartosz Golaszewskibaylibre-acme: Set update_interval when modifing sample...
2015-04-12 Bartosz Golaszewskibaylibre-acme: Dynamically check per probe config options.
2015-04-12 Uwe HermannFix a USB timeout related issue in sr_session_iteration().
2015-04-09 Uwe Hermannuni-t-dmm: Add a missing NULL (fixes a crash on Android).
2015-04-09 Uwe Hermanndslogic: Fix FPGA bitstream upload.
2015-04-09 Uwe Hermanndslogic: Add #defines for timeouts and delays.
2015-04-08 Uwe Hermannrigol-ds: Drop unneeded check of g_strdup_printf()...
2015-04-08 Uwe Hermannconfigure.ac: Drop unneeded AC_CANONICAL_SYSTEM.
2015-04-07 Uwe Hermannautogen.sh: Drop obsolete MinGW/MSYS items.
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.
next