]> sigrok.org Git - libsigrok.git/history - bindings/cxx/include
C++: Do not use C-style casts
[libsigrok.git] / bindings / cxx / include /
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/.
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 HermannRename libsigrokxx to the more common libsigrokcxx.
2015-01-03 Aurelien JacobsAdd a public API to list available serial ports.
2014-11-13 Uwe Hermannbindings: Add Session::context().
2014-11-13 Martin Lingbindings: Add packet constructors.
2014-11-13 Martin Lingbindings: Add UserDevice wrapping.
2014-11-12 Martin Lingcxx: Implement more of EnumValue in template.
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-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++: 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-14 Martin LingC++: Make hardware device instances user owned.
2014-09-13 Martin LingC++: use constructors for default argument declarations.
2014-09-11 Martin Lingbindings: Remove 'get_' prefix from all accessors.
2014-09-08 Martin LingC++: Add SessionDevice class for devices owned by loade...
2014-09-08 Martin LingC++: Add Configurable::config_check() method.
2014-09-08 Martin LingC++: Add Configurable::config_keys() method.
2014-09-08 Martin LingC++: Make Driver inherit Configurable.
2014-09-02 Martin LingC++: Implement Deleter pattern in UserOwned template.
2014-09-02 Martin LingC++: Add UserOwned base template for objects with resou...
2014-09-02 Martin LingC++: Rename StructureWrapper to ParentOwned.
2014-09-02 Martin LingC++: Make StructureWrapper a recurring template, elimin...
2014-09-02 Martin LingC++: Fix duplicated shared_ptr creation.
2014-09-02 Martin LingC++: Remove erroneous stray method.
2014-08-31 Martin LingC++: Add sanity checks in StructureWrapper.
2014-08-29 Martin LingC++: Fix shared pointer handling for PacketPayload...
2014-08-29 Martin LingC++: Fix shared pointer handling for Device base class.
2014-08-25 Martin LingC++: Implement InputFormat::get_options()
2014-08-25 Martin LingC++: Correct ownership of InputDevice objects.
2014-08-25 Martin LingUpdate bindings for new input API.
2014-08-17 Martin Lingbindings: update for sr_output_options_{get,free} API...
2014-08-10 Martin LingC++: Add parameter documentation and additional method...
2014-07-26 Martin LingUpdate bindings to use new output API.
2014-07-24 Martin Lingbindings: Add Channel::get_index() method.
2014-07-24 Martin Lingbindings: Add Device::get_description() method.
2014-07-24 Martin Lingbindings: Change return type of config_list to Glib...
2014-07-24 Martin Lingbindings: Revise Session::append() API.
2014-07-24 Martin Lingbindings: Support get_channel_groups() on base Device...
2014-07-24 Martin Lingbindings: Overhaul packet & payload classes.
2014-07-24 Martin LingC++: Add internal lookup to find Channel object from...
2014-07-24 Martin LingC++: Centralise code for preparing shared pointers.
2014-07-23 Martin LingAdd Doxyfile for C++ bindings and adaptations to C...
2014-07-23 Martin Lingbindings: Add Packet.get_type() method.
2014-07-23 Martin LingAdd bindings for getting/setting session trigger.
2014-07-18 Martin LingAdd C++ bindings.