libsigrok/bindings/cxx
Daniel Elstner 014512254a C++: Declare std::default_delete friend as struct
std::default_delete<> is originally defined as struct, not class.
This does not really make much of a difference, but some compilers
complain when the struct/class tag is not consistent across all
declarations of the type.
2015-10-30 15:09:40 +01:00
..
include/libsigrokcxx C++: Declare std::default_delete friend as struct 2015-10-30 15:09:40 +01: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 C++: Include enum classes when generating documentation. 2015-10-26 07:17:01 +01: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++: Avoid const ref args to appease Java bindings 2015-10-26 07:04:10 +01:00
enums.py java: Add docstrings for enum constants. 2015-10-26 07:17:01 +01:00
libsigrokcxx.pc.in Consistently use SR_PACKAGE_VERSION instead of VERSION 2015-08-16 18:28:13 +02:00