libsigrok/bindings
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
..
cxx C++: Declare std::default_delete friend as struct 2015-10-30 15:09:40 +01:00
java Java: Avoid dangerous writes via casted pointers 2015-10-26 07:29:50 +01:00
python build: Use common SWIG defines for Python and Java 2015-10-30 12:51:16 +01:00
swig java: Usable wrapping of Configurable.config_keys(). 2015-10-26 07:17:01 +01:00