]> sigrok.org Git - libsigrok.git/history - bindings/python/setup.py
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / bindings / python / setup.py
2015-10-30 Daniel Elstnerbuild: Use common SWIG defines for Python and Java
2015-10-26 Daniel ElstnerSWIG: Hack around SWIG segfault on private destructors
2015-10-26 Daniel ElstnerSWIG: Define "noexcept" empty to work around SWIG bug
2015-08-29 Daniel ElstnerBuild: Pass compiler flags from make to setup.py
2015-08-16 Daniel Elstnersetup.py: Do VPATH search for swig/enums.i
2015-01-17 Uwe Hermanncxx: Rename include/libsigrok/ to include/libsigrokcxx/.
2015-01-17 Uwe HermannRename libsigrokxx to the more common libsigrokcxx.
2014-12-29 Jiří Pinkavafix numpy include path
2014-11-22 Uwe Hermannpython: Silence some warnings via -Wno-uninitialized.
2014-08-17 Marcus ComstedtMakefile.am: Fix out-of-tree build for Python bindings
2014-07-19 Bert Vermeulenpython: Don't install as a zip file.
2014-07-18 Martin LingRemove obsolete low-level language bindings.
2014-07-18 Martin LingReimplement high-level Python bindings on top of SWIG...
2013-04-23 Uwe HermannGPL headers: Use correct project name.
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-17 Martin Lingpython: Release GIL during libsigrok calls.
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-15 Uwe HermannPython bindings: Fix reported libsigrok version.
2013-04-15 Uwe HermannPython bindings: Cosmetics.
2013-04-15 Martin LingAdd SWIG interface file and build script for Python...