summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
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 distinct .py3 ABI filesAndrew Bartlett1-3/+3
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-10/+0
2019-03-21build: Remove --extra-pythonAndrew Bartlett4-59/+2
2019-03-01wafbuild: create missing private library symlinks on platforms without soname...Björn Jacke1-1/+1
2019-02-18wafsamba/symbols: change regex to match both rpath and runpath for different ...Joe Guo1-2/+3
2019-02-18wafsamba/symbols: always split Popen output by bytesJoe Guo1-1/+2
2019-02-17waf: fix setting of RPATH_ST variableBjörn Jacke1-1/+3
2019-02-17wafsamba: we should also remove stale symlinks hereBjörn Jacke1-1/+1
2019-02-17waf: print the library name in which we search for a functionBjörn Jacke1-1/+4
2019-02-17waf: use the correct WERROR_CFLAGS in CHECK_CODEBjörn Jacke1-7/+2
2019-02-17waf: remove redundant WERROR flagBjörn Jacke1-1/+1
2019-02-17waf: remove duplicate WERROR cflagsBjörn Jacke1-1/+1
2019-02-17waf: fix compiler warnings in configure checksBjörn Jacke1-4/+4
2019-02-17waf: fix WERROR_CFLAGS checkBjörn Jacke1-2/+1
2019-02-17waf: fix some missing newline compiler warningsBjörn Jacke3-6/+7
2019-02-13wafsamba/samba_utils.py: override symlink to allow force linkJoe Guo2-2/+16
2019-02-11build: Fixed usage of non-default path to WAFLOCKAliaksei Karaliou1-1/+1
2019-02-11buildtools/wafsamba: Avoid decode when using python2Noel Power7-10/+43
2019-02-08build:docs: Get rid of hardcoded 'bin/default'Aliaksei Karaliou1-1/+1
2019-02-02abi_gen.sh: ignore gdb customisations when comparing signaturesDouglas Bagnall1-1/+1
2019-02-01build: replace SAMBA3_ADD_OPTION with samba_add_onoff_optionDavid Disseldorp via samba-technical1-3/+1
2019-01-29wafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGSStefan Metzmacher1-0/+9
2019-01-02waf: let CHECK_SIZEOF check for 64 bit alsoBjoern Jacke1-1/+1
2018-12-21build: Remove --timestamp-dependencies (BROKEN)Andrew Bartlett2-22/+0
2018-12-20wafsamba: Do not remove BUILTINS as duplicatesAndreas Schneider1-0/+5
2018-12-14PY3: change shebang to python3 in misc dirsJoe Guo1-1/+1
2018-12-14build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett1-1/+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 Power2-5/+7
2018-12-14buildtools/wafsamba: Decode output of cmd_output (which is bytes)Noel Power1-1/+1
2018-12-13wafsamba: fix pidl dependencies to rebuild on pidl changesStefan Metzmacher1-2/+2
2018-12-13selftest: Run waf build --dup-symbol-check under $PYTHONAndrew Bartlett1-1/+1
2018-12-13waf-py3: Allow waf build --dup-symbol-check to operate in python3Andrew Bartlett1-10/+10
2018-12-10buildtools/wafsamba: Support --extra-python with python2Noel Power1-3/+4
2018-12-10buildtools/wafsamba Provide proper pc fileNoel Power1-1/+1
2018-12-10buildtools/wafsamba: Ensure we detect the correct python.Noel Power1-1/+3
2018-12-10buildtools/wafsamba: Decode result of Popen as unicode/stringNoel Power1-1/+1
2018-12-10PY3 pure build fix some str/bytes wobbliesNoel Power1-2/+2
2018-12-05wafsamba: add MODE_{744,_777}Stefan Metzmacher1-0/+2
2018-12-05buildtools: remove unused buildtools/bin/waf-1.9Stefan Metzmacher1-164/+0
2018-11-28wafsamba: Do not always set _FORTIFY_SOURCE=2Andreas Schneider1-1/+1
2018-11-20waf: Load the C compiler correctlyAndreas Schneider1-1/+1
2018-11-20wafsamba: simplify SAMBA_PIDL_TABLES() ruleStefan Metzmacher1-1/+2
2018-11-20wafsamba: remove unused Build.BuildContext.pre_build overloadStefan Metzmacher2-8/+1
2018-11-20wafsamba: remove the need of BuildContext.bdirStefan Metzmacher2-3/+2
2018-11-20wafsamba: remove hardcoded '..' and '/default/' from SAMBA_PIDL()Stefan Metzmacher1-3/+7
2018-11-20wafsamba: add a fix for broken python threading if just one job is forcedStefan Metzmacher3-223/+18