libsigrok/bindings
Daniel Elstner d370545d60 C++: Use move() and avoid passing containers by value
Make use of std::move() to transfer arguments passed in by value.
Take complex container arguments by const reference, as passing
those by value is rather unorthodox even for C++11 style code.
2015-10-26 04:06:12 +01:00
..
cxx C++: Use move() and avoid passing containers by value 2015-10-26 04:06:12 +01: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