summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/wafsamba.py
Commit message (Expand)AuthorAgeFilesLines
...
* build: strip -single_module when doing bundle on mac OS XMatthieu Patou2010-10-301-0/+12
* waf: get rid of target aliases in wafsambaAndrew Tridgell2010-10-301-6/+0
* waf: build all libraries after all object filesAndrew Tridgell2010-10-301-7/+17
* waf: cope with rules with no inputsAndrew Tridgell2010-10-301-0/+3
* wafsamba: support 'soname' attribute on SAMBA_LIBRARY()Stefan Metzmacher2010-10-271-1/+3
* wafsamba: Fix soname for standalone private libraries.Jelmer Vernooij2010-10-261-1/+1
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-261-2/+1
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-2/+0
* waf: build private libraries with so names.Jelmer Vernooij2010-10-261-1/+6
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-231-1/+1
* waf-python: make the pyext flag add the pyembed features for librariesAndrew Tridgell2010-10-211-1/+3
* waf: fixed the handling of -Wl,-no-undefinedAndrew Tridgell2010-10-211-2/+0
* waf: added pyext option to SAMBA_LIBRARY()Andrew Tridgell2010-10-211-1/+2
* waf: replace the is_bundled option with private_libraryAndrew Tridgell2010-10-211-8/+4
* waf: re-work the module alias codeAndrew Tridgell2010-10-211-22/+52
* waf: allows libraries to be marked as private_library=TrueAndrew Tridgell2010-10-211-1/+11
* waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell2010-10-191-2/+2
* waf: automap shared library names from .so to the right extensionAndrew Tridgell2010-10-191-1/+4
* s4-waf: automatically remove stale C and header filesAndrew Tridgell2010-10-141-0/+1
* wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij2010-10-101-5/+2
* wafsamba: Support setting pyembed on libraries.Jelmer Vernooij2010-10-111-3/+9
* wafsamba: Fix init function when building modules as shared objects.Jelmer Vernooij2010-10-101-0/+3
* wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij2010-10-101-9/+9
* waf: fixed some python3.x portability issuesAndrew Tridgell2010-10-061-3/+3
* waf: update to waf version 1.5.19Andrew Tridgell2010-10-061-1/+1
* wafsamba: Some reformatting.Jelmer Vernooij2010-10-031-2/+0
* wafsamba: Move heimdal library code to heimdal_build.Jelmer Vernooij2010-10-031-8/+0
* heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij2010-10-031-7/+8
* wafsamba: Eliminate sys.path updating if installing to a standard pythonJelmer Vernooij2010-09-081-1/+7
* wafsamba: Create bin/defaukt/modules if it does not yet exist.Jelmer Vernooij2010-09-051-0/+1
* waf: Support aliases in SAMBA_MODULE.Jelmer Vernooij2010-09-041-27/+29
* waf: Make shared modules available in the build dir.Jelmer Vernooij2010-09-041-2/+5
* s4-waf: re-use SAMBA_LIBRARY() in building shared modulesAndrew Tridgell2010-08-221-35/+15
* build: allow always=True/False on SAMBA_GENERATOR()Andrew Tridgell2010-06-291-1/+5
* build: check if the manpages stylesheet is available locallyAndrew Tridgell2010-06-241-3/+3
* wafsamba: Use octal modes directly rather than constants.Jelmer Vernooij2010-06-191-5/+3
* wafsamba: Use BUILTIN_LIBRARY() rather than relying on side-effects.Jelmer Vernooij2010-06-181-2/+2
* s4-waf: Fix build of libldb_ildap against system ldb.Jelmer Vernooij2010-06-151-1/+1
* wafsamba: Fix include path inheritance from module subsystems.Jelmer Vernooij2010-06-151-6/+16
* ldb: Fix included ldb build.Jelmer Vernooij2010-06-151-0/+1
* wafsamba: Fix filenames for ldb modules.Jelmer Vernooij2010-06-151-2/+10
* wafsamba: Fix building of modules as shared libraries.Jelmer Vernooij2010-06-151-22/+22
* wafsamba: Only add init function if not building module as shared library.Jelmer Vernooij2010-06-151-8/+9
* s4-waf: Fix installation of .so links for libraries that are not bundled but ...Jelmer Vernooij2010-06-131-1/+2
* Do not use headermap.txt for the header installationThomas Nagy2010-06-131-32/+67
* wafsamba: Only try to build manpages if XSLTPROC was actually found.Jelmer Vernooij2010-05-311-2/+2
* buildtools/wafsamba: use build group 'final' for the creation of manpagesStefan Metzmacher2010-05-311-0/+1
* waf: Refactor manpage building code.Jelmer Vernooij2010-05-311-18/+15
* Add manpages argument to SAMBA_LIBRARY().Jelmer Vernooij2010-05-311-1/+14
* wafsamba: Correctly detect if bld.env.XSLTPROC is not setKai Blin2010-05-311-1/+1