]> sigrok.org Git - libsigrok.git/history - bindings/swig
kingst-la2016: fix segfault that often occurs when a capture is aborted
[libsigrok.git] / bindings / swig /
2020-06-20 Anatol Pomozovbindings/ruby: Fix ruby SWIG bindings generation
2016-01-28 Aurelien JacobsImplement Ruby bindings on top of SWIG/C++ bindings.
2015-12-31 Martin Lingbindings: New configuration enumeration API.
2015-12-31 Martin Lingbindings: Wrap enum sr_configcap as Capability class.
2015-12-03 Marcus Comstedtbindings: Fix doc extraction for enums
2015-10-26 Martin Lingjava: Usable wrapping of Configurable.config_keys().
2015-10-26 Martin Lingpython: Give all enum values __doc__ strings.
2015-10-26 Martin Lingpython: Add docstrings for enum constants.
2015-10-26 Martin Lingjava: Add docstrings for enum constants.
2015-10-26 Martin LingC++: Declare namespace in enums.hpp so it can be used...
2015-10-24 Martin Lingjava: Don't use SWIG attribute mechanism.
2015-10-24 Martin LingSWIG: Declare template specialisations for containers...
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-09-13 Daniel Elstnerlog: Remove sr_log_logdomain_{get,set} from the API
2015-08-16 Daniel Elstnersetup.py: Do VPATH search for swig/enums.i
2015-08-16 Daniel ElstnerBuild: Prefix directory to include of enums.hpp
2015-01-17 Uwe Hermanncxx: Rename include/libsigrok/ to include/libsigrokcxx/.
2015-01-17 Uwe HermannRename libsigrok.hpp to libsigrokcxx.hpp.
2014-11-13 Martin Lingbindings: Add UserDevice wrapping.
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 Lingbindings: Use new %attributevector and %attributemap...
2014-11-12 Martin Lingbindings: Expose EnumValue::id and EnumValue::name...
2014-11-12 Martin Lingbindings: Wrap EnumValue base class.
2014-10-15 Martin Lingbindings: Remove Device::description().
2014-10-15 Martin Lingbindings: Add Session::filename() and corresponding...
2014-10-15 Martin Lingbindings: add SWIG attribute for Packet::type.
2014-09-14 Martin Lingbindings: Make documentation script work under python...
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-08-25 Martin LingUpdate bindings for new input API.
2014-08-10 Martin Lingbindings: Transfer C++ method parameter documentation...
2014-08-10 Martin Lingbindings: Transfer C++ documentation strings to Python...
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: Support get_channel_groups() on base Device...
2014-07-24 Martin Lingbindings: Overhaul packet & payload classes.
2014-07-23 Martin LingAdd bindings for getting/setting session trigger.
2014-07-19 Martin LingSuppress some SWIG warnings that don't matter.
2014-07-18 Martin LingRemove obsolete low-level language bindings.
2014-07-18 Martin LingAdd new generic SWIG bindings based on C++ classes.
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 'struct sr_probe' to 'struct sr_channel' everywhere.
2014-03-25 Uwe HermannReplace 'probe group' with 'channel group' everywhere.
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-11-08 Martin Lingpython: Add classes for probes and probe groups.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-18 Martin Lingpython: Add Analog class.
2013-04-17 Martin Lingpython: fix cdata to work with Python 3.x.
2013-04-17 Martin Lingswig: Wrap additional GVariant operations.
2013-04-17 Martin Lingpython: use setuptools and put bindings into sigrok...
2013-04-16 Martin Lingswig: wrap g_variant_new_uint64.
2013-04-16 Martin Lingswig: include cdata interface.
2013-04-16 Martin Lingswig: add function to cast from void * to struct sr_dat...
2013-04-16 Martin Lingswig: use standard wrappers for integer types.
2013-04-15 Uwe HermannPython bindings: Cosmetics.
2013-04-15 Martin LingTell SWIG that gpointer is really void *.
2013-04-15 Martin LingAdd SWIG interface file and build script for Python...