]> sigrok.org Git - libsigrok.git/history - bindings/python/sigrok/core/classes.i
python bindings: Support passing in rational voltages for config_set
[libsigrok.git] / bindings / python / sigrok / core / classes.i
2021-02-21 Richard Allenpython bindings: Support passing in rational voltages...
2020-01-05 Martin Lingpython: Apply typemap for VariantBase to VariantContain...
2018-12-28 Martin Lingpython: Add override for Context.create_logic_packet()
2018-11-10 Sven Bursch-OsewoldPython-Binding: Added data array for logic packet payload
2018-02-21 Gerhard Sittigbindings/python: include config.h before any other...
2016-01-04 Martin Lingpython: Provide sensible __str__ and __repr__ functions...
2015-11-02 Martin Lingpython: Fix string conversions for Python 3.
2015-10-26 Martin Lingpython: Give all enum values __doc__ strings.
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-20 Martin Lingpython: Prevent warning about deprecated NumPy API.
2015-10-17 Daniel Elstnerpython: Fix PyObject_CallMethod() arguments
2015-10-17 Daniel Elstnerpython: Wrap session stop callback
2015-10-17 Daniel Elstnersession: Make event source injection API private
2015-08-31 Uwe Hermannpython: Fix the build for Python >= 3.
2015-06-16 Alexandru Gagniucbindings/python: Handle import failures without crashing
2015-04-30 Alexandru Gagniucpython: classes.i: Declare strings with std::string
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 HermannRename libsigrokxx to the more common libsigrokcxx.
2014-11-12 Martin Lingpython: Wrap Analog::data() as a NumPy array.
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: Rename ConfigKey::get(string) to get_by_ident...
2014-11-12 Martin Lingcxx: Implement more of EnumValue in template.
2014-09-14 Martin Lingpython: fix conversion to string variants.
2014-09-11 Martin Lingbindings: Remove 'get_' prefix from all accessors.
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-10 Martin Lingpython: Add documentation generation.
2014-08-10 Martin Lingbindings: Transfer C++ documentation strings to Python...
2014-07-26 Martin LingUpdate bindings to use new output API.
2014-07-19 Martin LingFix building Python bindings with pygobject >= 3.7.91.
2014-07-18 Martin LingReimplement high-level Python bindings on top of SWIG...