]> sigrok.org Git - libsigrok.git/history - bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp
bindings: Add Output::format()
[libsigrok.git] / bindings / cxx / include / libsigrokcxx / libsigrokcxx.hpp
2018-12-30 Martin Lingbindings: Add Output::format()
2018-12-28 Martin Lingbindings: Add new Context::create_end_packet() method.
2018-05-17 Gerhard Sittigbindings: wrap sr_input_scan_file() in the C++ language...
2017-07-05 Soeren ApelIntroduce A2L methods
2017-07-05 Soeren ApelBindings: constify data pointer
2017-06-25 Gerhard SittigC++ binding: Nits, style cleanup (braces, whitespace)
2017-06-25 Gerhard SittigC++ binding: Allow to re-use ConfigKey::parse_string...
2017-05-27 Soeren ApelBindings: Provide helper method that auto-converts...
2017-05-27 Soeren ApelBindings: Flesh out the analog payload bindings
2016-05-09 Soeren ApelInput: Add reset() function
2016-01-04 Daniel Elstnerresource: Replace ssize_t with gssize to avoid unistd.h
2015-12-31 Martin Lingbindings: New configuration enumeration API.
2015-12-31 Martin Lingbindings: Wrap enum sr_configcap as Capability class.
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 Lingjava: Usable wrapping of Configurable.config_keys().
2015-10-26 Martin LingC++: Declare namespace in enums.hpp so it can be used...
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++: 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 Elstnerlog: Remove sr_log_logdomain_{get,set} from the API
2015-08-16 Daniel ElstnerBuild: Prefix directory to include of enums.hpp
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-01-27 Joel Holdsworthoutput: Added preferred file extension field
2015-01-27 Joel Holdsworthinput: Added preferred file extension field
2015-01-17 Uwe Hermanncxx: Rename include/libsigrok/ to include/libsigrokcxx/.