]> sigrok.org Git - libsigrok.git/history - bindings
Code drop from DreamSourceLabs first source release.
[libsigrok.git] / bindings /
2013-04-24 Uwe Hermannpython: Add Session.open_device().
2013-04-24 Uwe Hermannpython: sr_config's value field is called 'data'.
2013-04-24 Martin Lingpython: Support keyword arguments to scan()
2013-04-24 Martin Lingpython: Add a ConfigKey class.
2013-04-24 Martin Lingpython: Add conversion functions to/from GSList *
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-21 Martin Lingpython: fix Fraction -> GVariant tuple conversion.
2013-04-19 Uwe HermannAdd initial, lowlevel Ruby bindings.
2013-04-19 Martin Lingpython: unify pkg-config calls in setup.py.
2013-04-19 Martin Lingpython: Use --cflags-only-I to get includes in setup.py.
2013-04-19 Martin Lingpython: Add classes for values of API enums.
2013-04-19 Uwe Hermannpython: Add a Log class to control libsigrok logging.
2013-04-19 Uwe Hermannpython: config_get() now returns SR_ERR_NA.
2013-04-18 Uwe Hermannpython: Add further properties to Analog class.
2013-04-18 Martin Lingpython: Add Analog class.
2013-04-17 Uwe Hermannpython: Add missing license headers.
2013-04-17 Martin Lingpython: fix cdata to work with Python 3.x.
2013-04-17 Martin Lingpython: Fix syntax to support Python 3.x.
2013-04-17 Martin Lingpython: Add high level API.
2013-04-17 Martin Lingswig: Wrap additional GVariant operations.
2013-04-17 Martin Lingpython: Release GIL during libsigrok calls.
2013-04-17 Martin Lingpython: Adding callback can fail, and refcount must...
2013-04-17 Martin Lingpython: use setuptools and put bindings into sigrok...
2013-04-16 Uwe HermannPython bindings: Small fix for Python 3 support.
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 Lingpython: support datafeed callbacks implemented in python.
2013-04-16 Martin Lingswig: use standard wrappers for integer types.
2013-04-15 Uwe HermannPython bindings: Fix reported libsigrok version.
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...