]> sigrok.org Git - libsigrok.git/history - bindings
Don't set _POSIX_C_SOURCE for VXI/RPC related files.
[libsigrok.git] / bindings /
2015-08-29 Daniel ElstnerBuild: Pass compiler flags from make to setup.py
2015-08-25 Bert VermeulenReplace sr_config_info with sr_key_info.
2015-08-16 Daniel Elstnersetup.py: Do VPATH search for swig/enums.i
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-06-16 Alexandru Gagniucbindings/python: Handle import failures without crashing
2015-04-30 Alexandru Gagniucpython: classes.i: Declare strings with std::string
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-12-29 Jiří Pinkavafix numpy include path
2014-11-24 Uwe Hermannbindings: Session::set_trigger(): Fix segfault condition.
2014-11-22 Uwe Hermannpython: Silence some warnings via -Wno-uninitialized.
2014-11-14 Uwe Hermannbindings: Fix out-of-tree build.
2014-11-14 Uwe Hermannbindings: Re-enable Java, but ignore create_analog_pack...
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 Lingpython: Wrap Analog::data() as a NumPy array.
2014-11-12 Martin Lingbindings: Expose Analog::channels() as an attribute.
2014-11-12 Martin Lingpython: Return correct PacketPayload subclasses from...
2014-11-12 Martin Lingpython: Fix error handling for callbacks.
2014-11-12 Martin Lingpython: Implement equality checks for EnumValue derived...
2014-11-12 Martin Lingbindings: Support per-language extensions to EnumValue...
2014-11-12 Martin Lingpython: Fix mapping of vector & map attributes to Pytho...
2014-11-12 Martin Lingbindings: Use new %attributevector and %attributemap...
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 Lingbindings: add SWIG attribute for Packet::type.
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-14 Martin Lingbindings: Make documentation script work under python...
2014-09-14 Martin Lingpython: fix conversion to string variants.
2014-09-13 Martin LingC++: use constructors for default argument declarations.
2014-09-13 Martin LingC++: include <cmath> for NAN.
2014-09-11 Martin Lingbindings: Remove 'get_' prefix from all accessors.
2014-09-08 Martin LingC++: Whitespace fix.
2014-09-08 Martin LingC++: Add SessionDevice class for devices owned by loade...
2014-09-08 Martin LingC++: Preserve original channel ordering.
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-08 Martin LingC++: Fix recursion loop in PacketPayload::get_shared_po...
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++: Don't spell out arguments to StructureWrapper...
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-31 Marcus ComstedtC++: Provide fallbacks for missing stoi/stod functions
2014-08-29 Martin LingC++: Fix shared pointer handling for PacketPayload...
2014-08-29 Martin LingC++: Fix hash table initialisation in map_to_hash_variant.
2014-08-29 Martin LingC++: Fix shared pointer handling for Device base class.
2014-08-28 Bert VermeulenC++: Use sr_input_scan_*() API changes.
2014-08-25 Martin LingC++: Update InputFormat::get_options for latest version...
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 Marcus ComstedtMakefile.am: Fix out-of-tree build for Python bindings
2014-08-17 Marcus ComstedtMakefile.am: Fix out-of-tree build for C++ and Java...
2014-08-17 Martin Lingbindings: update for sr_output_options_{get,free} API...
2014-08-10 Uwe HermannDoxygen: Silence Doxygen warnings by default.
2014-08-10 Martin Lingbindings: Transfer C++ method parameter documentation...
2014-08-10 Martin LingC++: Add parameter documentation and additional method...
next