projects
/
libsigrok.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
kingst-la2016: fix segfault that often occurs when a capture is aborted
[libsigrok.git]
/
bindings
/
2021-03-28
Soeren Apel
Amend #119 to use vector instead of tuple
tree
|
commitdiff
2021-02-21
Richard Allen
python bindings: Support passing in rational voltages...
tree
|
commitdiff
2020-06-20
Anatol Pomozov
bindings/ruby: Fix ruby SWIG bindings generation
tree
|
commitdiff
2020-04-04
Juan M. Bello-Rivas
bindings/cxx: Include missing header file
tree
|
commitdiff
2020-04-04
Uwe Hermann
bindings/java: Fix build issue with SWIG 4.x.
tree
|
commitdiff
2020-03-25
Uwe Hermann
bindings/python/Doxyfile: Set OPTIMIZE_OUTPUT_JAVA...
tree
|
commitdiff
2020-03-24
Uwe Hermann
All Doxyfile files: Update file template to doxygen...
tree
|
commitdiff
2020-03-24
Uwe Hermann
All Doxyfile files: Set CREATE_SUBDIRS to NO.
tree
|
commitdiff
2020-01-05
Martin Ling
python: Apply typemap for VariantBase to VariantContain...
tree
|
commitdiff
2019-06-30
Daniel Anselmi
bindings: Avoid "using namespace" in headers.
tree
|
commitdiff
2019-05-01
Uwe Hermann
Fix an issue when building in directories that are...
tree
|
commitdiff
2018-12-30
Martin Ling
bindings: Add Output::format()
tree
|
commitdiff
2018-12-28
Martin Ling
bindings: Add new Context::create_end_packet() method.
tree
|
commitdiff
2018-12-28
Martin Ling
python: Add override for Context.create_logic_packet()
tree
|
commitdiff
2018-11-10
Sven Bursch-Osewold
Python-Binding: Added data array for logic packet payload
tree
|
commitdiff
2018-10-21
Jon Burgess
Free list returned by sr_session_dev_list()
tree
|
commitdiff
2018-07-22
Uwe Hermann
Fix multiple C++ bindings warnings with gcc 8.
tree
|
commitdiff
2018-05-17
Gerhard Sittig
bindings: wrap sr_input_scan_file() in the C++ language...
tree
|
commitdiff
2018-02-21
Gerhard Sittig
bindings/ruby: include config.h before any other header...
tree
|
commitdiff
2018-02-21
Gerhard Sittig
bindings/python: include config.h before any other...
tree
|
commitdiff
2018-02-21
Gerhard Sittig
bindings/cxx: include config.h as early as possible
tree
|
commitdiff
2018-02-11
Frank Stettner
strutil: Locale independent snprintf() and vsnprintf...
tree
|
commitdiff
2017-07-05
Soeren Apel
Introduce A2L methods
tree
|
commitdiff
2017-07-05
Soeren Apel
Bindings: constify data pointer
tree
|
commitdiff
2017-07-03
Uwe Hermann
Revert "C++: Avoid std::map::emplace() for GCC 4.7...
tree
|
commitdiff
2017-06-25
Gerhard Sittig
C++ binding: Nits, style cleanup (braces, whitespace)
tree
|
commitdiff
2017-06-25
Gerhard Sittig
C++ binding: Allow to re-use ConfigKey::parse_string...
tree
|
commitdiff
2017-06-11
Uwe Hermann
Rename sigrok-logo-notext.png to libsigrok_112x112...
tree
|
commitdiff
2017-06-09
Uwe Hermann
ruby bindings: Fix a compiler warning.
tree
|
commitdiff
2017-06-09
Uwe Hermann
Fix various -Wundefined-var-template clang warnings.
tree
|
commitdiff
2017-06-09
Gerhard Sittig
C++ binding: Fixup memory leak in input module receive...
tree
|
commitdiff
2017-06-06
Uwe Hermann
Drop trailing whitespace in various files.
tree
|
commitdiff
2017-05-27
Soeren Apel
Bindings: Provide helper method that auto-converts...
tree
|
commitdiff
2017-05-27
Soeren Apel
Bindings: Flesh out the analog payload bindings
tree
|
commitdiff
2016-12-06
Marcus Comstedt
Java: Use correct JNI function when calling Vector.add
tree
|
commitdiff
2016-12-05
Marcus Comstedt
Bindings: Make Ruby bindings build with Ruby 2.0
tree
|
commitdiff
2016-09-26
Uwe Hermann
Doxyfile*: Set GENERATE_TODOLIST to NO.
tree
|
commitdiff
2016-05-09
Soeren Apel
Input: Add reset() function
tree
|
commitdiff
2016-05-09
Soeren Apel
Bindings: Check for empty opts also in Configurable...
tree
|
commitdiff
2016-04-17
EJ
Fix #786 by checking for opts in the bindings
tree
|
commitdiff
2016-03-22
Soeren Apel
Bindings: Update create_analog_packet() to the new...
tree
|
commitdiff
2016-01-28
Aurelien Jacobs
Implement Ruby bindings on top of SWIG/C++ bindings.
tree
|
commitdiff
2016-01-04
Daniel Elstner
resource: Replace ssize_t with gssize to avoid unistd.h
tree
|
commitdiff
2016-01-04
Martin Ling
python: Provide sensible __str__ and __repr__ functions...
tree
|
commitdiff
2016-01-02
Daniel Elstner
C++: Avoid std::map::emplace() for GCC 4.7 compatibility
tree
|
commitdiff
2015-12-31
Uwe Hermann
Rename sr_driver_scan_options() to sr_driver_scan_optio...
tree
|
commitdiff
2015-12-31
Uwe Hermann
Rename sr_dev_config_capabilities() to sr_dev_config_ca...
tree
|
commitdiff
2015-12-31
Martin Ling
bindings: New configuration enumeration API.
tree
|
commitdiff
2015-12-31
Martin Ling
bindings: Wrap enum sr_configcap as Capability class.
tree
|
commitdiff
2015-12-04
Stefan Brüns
bindings/cxx: make sure the config value reference...
tree
|
commitdiff
2015-12-03
Marcus Comstedt
bindings: Fix doc extraction for enums
tree
|
commitdiff
2015-11-02
Marcus Comstedt
Java: Remove explicit constructor deletes since SWIG...
tree
|
commitdiff
2015-11-02
Marcus Comstedt
Java: Fix leaking global refs
tree
|
commitdiff
2015-11-02
Marcus Comstedt
Java: Don't use JNIEnv* captured by lambdas, it may...
tree
|
commitdiff
2015-11-02
Marcus Comstedt
Java: Fill jlongs with 0 when doing SWIG style pointer...
tree
|
commitdiff
2015-11-02
Marcus Comstedt
Revert "Java: Avoid dangerous writes via casted pointers"
tree
|
commitdiff
2015-11-02
Martin Ling
python: Fix string conversions for Python 3.
tree
|
commitdiff
2015-10-30
Daniel Elstner
C++: Declare std::default_delete friend as struct
tree
|
commitdiff
2015-10-30
Daniel Elstner
C++: Suppress deprecation warnings from glibmm
tree
|
commitdiff
2015-10-30
Daniel Elstner
build: Use common SWIG defines for Python and Java
tree
|
commitdiff
2015-10-26
Daniel Elstner
Java: Avoid dangerous writes via casted pointers
tree
|
commitdiff
2015-10-26
Daniel Elstner
SWIG: Avoid unseparated template closing brackets
tree
|
commitdiff
2015-10-26
Martin Ling
C++: Catch exceptions from stoi() and stod().
tree
|
commitdiff
2015-10-26
Martin Ling
java: Usable wrapping of Configurable.config_keys().
tree
|
commitdiff
2015-10-26
Martin Ling
python: Give all enum values __doc__ strings.
tree
|
commitdiff
2015-10-26
Martin Ling
python: Add docstrings for enum constants.
tree
|
commitdiff
2015-10-26
Martin Ling
java: Add docstrings for enum constants.
tree
|
commitdiff
2015-10-26
Martin Ling
C++: Include enum classes when generating documentation.
tree
|
commitdiff
2015-10-26
Martin Ling
C++: Declare namespace in enums.hpp so it can be used...
tree
|
commitdiff
2015-10-26
Martin Ling
java: Make enum values available as normal constants.
tree
|
commitdiff
2015-10-26
Daniel Elstner
Java: Remove obsolete SourceCallback interface
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Avoid const ref args to appease Java bindings
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Use C++98 syntax for default arguments to appease...
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Replace custom deleters with std::default_delete
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Use smart pointers instead of manual delete
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Move C struct pointers out of ownership classes
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Rename get_shared_pointer() to share_owned_by()
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Use shared_from_this() exclusively on this
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Make most members private instead of protected
tree
|
commitdiff
2015-10-26
Daniel Elstner
SWIG: Hack around SWIG segfault on private destructors
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Make value get accessors const
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Make some methods static to match the C API
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Declare all callbacks invoked from C noexcept
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Use noexcept instead of throw()
tree
|
commitdiff
2015-10-26
Daniel Elstner
SWIG: Define "noexcept" empty to work around SWIG bug
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Make most constructors explicit
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Do not use C-style casts
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Consistently use nullptr instead of NULL
tree
|
commitdiff
2015-10-26
Daniel Elstner
C++: Use move() and avoid passing containers by value
tree
|
commitdiff
2015-10-24
Martin Ling
java: Don't use SWIG attribute mechanism.
tree
|
commitdiff
2015-10-24
Martin Ling
java: Remove overrides for overloaded methods.
tree
|
commitdiff
2015-10-24
Martin Ling
java: Remove need for conversion methods on container...
tree
|
commitdiff
2015-10-24
Martin Ling
SWIG: Declare template specialisations for containers...
tree
|
commitdiff
2015-10-20
Uwe Hermann
bindings: Use SR_DF_ANALOG, drop SR_DF_ANALOG_OLD support.
tree
|
commitdiff
2015-10-20
Uwe Hermann
SR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
tree
|
commitdiff
2015-10-20
Martin Ling
java: Fix SWIG warnings due to dodgy %extend redefinitions.
tree
|
commitdiff
2015-10-20
Martin Ling
python: Prevent warning about deprecated NumPy API.
tree
|
commitdiff
2015-10-17
Daniel Elstner
python: Fix PyObject_CallMethod() arguments
tree
|
commitdiff
2015-10-17
Daniel Elstner
python: Wrap session stop callback
tree
|
commitdiff
2015-10-17
Daniel Elstner
session: Make event source injection API private
tree
|
commitdiff
next