]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
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.
2015-02-14 Uwe Hermannrigol-ds: Add missing "break" statements.
2015-02-14 Uwe Hermannrigol-ds: Add missing 20/50/100V vdiv entries.
2015-02-14 Uwe Hermannrigol-ds: Add more debug output.
2015-02-13 Aurelien Jacobsrigol-ds: handle full word trigger slope in config_get().
2015-02-12 Aurelien Jacobsrigol-ds: SR_CONF_TRIGGER_SLOPE is actually listable.
2015-02-12 Aurelien Jacobsinput/vcd: fix parse_header() return value check.
2015-02-12 Aurelien JacobsRemove the inline qualification from sr_rational_set().
2015-02-12 Aurelien JacobsCorrectly copy sr_datafeed_meta in sr_packet_copy().
2015-02-11 Uwe Hermannsr_strerror_name(): Add missing SR_ERR_IO entry.
2015-02-11 Bartosz GolaszewskiSR_ERR_IO: new error code
2015-02-11 Bartosz Golaszewskiconfigure.ac: Add AC_CANONICAL_SYSTEM macro.
2015-02-11 Uwe Hermannbackend: Add basic transform module sanity checks.
2015-02-11 Uwe Hermanntransform: Add a few basic unit tests.
2015-02-11 Uwe Hermanntransform: Add an "invert" transform module.
2015-02-11 Uwe Hermanntransform: Add a "scale" transform module.
2015-02-11 Uwe Hermanntransform: Add a "nop" transform module.
2015-02-11 Uwe Hermanntransform: Hook up transforms.
2015-02-11 Uwe Hermanntransform: Add a basic set of API calls.
2015-02-11 Uwe Hermanntransform: Add struct sr_transform and struct sr_transf...
2015-02-10 Uffe JakobsenFix problem building with BSD make
2015-01-31 Uwe HermannMakefile.am: Add NEED_SERIAL condition.
2015-01-31 Uwe HermannMakefile.am: Unconditionally build src/lcr/es51919.c.
2015-01-31 Daniel ElstnerUpdate list of files ignored by git
2015-01-31 Daniel Elstnerconfigure: Avoid bashism breaking the C++ bindings
2015-01-31 Daniel Elstnersysclk-lwla: Widen constant to 64 bit before shifting
2015-01-29 Uwe HermannLower dependency to glib 2.32.
2015-01-27 Uwe Hermannoutput/gnuplot: Use .dat as suggested file extension.
2015-01-27 Uwe Hermannin/out: Minor consistency renames.
2015-01-27 Joel Holdsworthoutput/wav: Improved description
2015-01-27 Joel Holdsworthoutput: Added preferred file extension field
2015-01-27 Joel Holdsworthinput: Added preferred file extension field
2015-01-26 Uwe Hermanncxx: Fix a linking issue.
2015-01-25 Uffe JakobsenFix FreeBSD issue with libusb_get_port_numbers()
2015-01-25 Bartosz Golaszewskidemo: implement averaging support
2015-01-25 Bartosz Golaszewskinew config options: averaging
2015-01-24 Uffe JakobsenCheck for librevisa >= 0.0.20130412 - the latest offici...
2015-01-19 Uwe Hermannsr_input_new(): Add missing @param comment.
2015-01-18 Martin LingC++: Fix segfault where input/output options are NULL.
2015-01-17 Uwe HermannFix two warnings when libserialport is not used.
2015-01-17 Uwe HermannInstall libsigrokcxx headers in separate directory.
2015-01-17 Uwe Hermanncxx: Rename include/libsigrok/ to include/libsigrokcxx/.
2015-01-17 Uwe HermannRename libsigrok.hpp to libsigrokcxx.hpp.
2015-01-17 Uwe Hermannlibsigrok.hpp: Fix incorrect glibmm.h #include.
2015-01-17 Uwe Hermannlibsigrokcxx: Drop Requires.private entry.
2015-01-17 Uwe HermannRename libsigrokxx to the more common libsigrokcxx.
2015-01-12 Uwe HermannMakefile.am: Use $(MKDIR_P) everywhere.
2015-01-11 Mathias Katzerscpi: Fix incomplete data issue for e.g. Hameg HMO1024.
2015-01-11 Mathias Katzerhameg-hmo: Fix double-free issue.
next