]> sigrok.org Git - libsigrok.git/history - bindings
C++: Suppress deprecation warnings from glibmm
[libsigrok.git] / bindings /
2015-10-30 Daniel ElstnerC++: Suppress deprecation warnings from glibmm
2015-10-30 Daniel Elstnerbuild: Use common SWIG defines for Python and Java
2015-10-26 Daniel ElstnerJava: Avoid dangerous writes via casted pointers
2015-10-26 Daniel ElstnerSWIG: Avoid unseparated template closing brackets
2015-10-26 Martin LingC++: Catch exceptions from stoi() and stod().
2015-10-26 Martin Lingjava: Usable wrapping of Configurable.config_keys().
2015-10-26 Martin Lingpython: Give all enum values __doc__ strings.
2015-10-26 Martin Lingpython: Add docstrings for enum constants.
2015-10-26 Martin Lingjava: Add docstrings for enum constants.
2015-10-26 Martin LingC++: Include enum classes when generating documentation.
2015-10-26 Martin LingC++: Declare namespace in enums.hpp so it can be used...
2015-10-26 Martin Lingjava: Make enum values available as normal constants.
2015-10-26 Daniel ElstnerJava: Remove obsolete SourceCallback interface
2015-10-26 Daniel ElstnerC++: Avoid const ref args to appease Java bindings
2015-10-26 Daniel ElstnerC++: Use C++98 syntax for default arguments to appease...
2015-10-26 Daniel ElstnerC++: Replace custom deleters with std::default_delete
2015-10-26 Daniel ElstnerC++: Use smart pointers instead of manual delete
2015-10-26 Daniel ElstnerC++: Move C struct pointers out of ownership classes
2015-10-26 Daniel ElstnerC++: Rename get_shared_pointer() to share_owned_by()
2015-10-26 Daniel ElstnerC++: Use shared_from_this() exclusively on this
2015-10-26 Daniel ElstnerC++: Make most members private instead of protected
2015-10-26 Daniel ElstnerSWIG: Hack around SWIG segfault on private destructors
2015-10-26 Daniel ElstnerC++: Make value get accessors const
2015-10-26 Daniel ElstnerC++: Make some methods static to match the C API
2015-10-26 Daniel ElstnerC++: Declare all callbacks invoked from C noexcept
2015-10-26 Daniel ElstnerC++: Use noexcept instead of throw()
2015-10-26 Daniel ElstnerSWIG: Define "noexcept" empty to work around SWIG bug
2015-10-26 Daniel ElstnerC++: Make most constructors explicit
2015-10-26 Daniel ElstnerC++: Do not use C-style casts
2015-10-26 Daniel ElstnerC++: Consistently use nullptr instead of NULL
2015-10-26 Daniel ElstnerC++: Use move() and avoid passing containers by value
2015-10-24 Martin Lingjava: Don't use SWIG attribute mechanism.
2015-10-24 Martin Lingjava: Remove overrides for overloaded methods.
2015-10-24 Martin Lingjava: Remove need for conversion methods on container...
2015-10-24 Martin LingSWIG: Declare template specialisations for containers...
2015-10-20 Uwe Hermannbindings: Use SR_DF_ANALOG, drop SR_DF_ANALOG_OLD support.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-10-20 Martin Lingjava: Fix SWIG warnings due to dodgy %extend redefinitions.
2015-10-20 Martin Lingpython: Prevent warning about deprecated NumPy API.
2015-10-17 Daniel Elstnerpython: Fix PyObject_CallMethod() arguments
2015-10-17 Daniel Elstnerpython: Wrap session stop callback
2015-10-17 Daniel Elstnersession: Make event source injection API private
2015-10-17 Daniel ElstnerC++: Add bindings for session stop notification
2015-10-04 Daniel ElstnerC++: Remove leftover Context::begin_save() method
2015-10-01 Daniel ElstnerC++: Wrap resource access API
2015-10-01 Daniel Elstnersession-file: Remove old session save API
2015-09-13 Daniel Elstnerclasses.cpp: Define _XOPEN_SOURCE for isascii()
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel Elstnerlog: Remove sr_log_logdomain_{get,set} from the API
2015-08-31 Uwe Hermannpython: Fix the build for Python >= 3.
2015-08-29 Daniel ElstnerBuild: Pass compiler flags from make to setup.py
2015-08-25 Bert VermeulenReplace sr_config_info with sr_key_info.
2015-08-16 Daniel Elstnersetup.py: Do VPATH search for swig/enums.i
2015-08-16 Daniel Elstnerenums.py: Place swig/enums.i into build directory
2015-08-16 Daniel ElstnerBuild: Use angle brackets for enums.cpp include
2015-08-16 Daniel ElstnerBuild: Prefix directory to include of enums.hpp
2015-08-16 Daniel ElstnerConsistently use SR_PACKAGE_VERSION instead of VERSION
2015-08-15 Soeren ApelIntroduce OutputFlag
2015-07-30 Soeren ApelAdd filename field to sr_output and make it accessible
2015-06-16 Alexandru Gagniucbindings/python: Handle import failures without crashing
2015-04-30 Alexandru Gagniucpython: classes.i: Declare strings with std::string
2015-04-20 Martin LingC++: Change arguments of Input::send() from std::string...
2015-04-07 Uwe Hermannsr_driver_list() now takes a context pointer.
2015-03-26 Uwe Hermannbindings/cxx/classes.cpp: Fix sr_session_load() invocation.
2015-03-26 Uwe Hermannbindings/cxx/classes.cpp: Fix a typo.
2015-03-26 Martin LingMake sr_session_new() and sr_session_load() require...
2015-03-19 Martin LingChange API of channel accessor functions to take struct...
2015-01-27 Joel Holdsworthoutput: Added preferred file extension field
2015-01-27 Joel Holdsworthinput: Added preferred file extension field
2015-01-26 Uwe Hermanncxx: Fix a linking issue.
2015-01-18 Martin LingC++: Fix segfault where input/output options are NULL.
2015-01-17 Uwe Hermanncxx: Rename include/libsigrok/ to include/libsigrokcxx/.
2015-01-17 Uwe HermannRename libsigrok.hpp to libsigrokcxx.hpp.
2015-01-17 Uwe Hermannlibsigrok.hpp: Fix incorrect glibmm.h #include.
2015-01-17 Uwe Hermannlibsigrokcxx: Drop Requires.private entry.
2015-01-17 Uwe HermannRename libsigrokxx to the more common libsigrokcxx.
2015-01-03 Aurelien JacobsAdd a public API to list available serial ports.
2014-12-29 Jiří Pinkavafix numpy include path
2014-11-24 Uwe Hermannbindings: Session::set_trigger(): Fix segfault condition.
2014-11-22 Uwe Hermannpython: Silence some warnings via -Wno-uninitialized.
2014-11-14 Uwe Hermannbindings: Fix out-of-tree build.
2014-11-14 Uwe Hermannbindings: Re-enable Java, but ignore create_analog_pack...
2014-11-13 Martin Lingbindings: Fix enums.py compatibility with Python 3.
2014-11-13 Uwe Hermannbindings: Add Session::context().
2014-11-13 Martin Lingbindings: Add packet constructors.
2014-11-13 Martin Lingbindings: Add QuantityFlag::mask_from_flags() method.
2014-11-13 Martin Lingbindings: Add UserDevice wrapping.
2014-11-12 Martin Lingpython: Wrap Analog::data() as a NumPy array.
2014-11-12 Martin Lingbindings: Expose Analog::channels() as an attribute.
2014-11-12 Martin Lingpython: Return correct PacketPayload subclasses from...
2014-11-12 Martin Lingpython: Fix error handling for callbacks.
2014-11-12 Martin Lingpython: Implement equality checks for EnumValue derived...
2014-11-12 Martin Lingbindings: Support per-language extensions to EnumValue...
2014-11-12 Martin Lingpython: Fix mapping of vector & map attributes to Pytho...
2014-11-12 Martin Lingbindings: Use new %attributevector and %attributemap...
2014-11-12 Martin Lingbindings: Expose ConfigKey::identifier as an attribute.
2014-11-12 Martin Lingbindings: Expose EnumValue::id and EnumValue::name...
2014-11-12 Martin Lingbindings: Wrap EnumValue base class.
2014-11-12 Martin Lingbindings: Rename ConfigKey::get(string) to get_by_ident...
2014-11-12 Martin Lingcxx: Implement more of EnumValue in template.
next