summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
AgeCommit message (Expand)AuthorFilesLines
2010-12-09waf: use vscripts for our private libraries tooAndrew Tridgell1-8/+9
2010-12-09waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell1-14/+8
2010-12-08buildtools: private_libraries should not have a version in the sonameStefan Metzmacher1-1/+1
2010-12-08buildtools: make sure we have no '+' in the version scriptsStefan Metzmacher1-1/+1
2010-12-08waf: make all generators depend on their rulesAndrew Tridgell1-0/+2
2010-12-08waf: use -Wl,--version-script if availableAndrew Tridgell1-1/+17
2010-12-08s4-waf: get the version number right on private librariesAndrew Tridgell1-1/+1
2010-12-08build: fix hpux build pbMatthieu Patou1-0/+1
2010-11-21waf: fixed the build with a space in the source directoryAndrew Tridgell1-1/+1
2010-11-05waf: Put private libraries in a separate directory when building.Jelmer Vernooij1-0/+1
2010-11-03waf: split pkgconfig logic into a separate moduleAndrew Tridgell1-56/+1
2010-11-01waf: removed the module aliases codeAndrew Tridgell1-32/+0
2010-11-01waf: added module_init_name parameter to SAMBA_MODULE()Andrew Tridgell1-2/+3
2010-10-30build: strip -single_module when doing bundle on mac OS XMatthieu Patou1-0/+12
2010-10-30waf: get rid of target aliases in wafsambaAndrew Tridgell1-6/+0
2010-10-30waf: build all libraries after all object filesAndrew Tridgell1-7/+17
2010-10-30waf: cope with rules with no inputsAndrew Tridgell1-0/+3
2010-10-27wafsamba: support 'soname' attribute on SAMBA_LIBRARY()Stefan Metzmacher1-1/+3
2010-10-26wafsamba: Fix soname for standalone private libraries.Jelmer Vernooij1-1/+1
2010-10-26waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij1-2/+1
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-2/+0
2010-10-26waf: build private libraries with so names.Jelmer Vernooij1-1/+6
2010-10-23waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij1-1/+1
2010-10-21waf-python: make the pyext flag add the pyembed features for librariesAndrew Tridgell1-1/+3
2010-10-21waf: fixed the handling of -Wl,-no-undefinedAndrew Tridgell1-2/+0
2010-10-21waf: added pyext option to SAMBA_LIBRARY()Andrew Tridgell1-1/+2
2010-10-21waf: replace the is_bundled option with private_libraryAndrew Tridgell1-8/+4
2010-10-21waf: re-work the module alias codeAndrew Tridgell1-22/+52
2010-10-21waf: allows libraries to be marked as private_library=TrueAndrew Tridgell1-1/+11
2010-10-19waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell1-2/+2
2010-10-19waf: automap shared library names from .so to the right extensionAndrew Tridgell1-1/+4
2010-10-14s4-waf: automatically remove stale C and header filesAndrew Tridgell1-0/+1
2010-10-10wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij1-5/+2
2010-10-11wafsamba: Support setting pyembed on libraries.Jelmer Vernooij1-3/+9
2010-10-10wafsamba: Fix init function when building modules as shared objects.Jelmer Vernooij1-0/+3
2010-10-10wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij1-9/+9
2010-10-06waf: fixed some python3.x portability issuesAndrew Tridgell1-3/+3
2010-10-06waf: update to waf version 1.5.19Andrew Tridgell1-1/+1
2010-10-03wafsamba: Some reformatting.Jelmer Vernooij1-2/+0
2010-10-03wafsamba: Move heimdal library code to heimdal_build.Jelmer Vernooij1-8/+0
2010-10-03heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij1-7/+8
2010-09-08wafsamba: Eliminate sys.path updating if installing to a standard pythonJelmer Vernooij1-1/+7
2010-09-05wafsamba: Create bin/defaukt/modules if it does not yet exist.Jelmer Vernooij1-0/+1
2010-09-04waf: Support aliases in SAMBA_MODULE.Jelmer Vernooij1-27/+29
2010-09-04waf: Make shared modules available in the build dir.Jelmer Vernooij1-2/+5
2010-08-22s4-waf: re-use SAMBA_LIBRARY() in building shared modulesAndrew Tridgell1-35/+15
2010-06-29build: allow always=True/False on SAMBA_GENERATOR()Andrew Tridgell1-1/+5
2010-06-24build: check if the manpages stylesheet is available locallyAndrew Tridgell1-3/+3
2010-06-19wafsamba: Use octal modes directly rather than constants.Jelmer Vernooij1-5/+3
2010-06-18wafsamba: Use BUILTIN_LIBRARY() rather than relying on side-effects.Jelmer Vernooij1-2/+2