libsigrok/bindings
Martin Ling d0fa4ac1e7 java: Don't use SWIG attribute mechanism.
Using the attribute mechanism results in badly named wrappers like
getLog_level(), as well as incompletely applied typemaps for templated
container types. If we just avoid this mechanism entirely, we get the
same foo() and set_foo() accessors as we have in the C++ API.
2015-10-24 22:12:41 +02:00
..
cxx bindings: Use SR_DF_ANALOG, drop SR_DF_ANALOG_OLD support. 2015-10-21 00:29:29 +02:00
java java: Don't use SWIG attribute mechanism. 2015-10-24 22:12:41 +02:00
python SWIG: Declare template specialisations for containers before typemaps. 2015-10-24 22:12:41 +02:00
swig java: Don't use SWIG attribute mechanism. 2015-10-24 22:12:41 +02:00