libsigrok/bindings
Daniel Elstner a73d492636 C++: Make some methods static to match the C API
Context::package_version() and Context::lib_version() do not access
context state and should be static. However, leave the logging
related methods alone for now, as making them static would entail
making the callback data a global static, since the C API lacks
destroy notification callbacks.
2015-10-26 06:45:56 +01:00
..
cxx C++: Make some methods static to match the C API 2015-10-26 06:45:56 +01:00
java java: Don't use SWIG attribute mechanism. 2015-10-24 22:12:41 +02:00
python SWIG: Define "noexcept" empty to work around SWIG bug 2015-10-26 06:45:56 +01:00
swig java: Don't use SWIG attribute mechanism. 2015-10-24 22:12:41 +02:00