]> sigrok.org Git - libsigrok.git/history - bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp
C++: Make some methods static to match the C API
[libsigrok.git] / bindings / cxx / include / libsigrokcxx / libsigrokcxx.hpp
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/.