summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
AgeCommit message (Expand)AuthorFilesLines
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-28waf: build position independent executablesDavid Disseldorp1-2/+9
2013-05-27build: Remove binaries and libraries build groupsAndrew Bartlett1-4/+2
2013-04-10build: Replace #!/usr/bin/env python with passed in PYTHON=Andrew Bartlett1-1/+14
2013-03-02build: Change bin/default/python -> bin/python symlink to bin/default/python_...Andrew Bartlett1-3/+3
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-04BUG 9459: Install manpages only if we install the target.Andreas Schneider1-4/+5
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-2/+2
2012-09-17docs-xml: convert smb.conf.5 build to wafAlexander Bokovoy1-2/+4
2012-09-12wafsamba: Add a SAMBAMANPAGES function.Andreas Schneider1-1/+15
2012-09-07waf: Create catalog file for manpage generation.Andreas Schneider1-1/+2
2012-09-07wafsamba: Add a CONFIGURE_FILE option.Andreas Schneider1-1/+8
2012-09-07wafsamba: Add support for manpages in SAMBA_MODULE.Andreas Schneider1-0/+2
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-0/+7
2012-04-20wafsamba: allow certain public libraries to be forced to be privateAndrew Bartlett1-0/+3
2012-04-19waf: Fix mispellingSimo Sorce1-1/+1
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-1/+1
2011-11-13waf: Simplify handling of python modules.Jelmer Vernooij1-4/+0
2011-11-13Revert 9a5ae8edd6d006c078b3af8fdfd84677a63276b1.Jelmer Vernooij1-3/+0
2011-11-13wafsamba: Support allow_undefined_symbols in SAMBA_SUBSYSTEM.Jelmer Vernooij1-4/+10
2011-11-13ldb: Use pyembed rather than pyext for ldb-util library.Jelmer Vernooij1-1/+5
2011-11-13waf: Don't link python modules against libpython2.x, consistent with other Py...Jelmer Vernooij1-3/+2
2011-10-28lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett1-1/+1
2011-08-21wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij1-1/+1
2011-08-21wafsamba: Require public libraries to have headers.Jelmer Vernooij1-0/+3
2011-08-21wafsamba: Require public libraries to have a pc file specified, or explicitly...Jelmer Vernooij1-4/+11
2011-07-08param: Move per-share parameters into a seperate file, to share with s3Andrew Bartlett1-0/+2
2011-06-15build: fixed dependencies on install prefix for pc files and python scriptsAndrew Tridgell1-0/+2
2011-06-01build: fixed a problem with installing scripts in the build treeAndrew Tridgell1-18/+9
2011-03-15waf: build headers in separate 'headers' build groupAndrew Tridgell1-0/+1
2011-03-15waf: always generate public headers in the build treeAndrew Tridgell1-1/+5
2011-03-15waf: build substituted public headers in build treeAndrew Tridgell1-1/+3
2011-03-15waf: moved header file handling into its own moduleAndrew Tridgell1-196/+1
2011-03-15wafsamba: keep a list of public headersAndrew Tridgell1-1/+3
2011-03-15wafsamba: added global_include optionAndrew Tridgell1-1/+12
2011-03-15build: install public headers in the build treeAndrew Tridgell1-15/+54
2011-02-22python: use os.environ[] instead of os.putenv()Andrew Tridgell1-1/+1
2011-02-18waf: improved error message for bad paths in SAMBA_LIBRARY()Andrew Tridgell1-1/+7
2011-02-18waf: support building libraries with a directory prefixAndrew Tridgell1-2/+2
2011-02-18build: fixed passing of includes= for modulesAndrew Tridgell1-0/+1
2011-02-18build: added subdir option for module buildingAndrew Tridgell1-0/+3
2011-02-18build: added allow_undefined_symbols options for libraries and modulesAndrew Tridgell1-1/+5
2011-02-18waf: added subdir= option in SAMBA_*() rulesAndrew Tridgell1-0/+9
2011-02-16waf Fix dependencies for .pc (pkg-config) filesAndrew Bartlett1-1/+1
2011-02-07build: fixed error message for incorrect waf versionAndrew Tridgell1-3/+2
2011-02-02waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIRAndrew Bartlett1-7/+23
2011-01-14waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell1-2/+2
2011-01-05buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher1-1/+1