]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-09-14 Martin LingC++: Make hardware device instances user owned.
2014-09-14 Martin Lingbindings: Make documentation script work under python...
2014-09-14 Martin Lingpython: fix conversion to string variants.
2014-09-14 Martin Linghwdriver: Validate types of GVariants passed by user.
2014-09-14 Martin LingUse AM_PATH_PYTHON macro to find Python binary.
2014-09-13 Martin LingC++: use constructors for default argument declarations.
2014-09-13 Martin LingC++: include <cmath> for NAN.
2014-09-11 Martin Lingbindings: Remove 'get_' prefix from all accessors.
2014-09-11 Martin Lingscpi: Remove trailing carriage returns.
2014-09-10 Uwe Hermanntests: Fix binary input test.
2014-09-10 Bert Vermeuleninput: Add debug output.
2014-09-10 Bert Vermeuleninput/binary: Fix broken I/O loop.
2014-09-10 Bert VermeulenDon't start session with 0-channel devices.
2014-09-09 Bert Vermeulenscpi: Don't return NULL device from unsuccessful scan.
2014-09-09 Bert Vermeulenscpi-pps: Clean up HP 6632B profile.
2014-09-08 Uwe Hermannconfigure.ac: Add and use DRIVER2() to shorten file.
2014-09-08 Uwe Hermannconfigure.ac: Shorten per-driver lines a bit.
2014-09-08 Uwe Hermannconfigure.ac: Don't duplicate driver name.
2014-09-08 Bert Vermeulenscpi-pps: Fix compile warning.
2014-09-08 Bert Vermeulenscpi-pps: Fix config_set checks.
2014-09-08 Uwe Hermannconfigure.ac: Show SCPI backends that'll be compiled.
2014-09-08 Uwe Hermannconfigure.ac: Whitespace, cosmetics, sorting, etc.
2014-09-08 Martin LingC++: Whitespace fix.
2014-09-08 Martin LingC++: Add SessionDevice class for devices owned by loade...
2014-09-08 Martin LingC++: Preserve original channel ordering.
2014-09-08 Martin LingC++: Add Configurable::config_check() method.
2014-09-08 Martin LingC++: Add Configurable::config_keys() method.
2014-09-08 Martin LingC++: Make Driver inherit Configurable.
2014-09-08 Martin LingC++: Fix recursion loop in PacketPayload::get_shared_po...
2014-09-08 Aurelien Jacobsrigol-ds: replace some magic numbers by appropriate...
2014-09-08 Bert VermeulenAdd support for HP 6632B.
2014-09-08 Bert Vermeulenscpi-pps: Create one channel per MQ/output combination.
2014-09-08 Bert VermeulenAdd private storage pointer to struct sr_channel.
2014-09-08 Bert Vermeulenscpi-pps: Simplify SCPI command handling.
2014-09-08 Bert Vermeulenscpi-pps: Add support for Rigol DP831A/DP832A.
2014-09-08 Bert Vermeulenscpi-pps: Use regex to match model names.
2014-09-08 Bert Vermeulenscpi-pps: Generalize vendor name cleanup.
2014-09-08 Bert Vermeulenscpi-pps: Add support for Rigol DP832.
2014-09-08 Bert Vermeulenscpi-pps: Add basic cross-vendor PPS functionality.
2014-09-08 Bert VermeulenRevamp PPS-related config keys.
2014-09-08 Bert Vermeulenscpi-pps: Initial driver skeleton.
2014-09-06 Aurelien Jacobsbrymen-bm86x: Add current loop sensor support.
2014-09-05 Bert Vermeulenscpi/gpib: Rename backend to scpi_libgpib.
2014-09-05 Bert Vermeulenbuild: Use pkgconfig for libgpib.
2014-09-05 Martin LingAdd GPIB SCPI backend using linux-gpib and libgpib.
2014-09-02 Martin LingC++: Implement Deleter pattern in UserOwned template.
2014-09-02 Martin LingC++: Add UserOwned base template for objects with resou...
2014-09-02 Martin LingC++: Rename StructureWrapper to ParentOwned.
2014-09-02 Martin LingC++: Make StructureWrapper a recurring template, elimin...
2014-09-02 Martin LingC++: Don't spell out arguments to StructureWrapper...
2014-09-02 Bert Vermeuleninput/wav: Now really correctly check supported sample...
2014-09-02 Bert Vermeulenagilent-dmm: U124xx/U125xx: Add current loop sensor...
2014-09-02 Martin LingC++: Fix duplicated shared_ptr creation.
2014-09-02 Martin LingC++: Remove erroneous stray method.
2014-09-02 Bert Vermeulenscpi/usbtmc: Minor debug output changes.
2014-09-02 Bert Vermeuleninput/wav: Correctly check supported sample size.
2014-09-02 Marcus Comstedtinput/wav: Fix broken handling of float32 samples on...
2014-09-01 Bert Vermeulenagilent-dmm: Add temperature regex to U125xx parser.
2014-09-01 Bert Vermeulenagilent-dmm: U124xx/U125xx: support 5 more modes.
2014-09-01 Matthias Heidbrinkgmc-mh-1x-2x-rs232: Completed energy measurement ranges...
2014-09-01 Bert Vermeulenagilent-dmm: U124x/U125x fixes.
2014-08-31 Uwe Hermannunit tests: Update to recent API changes.
2014-08-31 Uwe Hermannerror.c: Add missing entries.
2014-08-31 Martin LingC++: Add sanity checks in StructureWrapper.
2014-08-31 Bert Vermeulenbuild: Silence java-clean.
2014-08-31 Marcus ComstedtC++: Provide fallbacks for missing stoi/stod functions
2014-08-31 Marcus ComstedtMakefile.am: Use $(CXXCOMPILE) to compile C++ code
2014-08-30 Soeren Apelyokogawa-dlm: Replace g_try_malloc() calls and fix...
2014-08-30 Soeren Apelyokogawa-dlm: Lower timeout to increase throughput...
2014-08-30 Soeren Apelyokogawa-dlm: Do not block when receiving and save...
2014-08-30 Soeren Apelyokogawa-dlm: Flesh out driver with current state of...
2014-08-30 Soeren Apelyokogawa-dlm: Integrate driver skeleton
2014-08-30 Bert Vermeuleninput/csv: Use uint64 for samplerate option.
2014-08-30 Bert Vermeuleninput/chronovu_la8: Use uint64 for samplerate option.
2014-08-30 Bert Vermeuleninput/binary: Use uint64 for samplerate option.
2014-08-30 Bert Vermeulenagilent-dmm: Add U124xx device IDs.
2014-08-29 Bert Vermeulenagilent-dmm: Add provisional support for the U124xx.
2014-08-29 Bert Vermeulenagilent-dmm: Assume all A and B models are identical...
2014-08-29 Bert Vermeulenagilent-dmm: Add RMS flag to AC voltage modes.
2014-08-29 Bert Vermeulenagilent-dmm: Correctly parse negative overload.
2014-08-29 Uwe HermannRemove unneeded subdriver debug messages.
2014-08-29 Martin LingC++: Fix shared pointer handling for PacketPayload...
2014-08-29 Martin LingC++: Fix hash table initialisation in map_to_hash_variant.
2014-08-29 Martin LingC++: Fix shared pointer handling for Device base class.
2014-08-29 Martin LingClean Java files on any change that needs re-running...
2014-08-28 Bert Vermeulenagilent-dmm: Fix value parser.
2014-08-28 Peter ZotovAdd support for mcupro Logic16, a Saleae Logic16 clone.
2014-08-28 Bert VermeulenC++: Use sr_input_scan_*() API changes.
2014-08-27 Bert Vermeuleninput: sr_input_scan_*() now return a status code.
2014-08-27 Bert VermeulenAdd error string for SR_OK_CONTINUE.
2014-08-27 Bert VermeulenAdd SR_ERR_DATA.
2014-08-27 Bert Vermeuleninput/wav: Support for WAVE_FORMAT_EXTENSIBLE.
2014-08-26 Bert Vermeuleninput/wav: use our own endian macros.
2014-08-26 Bert VermeulenAdd RB16S and RB32S (signed) macros.
2014-08-26 Bert Vermeuleninput: Avoid warnings on all-zero static struct entries.
2014-08-25 Martin LingC++: Update InputFormat::get_options for latest version...
2014-08-25 Martin LingC++: Implement InputFormat::get_options()
2014-08-25 Martin LingC++: Correct ownership of InputDevice objects.
2014-08-25 Martin LingUpdate bindings for new input API.
next