summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2013-10-25waf: parse LDFLAGS from pythonSteven Siloti1-1/+2
2013-10-25build: fix ordering problems with lib-provided and internal RPATHsMichael Adam1-0/+13
2013-09-21Backport 0e97908 from WAF repository: symlink fix for OpenBSDMatthieu Patou1-3/+6
2013-08-09waf: add --without-gettext optionChristian Ambach1-0/+3
2013-08-09waf: fix build on AIX7Christian Ambach1-1/+1
2013-07-09waf: Build with RELRO if supported by the compiler.Andreas Schneider1-0/+2
2013-05-29build: Add missing new line to replaced python shebang line. (Fix bug #9909)Michael Adam1-2/+2
2013-05-28build: Remove unused tool for config.h comparisonAndrew Bartlett2-37/+0
2013-05-28waf: build position independent executablesDavid Disseldorp1-2/+9
2013-05-27build: Do not always regenerate the version.h fileAndrew Bartlett1-1/+5
2013-05-27build: Remove binaries and libraries build groupsAndrew Bartlett1-4/+2
2013-05-20buildtools: Fix compilation warningsMatthieu Patou1-1/+1
2013-05-18swat: Remove swat.Kai Blin1-1/+0
2013-05-17More generic check for OpenBSD platformVadim Zhukov1-2/+2
2013-05-06configure: print a message when docbook.xsl is missing localyMatthieu Patou1-0/+3
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 Bartlett2-1/+24
2013-04-09wafsamba: fix samba_abi for default catch-all caseAlexander Bokovoy1-1/+3
2013-04-03wafsamba: display the default value in help for SAMBA3_ADD_OPTIONStefan Metzmacher1-1/+10
2013-03-25build: Do not pass CPP="" to pidl, skip the env variable entirelyAndrew Bartlett1-1/+1
2013-03-25build: Remove the forced use of only the first part of the compiler stringAndrew Bartlett1-2/+2
2013-03-02build: Change bin/default/python -> bin/python symlink to bin/default/python_...Andrew Bartlett2-4/+4
2013-03-01wafsamba: add CHECK_VALUEOF() helperStefan Metzmacher1-1/+19
2013-01-15wafsamba: use additional xml catalog file (bug #9512)Björn Baumbach1-1/+2
2013-01-10build: Remove bashism from SAMBAMANPAGES ruleAndrew Bartlett1-1/+2
2012-12-26wafsamba: python-config is not always a script.Jelmer Vernooij1-1/+1
2012-12-08wafsamba: replace try:except: case with explicit comment about FIPS modeAlexander Bokovoy1-8/+7
2012-12-08wafsamba: Make sure md5 is really work before using it or overriding the hash...Alexander Bokovoy1-0/+8
2012-12-04BUG 9459: Install manpages only if we install the target.Andreas Schneider1-4/+5
2012-11-09build(waf): support AIX 6.1Christian Ambach1-1/+1
2012-11-06wafsamba.abi: Fix abi_match with both excludes and includes.Jelmer Vernooij2-3/+20
2012-11-06wafsamba.samba_abi: Add basic unit tests.Jelmer Vernooij2-1/+51
2012-11-06buildtools: Remove extra space from global: lineAndrew Bartlett1-1/+1
2012-11-06wafsamba.samba_abi: Refactor abi_write_vscript to take file argument.Jelmer Vernooij1-9/+13
2012-10-28build: Remove support for IDL-generated files in git treeAndrew Bartlett1-24/+2
2012-10-22wafsamba: If we define a realname and a soname create a symlink.Andreas Schneider1-0/+2
2012-10-19buildtools/wafsamba: only display 'ok' if the result is TrueStefan Metzmacher1-2/+2
2012-10-11wafsamba: Ignore some more symbols when checking for dupes.Jelmer Vernooij1-1/+1
2012-10-11build: Remove --disable-sharedAndrew Bartlett2-15/+2
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij13-27/+28
2012-09-20waf: Make samba "ok" with directories for install being symlinksIra Cooper1-2/+2
2012-09-17docs-xml: convert smb.conf.5 build to wafAlexander Bokovoy1-2/+4
2012-09-12build:dist: extend meaning of DIST_FILES to also recurse into directoriesMichael Adam1-2/+16
2012-09-12build:dist: make use of file / distfile more obvious in handling of DIST_FILE...Michael Adam1-5/+2
2012-09-12build:dist: extend samba_dist.DIST_FILES() to take optional parameter extend(...Michael Adam1-1/+3
2012-09-12build:waf dist: factor out function to add list of files to the tarballMichael Adam1-22/+29
2012-09-12wafsamba: Add a SAMBAMANPAGES function.Andreas Schneider1-1/+15
2012-09-07wafsamba/samba_abi: allow negative matches in abi_matchAlexander Bokovoy1-3/+12
2012-09-07gen_abi.sh: filter out symbols not needed for ABIAlexander Bokovoy1-1/+1
2012-09-07wafsamba/samba_abi: fix signature parsing for structuresAlexander Bokovoy1-2/+3