summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_python.py
AgeCommit message (Expand)AuthorFilesLines
2024-08-04buildtools: Fix code spellingJo Sutton1-1/+1
2024-08-04buildtools: Remove trailing whitespaceJo Sutton1-2/+0
2021-09-13build: Make Python 3.6 the minimum to build now oss-fuzz is upgradedAndrew Bartlett1-3/+0
2020-10-01build: Remove Python2 handling in SAMBA_CHECK_PYTHON_HEADERS()Andrew Bartlett1-5/+2
2020-10-01build: Remove Python2 support from the buildAndrew Bartlett1-3/+0
2020-03-19build: Allow a fuzzing build with Python 3.5Andrew Bartlett1-0/+3
2020-03-09Require Python 3.6 for Samba 4.13Andrew Bartlett1-1/+1
2019-12-10build: Skip build of python bindings when in fuzzing modeAndrew Bartlett1-0/+4
2019-09-02build: Raise minimum python version to 3.5.0 for Samba 4.12Andrew Bartlett1-1/+1
2019-03-21build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett1-15/+8
2019-03-21build: Set default minimum python version to 3.4.0Andrew Bartlett1-1/+1
2019-03-21build: Do not make python mandatory to buildAndrew Bartlett1-0/+4
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-10/+0
2019-03-21build: Remove --extra-pythonAndrew Bartlett1-40/+1
2018-12-14buildtools/wafsamba: Ensure default python picked up is python3Andrew Bartlett1-5/+2
2018-12-14buildtools/wafsamba: re-write shebang for delivered python scriptsNoel Power1-1/+3
2018-12-10buildtools/wafsamba: Support --extra-python with python2Noel Power1-3/+4
2018-12-10buildtools/wafsamba: Ensure we detect the correct python.Noel Power1-1/+3
2018-09-05wafsamba: install Python modules back to bin/python, not bin/python_modulesAlexander Bokovoy1-1/+1
2018-09-05third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy1-9/+9
2018-09-05build:wafsamba: Build on waf 1.9Thomas Nagy1-5/+13
2017-11-22build: allow adding cflags to end of python module build commandUri Simchoni1-0/+2
2017-04-04wafsamba: move -L/some/path from LINKFLAGS_PYEMBED to LIBPATH_PYEMBEDStefan Metzmacher1-0/+6
2017-03-10waf: disable-python - add option globally to build systemIan Stakenvicius1-1/+27
2017-03-10talloc: use the system pytalloc-util for python3 as wellAndrew Bartlett1-0/+2
2016-01-08build: Add space before -D optionAndrew Bartlett1-1/+1
2016-01-07python: Assert that we use Py_ssize_t consistently for PyParseArgs*()Andrew Bartlett1-0/+11
2015-11-16build:wafsamba: Waf 1.8 compatible declaration of 'mandatory' configuration t...Thomas Nagy1-2/+7
2015-10-28build:wafsamba: removed most import * statementsThomas Nagy1-4/+2
2015-07-21buildtools: Fix crash on invalid --extra-python optionPetr Viktorin1-1/+1
2015-07-21buildtools: Don't configure Python more than oncePetr Viktorin1-0/+4
2015-06-26Remove PYTHONDIR and PYTHONARCHDIR in a single placeThomas Nagy1-0/+4
2015-06-12wafsamba: remove unused allow_warnings=True from SAMBA_PYTHON()Stefan Metzmacher1-1/+0
2015-05-19buildtools: Add a helper for running Python testsPetr Viktorin1-0/+6
2015-05-19buildtools: Add a helper to iterate through Python environmentsPetr Viktorin1-0/+25
2015-05-19buildtools: Add --extra-python configure optionPetr Viktorin1-1/+31
2015-05-19buildtools: Expose the Python 3 ABI tagPetr Viktorin1-0/+12
2015-04-24wafsamba: Add install argument to SAMBA_PYTHONPetr Viktorin1-0/+2
2014-04-02wafsamba: explicitly use allow_warnings=True for SAMBA_PYTHON()Stefan Metzmacher1-0/+1
2013-04-11build: Raise minimum python version to 2.5.0 for samba buildAndrew Bartlett1-2/+2
2013-04-10build: Replace #!/usr/bin/env python with passed in PYTHON=Andrew Bartlett1-0/+10
2013-03-02build: Change bin/default/python -> bin/python symlink to bin/default/python_...Andrew Bartlett1-1/+1
2012-04-19waf: Fix mispellingSimo Sorce1-3/+3
2011-11-13waf: Simplify handling of python modules.Jelmer Vernooij1-17/+6
2011-11-13waf: Don't link python modules against libpython2.x, consistent with other Py...Jelmer Vernooij1-2/+2
2011-01-14waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell1-1/+1
2010-12-10build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou1-0/+9
2010-10-10wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij1-3/+3
2010-04-06build: only link install targets at install timeAndrew Tridgell1-11/+12
2010-04-06build: reuse SAMBA_LIBRARY() to build python modulesAndrew Tridgell1-31/+14