]> sigrok.org Git - libsigrok.git/history - bindings
brymen-dmm: remove obsolete driver (support has moved to serial-dmm)
[libsigrok.git] / bindings /
2020-06-20 Anatol Pomozovbindings/ruby: Fix ruby SWIG bindings generation
2020-04-04 Juan M. Bello-Rivasbindings/cxx: Include missing header file
2020-04-04 Uwe Hermannbindings/java: Fix build issue with SWIG 4.x.
2020-03-25 Uwe Hermannbindings/python/Doxyfile: Set OPTIMIZE_OUTPUT_JAVA...
2020-03-24 Uwe HermannAll Doxyfile files: Update file template to doxygen...
2020-03-24 Uwe HermannAll Doxyfile files: Set CREATE_SUBDIRS to NO.
2020-01-05 Martin Lingpython: Apply typemap for VariantBase to VariantContain...
2019-06-30 Daniel Anselmibindings: Avoid "using namespace" in headers.
2019-05-01 Uwe HermannFix an issue when building in directories that are...
2018-12-30 Martin Lingbindings: Add Output::format()
2018-12-28 Martin Lingbindings: Add new Context::create_end_packet() method.
2018-12-28 Martin Lingpython: Add override for Context.create_logic_packet()
2018-11-10 Sven Bursch-OsewoldPython-Binding: Added data array for logic packet payload
2018-10-21 Jon BurgessFree list returned by sr_session_dev_list()
2018-07-22 Uwe HermannFix multiple C++ bindings warnings with gcc 8.
2018-05-17 Gerhard Sittigbindings: wrap sr_input_scan_file() in the C++ language...
2018-02-21 Gerhard Sittigbindings/ruby: include config.h before any other header...
2018-02-21 Gerhard Sittigbindings/python: include config.h before any other...
2018-02-21 Gerhard Sittigbindings/cxx: include config.h as early as possible
2018-02-11 Frank Stettnerstrutil: Locale independent snprintf() and vsnprintf...
2017-07-05 Soeren ApelIntroduce A2L methods
2017-07-05 Soeren ApelBindings: constify data pointer
2017-07-03 Uwe HermannRevert "C++: Avoid std::map::emplace() for GCC 4.7...
2017-06-25 Gerhard SittigC++ binding: Nits, style cleanup (braces, whitespace)
2017-06-25 Gerhard SittigC++ binding: Allow to re-use ConfigKey::parse_string...
2017-06-11 Uwe HermannRename sigrok-logo-notext.png to libsigrok_112x112...
2017-06-09 Uwe Hermannruby bindings: Fix a compiler warning.
2017-06-09 Uwe HermannFix various -Wundefined-var-template clang warnings.
2017-06-09 Gerhard SittigC++ binding: Fixup memory leak in input module receive...
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2017-05-27 Soeren ApelBindings: Provide helper method that auto-converts...
2017-05-27 Soeren ApelBindings: Flesh out the analog payload bindings
2016-12-06 Marcus ComstedtJava: Use correct JNI function when calling Vector.add
2016-12-05 Marcus ComstedtBindings: Make Ruby bindings build with Ruby 2.0
2016-09-26 Uwe HermannDoxyfile*: Set GENERATE_TODOLIST to NO.
2016-05-09 Soeren ApelInput: Add reset() function
2016-05-09 Soeren ApelBindings: Check for empty opts also in Configurable...
2016-04-17 EJFix #786 by checking for opts in the bindings
2016-03-22 Soeren ApelBindings: Update create_analog_packet() to the new...
2016-01-28 Aurelien JacobsImplement Ruby bindings on top of SWIG/C++ bindings.
2016-01-04 Daniel Elstnerresource: Replace ssize_t with gssize to avoid unistd.h
2016-01-04 Martin Lingpython: Provide sensible __str__ and __repr__ functions...
2016-01-02 Daniel ElstnerC++: Avoid std::map::emplace() for GCC 4.7 compatibility
2015-12-31 Uwe HermannRename sr_driver_scan_options() to sr_driver_scan_optio...
2015-12-31 Uwe HermannRename sr_dev_config_capabilities() to sr_dev_config_ca...
2015-12-31 Martin Lingbindings: New configuration enumeration API.
2015-12-31 Martin Lingbindings: Wrap enum sr_configcap as Capability class.
2015-12-04 Stefan Brünsbindings/cxx: make sure the config value reference...
2015-12-03 Marcus Comstedtbindings: Fix doc extraction for enums
2015-11-02 Marcus ComstedtJava: Remove explicit constructor deletes since SWIG...
2015-11-02 Marcus ComstedtJava: Fix leaking global refs
2015-11-02 Marcus ComstedtJava: Don't use JNIEnv* captured by lambdas, it may...
2015-11-02 Marcus ComstedtJava: Fill jlongs with 0 when doing SWIG style pointer...
2015-11-02 Marcus ComstedtRevert "Java: Avoid dangerous writes via casted pointers"
2015-11-02 Martin Lingpython: Fix string conversions for Python 3.
2015-10-30 Daniel ElstnerC++: Declare std::default_delete friend as struct
2015-10-30 Daniel ElstnerC++: Suppress deprecation warnings from glibmm
2015-10-30 Daniel Elstnerbuild: Use common SWIG defines for Python and Java
2015-10-26 Daniel ElstnerJava: Avoid dangerous writes via casted pointers
2015-10-26 Daniel ElstnerSWIG: Avoid unseparated template closing brackets
2015-10-26 Martin LingC++: Catch exceptions from stoi() and stod().
2015-10-26 Martin Lingjava: Usable wrapping of Configurable.config_keys().
2015-10-26 Martin Lingpython: Give all enum values __doc__ strings.
2015-10-26 Martin Lingpython: Add docstrings for enum constants.
2015-10-26 Martin Lingjava: Add docstrings for enum constants.
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-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-20 Uwe Hermannbindings: Use SR_DF_ANALOG, drop SR_DF_ANALOG_OLD support.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
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-04 Daniel ElstnerC++: Remove leftover Context::begin_save() method
next