waf: disable-python - add option globally to build system
[nivanova/samba-autobuild/.git] / buildtools / wafsamba / samba_python.py
2017-03-10 Ian Stakenviciuswaf: disable-python - add option globally to build...
2017-03-10 Andrew Bartletttalloc: use the system pytalloc-util for python3 as...
2016-01-08 Andrew Bartlettbuild: Add space before -D option
2016-01-07 Andrew Bartlettpython: Assert that we use Py_ssize_t consistently...
2015-11-16 Thomas Nagybuild:wafsamba: Waf 1.8 compatible declaration of ...
2015-10-28 Thomas Nagybuild:wafsamba: removed most import * statements
2015-07-21 Petr Viktorinbuildtools: Fix crash on invalid --extra-python option
2015-07-21 Petr Viktorinbuildtools: Don't configure Python more than once
2015-06-26 Thomas NagyRemove PYTHONDIR and PYTHONARCHDIR in a single place
2015-06-12 Stefan Metzmacherwafsamba: remove unused allow_warnings=True from SAMBA_...
2015-05-19 Petr Viktorinbuildtools: Add a helper for running Python tests
2015-05-19 Petr Viktorinbuildtools: Add a helper to iterate through Python...
2015-05-19 Petr Viktorinbuildtools: Add --extra-python configure option
2015-05-19 Petr Viktorinbuildtools: Expose the Python 3 ABI tag
2015-04-23 Petr Viktorinwafsamba: Add install argument to SAMBA_PYTHON
2014-04-02 Stefan Metzmacherwafsamba: explicitly use allow_warnings=True for SAMBA_...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-11 Andrew Bartlettbuild: Raise minimum python version to 2.5.0 for samba...
2013-04-09 Andrew Bartlettbuild: Replace #!/usr/bin/env python with passed in...
2013-03-02 Andrew Bartlettbuild: Change bin/default/python -> bin/python symlink...
2012-04-19 Simo Sorcewaf: Fix mispelling
2011-11-13 Jelmer Vernooijwaf: Simplify handling of python modules.
2011-11-13 Jelmer Vernooijwaf: Don't link python modules against libpython2.x...
2011-01-14 Andrew Tridgellwaf: use PYTHONARCHDIR for installing python shared...
2010-12-09 Matthieu Patoubuild: introduce SAMBA_CHECK_PYTHON_HEADERS
2010-10-10 Jelmer Vernooijwafsamba: Clarify needs_python argument name, use pyemb...
2010-04-06 Andrew Tridgellbuild: only link install targets at install time
2010-04-06 Andrew Tridgellbuild: reuse SAMBA_LIBRARY() to build python modules
2010-04-06 Andrew Tridgellbuild: mark python rules as being part of the "main...
2010-04-06 Andrew Tridgellbuild: install build python modules correctly
2010-04-06 Andrew Tridgellbuild: support variable expansion in source= arguments...
2010-04-06 Andrew Tridgellbuild: fixed the install name for python modules
2010-04-06 Andrew Tridgellbuild: fixed init function sentinal for python modules
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: separate out dependencies and python rules