]> sigrok.org Git - libsigrok.git/history - bindings
output: Add srzip, the session file format.
[libsigrok.git] / bindings /
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...
2014-08-10 Martin Lingjava: Add documentation generation.
2014-08-10 Martin Lingpython: Add documentation generation.
2014-08-10 Martin Lingbindings: Transfer C++ documentation strings to Python...
2014-08-10 Martin LingC++ bindings: Attach documentation to enum wrapper...
2014-08-10 Martin LingC++ bindings: Reimplement enums.py using doxygen XML...
2014-07-26 Martin LingJava: correct input map type in create_output() wrapper.
2014-07-26 Martin LingJava: Move interfaces into org.sigrok.core.interfaces...
2014-07-26 Martin LingJava: ignore Meta::get_config() due to SWIG typemap...
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++: Fix leak of GVariant in ConfigKey::parse_string().
2014-07-24 Martin LingC++: Fix Packet destructor for packets without payload.
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-22 Jens SteinhauserC++ bindings: Make enums.py work with newer versions...
2014-07-19 Bert Vermeulenpython: Don't install as a zip file.
2014-07-19 Bert Vermeulenbindings: Filter out various pygccxml noise.
2014-07-19 Martin LingSuppress some SWIG warnings that don't matter.
2014-07-19 Martin LingFix building Python bindings with pygobject >= 3.7.91.
2014-07-18 Martin LingRemove obsolete low-level language bindings.
2014-07-18 Martin LingAdd Java bindings.
2014-07-18 Martin LingReimplement high-level Python bindings on top of SWIG...
2014-07-18 Martin LingAdd new generic SWIG bindings based on C++ classes.
2014-07-18 Martin LingAdd C++ bindings.
2014-07-17 Martin LingSWIG: Rename libsigrok.i to lowlevel.i.
2014-07-17 Martin LingSWIG: Remove obsolete lowlevel wrapper methods for...
2014-07-14 Bert Vermeulenswig: Use new output API.
2014-03-25 Uwe HermannRename various *PROBE* macros to *CHANNEL*.
2014-03-25 Uwe HermannRename 'struct sr_probe' to 'struct sr_channel' everywhere.
2014-03-25 Uwe HermannReplace 'probe group' with 'channel group' everywhere.
2013-12-17 Martin Lingpython: Use OrderedDict for input formats.
2013-12-17 Martin Lingpython: Split up Device class and add InputFileDevice...
2013-12-17 Martin Lingpython: Give config keys an auto lowercase name if...
2013-12-17 Martin Lingpython: Add ConfigKey.info and ConfigKey.<id> shortcuts.
2013-12-17 Martin Lingpython: ConfigInfo: return None from constructor if...
2013-12-17 Martin Lingpython: Add ConfigInfo and DataType classes.
2013-12-17 Martin Lingpython: Finish output format support.
2013-12-17 Martin Lingpython: Finish input format support.
2013-12-17 Martin Lingpython: Add initial support for input and output formats.
2013-12-17 Martin Lingpython: fix setting device/probe group configuration.
2013-12-17 Martin Lingpython: whitespace fix.
2013-11-08 Martin Lingpython: Map probe group configuration to ProbeGroup...
next