libsigrok/bindings/cxx
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
..
include/libsigrokcxx Bindings: Provide helper method that auto-converts analog 2017-05-27 22:37:28 +02:00
ConfigKey_methods.cpp C++: Catch exceptions from stoi() and stod(). 2015-10-26 07:17:50 +01:00
ConfigKey_methods.hpp bindings: Rename ConfigKey::get(string) to get_by_identifier(). 2014-11-12 02:27:04 +01:00
ConfigKey_methods.i bindings: Expose ConfigKey::identifier as an attribute. 2014-11-12 02:27:04 +01:00
Doxyfile Doxyfile*: Set GENERATE_TODOLIST to NO. 2016-09-26 17:19:24 +02:00
QuantityFlag_methods.cpp bindings: Add QuantityFlag::mask_from_flags() method. 2014-11-13 18:37:57 +01:00
QuantityFlag_methods.hpp bindings: Add QuantityFlag::mask_from_flags() method. 2014-11-13 18:37:57 +01:00
classes.cpp C++ binding: Fixup memory leak in input module receive() calls 2017-06-09 23:21:03 +02:00
enums.py bindings: Wrap enum sr_configcap as Capability class. 2015-12-31 18:27:56 +01:00
libsigrokcxx.pc.in Consistently use SR_PACKAGE_VERSION instead of VERSION 2015-08-16 18:28:13 +02:00