]> sigrok.org Git - libsigrok.git/history - bindings
libsigrok-internal.h: add u64be endianess writer
[libsigrok.git] / bindings /
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...
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 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...