pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / buildtools / wafsamba / samba_python.py
2019-03-21 Andrew Bartlettbuild: Standardise on calling conf.SAMBA_CHECK_PYTHON...
2019-03-21 Andrew Bartlettbuild: Set default minimum python version to 3.4.0
2019-03-21 Andrew Bartlettbuild: Do not make python mandatory to build
2019-03-21 Andrew Bartlettbuild: Remove bld.gen_python_environments()
2019-03-21 Andrew Bartlettbuild: Remove --extra-python
2018-12-13 Andrew Bartlettbuildtools/wafsamba: Ensure default python picked up...
2018-12-13 Noel Powerbuildtools/wafsamba: re-write shebang for delivered...
2018-12-10 Noel Powerbuildtools/wafsamba: Support --extra-python with python2
2018-12-10 Noel Powerbuildtools/wafsamba: Ensure we detect the correct python.
2018-09-05 Alexander Bokovoywafsamba: install Python modules back to bin/python...
2018-09-05 Alexander Bokovoythird_party:waf: update to upstream 2.0.4 release
2018-09-05 Thomas Nagybuild:wafsamba: Build on waf 1.9
2017-11-22 Uri Simchonibuild: allow adding cflags to end of python module...
2017-04-04 Stefan Metzmacherwafsamba: move -L/some/path from LINKFLAGS_PYEMBED...
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