]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2015-10-26 Martin LingC++: Include enum classes when generating documentation.
2015-10-26 Martin LingC++: Declare namespace in enums.hpp so it can be used...
2015-10-26 Martin Lingjava: Make enum values available as normal constants.
2015-10-26 Daniel ElstnerJava: Remove obsolete SourceCallback interface
2015-10-26 Daniel ElstnerC++: Avoid const ref args to appease Java bindings
2015-10-26 Daniel ElstnerC++: Use C++98 syntax for default arguments to appease...
2015-10-26 Daniel ElstnerC++: Replace custom deleters with std::default_delete
2015-10-26 Daniel ElstnerC++: Use smart pointers instead of manual delete
2015-10-26 Daniel ElstnerC++: Move C struct pointers out of ownership classes
2015-10-26 Daniel ElstnerC++: Rename get_shared_pointer() to share_owned_by()
2015-10-26 Daniel ElstnerC++: Use shared_from_this() exclusively on this
2015-10-26 Daniel ElstnerC++: Make most members private instead of protected
2015-10-26 Daniel ElstnerSWIG: Hack around SWIG segfault on private destructors
2015-10-26 Daniel ElstnerC++: Make value get accessors const
2015-10-26 Daniel ElstnerC++: Make some methods static to match the C API
2015-10-26 Daniel ElstnerC++: Declare all callbacks invoked from C noexcept
2015-10-26 Daniel ElstnerC++: Use noexcept instead of throw()
2015-10-26 Daniel ElstnerSWIG: Define "noexcept" empty to work around SWIG bug
2015-10-26 Daniel ElstnerC++: Make most constructors explicit
2015-10-26 Daniel ElstnerC++: Do not use C-style casts
2015-10-26 Daniel ElstnerC++: Consistently use nullptr instead of NULL
2015-10-26 Daniel ElstnerC++: Use move() and avoid passing containers by value
2015-10-25 Uwe Hermanntests: Drop another obsolete sr_analog_float_to_string...
2015-10-25 Martin Lingscpi: Move closing of discovered devices to sr_scpi_sca...
2015-10-24 Martin Lingrigol-ds: After successfully finding a device, close...
2015-10-24 Martin Lingjava: Don't use SWIG attribute mechanism.
2015-10-24 Martin Lingjava: Remove overrides for overloaded methods.
2015-10-24 Martin Lingjava: Remove need for conversion methods on container...
2015-10-24 Martin LingSWIG: Declare template specialisations for containers...
2015-10-24 Aurelien Jacobsscpi_usbtmc_libusb: remove libusb_clear_halt() hack...
2015-10-24 Uwe Hermanntransform/scale: Fix g_variant_new() argument.
2015-10-24 Aurelien Jacobsscpi_usbtmc_libusb: set_configuration only if it is...
2015-10-24 Aurelien Jacobsscpi_usbtmc_libusb: add Rigol DS2000 to the RL1 blacklist
2015-10-24 Uwe HermannDrop unneeded sr_analog_float_to_string().
2015-10-24 Tilman Sauerbeckdrivers: Fix behaviour when trying to set an invalid...
2015-10-24 Uwe Hermannfx2lafw: Drop obsolete macro usage.
2015-10-22 Uwe Hermannfx2lafw: Add the official fx2lafw sigrok VID/PID pairs.
2015-10-20 Uwe Hermannanalog.c: Various Doxygen additions and improvements.
2015-10-20 Uwe Hermannanalog.c: Return SR_ERR_ARG upon invalid arguments.
2015-10-20 Uwe Hermannsr_analog_float_to_string(): Make 'digits' argument...
2015-10-20 Uwe HermannAdd a few unit tests for the analog conversion functions.
2015-10-20 Uwe Hermannbindings: Use SR_DF_ANALOG, drop SR_DF_ANALOG_OLD support.
2015-10-20 Uwe HermannSR_DF_ANALOG2 and sr_datafeed_analog2 renames.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-10-20 Martin Lingsession: Convert from SR_DF_ANALOG to SR_DF_ANALOG2...
2015-10-20 Martin Lingoutput/csv: Support SR_DF_ANALOG2.
2015-10-20 Martin Lingoutput/wav: Support SR_DF_ANALOG2.
2015-10-20 Martin Lingtransform/invert: Support SR_DF_ANALOG2.
2015-10-20 Martin Lingtransform/scale: Support SR_DF_ANALOG2.
2015-10-20 Martin Lingtransform/scale: Use a rational rather than floating...
2015-10-20 Martin Lingjava: Fix SWIG warnings due to dodgy %extend redefinitions.
2015-10-20 Martin Lingpython: Prevent warning about deprecated NumPy API.
2015-10-17 Daniel Elstnerpython: Fix PyObject_CallMethod() arguments
2015-10-17 Daniel Elstnerpython: Wrap session stop callback
2015-10-17 Daniel Elstnersession: Make event source injection API private
2015-10-17 Daniel ElstnerC++: Add bindings for session stop notification
2015-10-17 Daniel Elstnersession: Keep reference to main context while running
2015-10-17 Daniel Elstnersession: Make sr_session_run() optional
2015-10-17 Daniel Elstnerresource: Do not require size to stay valid after close
2015-10-16 Uwe HermannAdd support for the Tenma 77-7732 multimeter.
2015-10-16 Uwe HermannAdd support for the Tenma 77-9380A multimeter.
2015-10-16 Daniel Elstnerbuild: Require libzip 0.11
2015-10-16 Daniel Elstnersrzip: Avoid recent-ish zip_file_add()
2015-10-16 Daniel Elstnerkorad-kdxxxxp: Use PRIi64 format for int64_t
2015-10-14 Karl Palssondrivers: Add support for Tenma 72-7730 multimeter
2015-10-13 Uwe Hermannconfigure.ac: Korad KDxxxxP depends on libserialport.
2015-10-13 Hannu VuolasahoInitial driver for Korad KDxxxxP (Velleman LABPS3005D)
2015-10-13 Hannu Vuolasahokorad-kdxxxxp: Initial driver skeleton.
2015-10-09 Bartosz Golaszewskibaylibre-acme: Fix EEPROM fields endianness.
2015-10-09 Bartosz Golaszewskibaylibre-acme: Read EEPROM contents into buffer before...
2015-10-09 Bartosz Golaszewskibaylibre-acme: Use fixed-size integer types in struct...
2015-10-04 Daniel ElstnerC++: Remove leftover Context::begin_save() method
2015-10-03 Daniel Elstnerbuild: Do not define FIRMWARE_DIR on Windows
2015-10-03 Daniel Elstnerresource: Make definition of FIRMWARE_DIR optional
2015-10-02 Daniel Elstnersession-file: Use 32-bit int for channel count
2015-10-01 Daniel Elstnerusb: Skip add/remove of FD on destroyed source
2015-10-01 Daniel ElstnerC++: Wrap resource access API
2015-10-01 Daniel Elstnerdrivers: Load firmware via new resource API
2015-10-01 Daniel Elstnerresource: Move sr_file_get_size() to resource.c
2015-10-01 Daniel Elstnerresource: New internal API for accessing resource files
2015-10-01 Daniel Elstnersrzip: Avoid low-level FD-based I/O
2015-10-01 Daniel Elstnersession-file: Remove old session save API
2015-10-01 Daniel Elstnervirtual-session: Plug ZIP archive leak
2015-10-01 Daniel Elstnervirtual-session: Advertise all config keys
2015-10-01 Daniel Elstnerinput: Use fseeko/ftello to get the size of a file
2015-10-01 Daniel Elstnerinput: Clean up input file scanning
2015-09-30 Uwe Hermanndrivers.c: Fix HAVE_HW_GWINSTEK_GDS_800 position.
2015-09-30 Martin Lederhilgergwinstek-gds-800: Initial driver implementation.
2015-09-30 Martin Lederhilgergwinstek-gds-800: Initial driver skeleton.
2015-09-25 Uwe Hermannmanson-hcs-3xxx: Fix use-after-free and memory leaks.
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
2015-09-22 Daniel Elstnerdemo: Strictly round up the number of samples to send
2015-09-22 Daniel Elstnerdemo: Increase timer interval to 100 ms
2015-09-22 Daniel Elstnerdemo: Fix continuous mode and honor time limit
2015-09-22 Bert Vermeulenscpi/usbtmc: Add Agilent DSO1000 series to RL1 blacklist.
2015-09-22 Bert Vermeulenscpi/usbtmc: Implement Rigol DS1000 workaround on any...
2015-09-21 Bert Vermeulenscpi: Pass SCPI device instance to open and close callb...
2015-09-21 Bert Vermeulenscpi/libgpib: Fix format argument in error message.
2015-09-21 Scott AllenFix RadioShack 22-812 DMM incorrect readings.
2015-09-21 Bert Vermeulenscpi/usbtmc: Implement blacklist for RL1 feature.
next