]> sigrok.org Git - libsigrok.git/history - bindings/cxx
dcttech-usbrelay: adjust serial number and connection string logic
[libsigrok.git] / bindings / cxx /
2020-04-04 Juan M. Bello-Rivasbindings/cxx: Include missing header file
2020-03-24 Uwe HermannAll Doxyfile files: Update file template to doxygen...
2020-03-24 Uwe HermannAll Doxyfile files: Set CREATE_SUBDIRS to NO.
2019-06-30 Daniel Anselmibindings: Avoid "using namespace" in headers.
2019-05-01 Uwe HermannFix an issue when building in directories that are...
2018-12-30 Martin Lingbindings: Add Output::format()
2018-12-28 Martin Lingbindings: Add new Context::create_end_packet() method.
2018-10-21 Jon BurgessFree list returned by sr_session_dev_list()
2018-07-22 Uwe HermannFix multiple C++ bindings warnings with gcc 8.
2018-05-17 Gerhard Sittigbindings: wrap sr_input_scan_file() in the C++ language...
2018-02-21 Gerhard Sittigbindings/cxx: include config.h as early as possible
2018-02-11 Frank Stettnerstrutil: Locale independent snprintf() and vsnprintf...
2017-07-05 Soeren ApelIntroduce A2L methods
2017-07-05 Soeren ApelBindings: constify data pointer
2017-07-03 Uwe HermannRevert "C++: Avoid std::map::emplace() for GCC 4.7...
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-06-11 Uwe HermannRename sigrok-logo-notext.png to libsigrok_112x112...
2017-06-09 Uwe HermannFix various -Wundefined-var-template clang warnings.
2017-06-09 Gerhard SittigC++ binding: Fixup memory leak in input module receive...
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
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.
next