]> sigrok.org Git - libsigrok.git/history - bindings/cxx
Bindings: Provide helper method that auto-converts analog
[libsigrok.git] / bindings / cxx /
2017-05-27 Soeren ApelBindings: Provide helper method that auto-converts...
2017-05-27 Soeren ApelBindings: Flesh out the analog payload bindings
2016-09-26 Uwe HermannDoxyfile*: Set GENERATE_TODOLIST to NO.
2016-05-09 Soeren ApelInput: Add reset() function
2016-05-09 Soeren ApelBindings: Check for empty opts also in Configurable...
2016-04-17 EJFix #786 by checking for opts in the bindings
2016-03-22 Soeren ApelBindings: Update create_analog_packet() to the new...
2016-01-04 Daniel Elstnerresource: Replace ssize_t with gssize to avoid unistd.h
2016-01-02 Daniel ElstnerC++: Avoid std::map::emplace() for GCC 4.7 compatibility
2015-12-31 Uwe HermannRename sr_driver_scan_options() to sr_driver_scan_optio...
2015-12-31 Uwe HermannRename sr_dev_config_capabilities() to sr_dev_config_ca...
2015-12-31 Martin Lingbindings: New configuration enumeration API.
2015-12-31 Martin Lingbindings: Wrap enum sr_configcap as Capability class.
2015-12-04 Stefan Brünsbindings/cxx: make sure the config value reference...
2015-12-03 Marcus Comstedtbindings: Fix doc extraction for enums
2015-10-30 Daniel ElstnerC++: Declare std::default_delete friend as struct
2015-10-30 Daniel ElstnerC++: Suppress deprecation warnings from glibmm
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 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 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 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 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-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-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-25 Bert VermeulenReplace sr_config_info with sr_key_info.
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-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-11-24 Uwe Hermannbindings: Session::set_trigger(): Fix segfault condition.
2014-11-14 Uwe Hermannbindings: Fix out-of-tree build.
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 Lingbindings: Support per-language extensions to EnumValue...
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.
2014-11-11 Uwe Hermannbindings: Use getters now that 'struct sr_dev_inst...
2014-10-15 Martin Lingbindings: Remove Device::description().
2014-10-15 Martin Lingbindings: Add Session::filename() and corresponding...
2014-10-15 Martin Lingbindings: Add accessor to obtain parent object.
2014-10-15 Martin LingC++: Don't clear Session::_owned_devices() in Session...
2014-10-07 Jens Steinhauserbindings: Better error handling in enumeration get...
2014-09-30 Martin LingReturn sensible Device::description() for session and...
2014-09-30 Martin LingC++: Fix management of SessionDevice objects.
2014-09-30 Martin LingC++: Add spaces in Device::description().
2014-09-30 Martin LingC++: Expose device serial number and connection ID.
2014-09-30 Martin LingC++: Expose config key capabilities.
2014-09-29 Martin Lingbindings: Update for input API changes.
2014-09-29 Aurelien JacobsC++: handle uint32_t SR_CONF keys which contain key...
2014-09-14 Martin LingC++: Make hardware device instances user owned.
2014-09-13 Martin LingC++: use constructors for default argument declarations.
next