libsigrok/bindings
Gerhard Sittig e3e1f20c7f C++ binding: Fixup memory leak in input module receive() calls
The Input::send() method allocated glib strings and copied input data,
but only released the glib string container and leaked the actual string
content. This led to leaks in the size of the verbatim input file, which
is especially wasteful for uncompressed textual representations.

This fixes bug #976.
2017-06-09 23:21:03 +02:00
..
cxx C++ binding: Fixup memory leak in input module receive() calls 2017-06-09 23:21:03 +02:00
java Drop trailing whitespace in various files. 2017-06-06 14:10:02 +02:00
python Doxyfile*: Set GENERATE_TODOLIST to NO. 2016-09-26 17:19:24 +02:00
ruby Bindings: Make Ruby bindings build with Ruby 2.0 2016-12-05 01:10:37 +01:00
swig Implement Ruby bindings on top of SWIG/C++ bindings. 2016-01-28 19:03:52 +01:00