summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_python.py
Commit message (Expand)AuthorAgeFilesLines
* build: Make Python 3.6 the minimum to build now oss-fuzz is upgradedAndrew Bartlett2021-09-131-3/+0
* build: Remove Python2 handling in SAMBA_CHECK_PYTHON_HEADERS()Andrew Bartlett2020-10-011-5/+2
* build: Remove Python2 support from the buildAndrew Bartlett2020-10-011-3/+0
* build: Allow a fuzzing build with Python 3.5Andrew Bartlett2020-03-191-0/+3
* Require Python 3.6 for Samba 4.13Andrew Bartlett2020-03-091-1/+1
* build: Skip build of python bindings when in fuzzing modeAndrew Bartlett2019-12-101-0/+4
* build: Raise minimum python version to 3.5.0 for Samba 4.12Andrew Bartlett2019-09-021-1/+1
* build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett2019-03-211-15/+8
* build: Set default minimum python version to 3.4.0Andrew Bartlett2019-03-211-1/+1
* build: Do not make python mandatory to buildAndrew Bartlett2019-03-211-0/+4
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-10/+0
* build: Remove --extra-pythonAndrew Bartlett2019-03-211-40/+1
* buildtools/wafsamba: Ensure default python picked up is python3Andrew Bartlett2018-12-141-5/+2
* buildtools/wafsamba: re-write shebang for delivered python scriptsNoel Power2018-12-141-1/+3
* buildtools/wafsamba: Support --extra-python with python2Noel Power2018-12-101-3/+4
* buildtools/wafsamba: Ensure we detect the correct python.Noel Power2018-12-101-1/+3
* wafsamba: install Python modules back to bin/python, not bin/python_modulesAlexander Bokovoy2018-09-051-1/+1
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-9/+9
* build:wafsamba: Build on waf 1.9Thomas Nagy2018-09-051-5/+13
* build: allow adding cflags to end of python module build commandUri Simchoni2017-11-221-0/+2
* wafsamba: move -L/some/path from LINKFLAGS_PYEMBED to LIBPATH_PYEMBEDStefan Metzmacher2017-04-041-0/+6
* waf: disable-python - add option globally to build systemIan Stakenvicius2017-03-101-1/+27
* talloc: use the system pytalloc-util for python3 as wellAndrew Bartlett2017-03-101-0/+2
* build: Add space before -D optionAndrew Bartlett2016-01-081-1/+1
* python: Assert that we use Py_ssize_t consistently for PyParseArgs*()Andrew Bartlett2016-01-071-0/+11
* build:wafsamba: Waf 1.8 compatible declaration of 'mandatory' configuration t...Thomas Nagy2015-11-161-2/+7
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-4/+2
* buildtools: Fix crash on invalid --extra-python optionPetr Viktorin2015-07-211-1/+1
* buildtools: Don't configure Python more than oncePetr Viktorin2015-07-211-0/+4
* Remove PYTHONDIR and PYTHONARCHDIR in a single placeThomas Nagy2015-06-261-0/+4
* wafsamba: remove unused allow_warnings=True from SAMBA_PYTHON()Stefan Metzmacher2015-06-121-1/+0
* buildtools: Add a helper for running Python testsPetr Viktorin2015-05-191-0/+6
* buildtools: Add a helper to iterate through Python environmentsPetr Viktorin2015-05-191-0/+25
* buildtools: Add --extra-python configure optionPetr Viktorin2015-05-191-1/+31
* buildtools: Expose the Python 3 ABI tagPetr Viktorin2015-05-191-0/+12
* wafsamba: Add install argument to SAMBA_PYTHONPetr Viktorin2015-04-241-0/+2
* wafsamba: explicitly use allow_warnings=True for SAMBA_PYTHON()Stefan Metzmacher2014-04-021-0/+1
* build: Raise minimum python version to 2.5.0 for samba buildAndrew Bartlett2013-04-111-2/+2
* build: Replace #!/usr/bin/env python with passed in PYTHON=Andrew Bartlett2013-04-101-0/+10
* build: Change bin/default/python -> bin/python symlink to bin/default/python_...Andrew Bartlett2013-03-021-1/+1
* waf: Fix mispellingSimo Sorce2012-04-191-3/+3
* waf: Simplify handling of python modules.Jelmer Vernooij2011-11-131-17/+6
* waf: Don't link python modules against libpython2.x, consistent with other Py...Jelmer Vernooij2011-11-131-2/+2
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-141-1/+1
* build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou2010-12-101-0/+9
* wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij2010-10-101-3/+3
* build: only link install targets at install timeAndrew Tridgell2010-04-061-11/+12
* build: reuse SAMBA_LIBRARY() to build python modulesAndrew Tridgell2010-04-061-31/+14
* build: mark python rules as being part of the "main" groupAndrew Tridgell2010-04-061-0/+2
* build: install build python modules correctlyAndrew Tridgell2010-04-061-1/+9