]> sigrok.org Git - libsigrok.git/history - bindings/python/sigrok/core/classes.py
Add new generic SWIG bindings based on C++ classes.
[libsigrok.git] / bindings / python / sigrok / core / classes.py
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...
2013-11-08 Martin Lingpython: Add classes for probes and probe groups.
2013-11-08 Martin Lingprobe_groups: Update Python bindings for API change.
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 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 Martin Lingpython: Fix syntax to support Python 3.x.
2013-04-17 Martin Lingpython: Add high level API.