summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* waf: save the samba_deps_extendedAndrew Tridgell2010-10-301-1/+1
* waf: give a better error on a bad grouping libraryAndrew Tridgell2010-10-301-0/+1
* waf: cope with subsystems with no static modulesAndrew Tridgell2010-10-301-4/+6
* waf: don't auto-depend on subsystemsAndrew Tridgell2010-10-301-7/+0
* waf: added --symbol-check optionAndrew Tridgell2010-10-302-47/+125
* waf: build all libraries after all object filesAndrew Tridgell2010-10-301-7/+17
* waf: use Utils.WafError() instead of raising an AssertionErrorAndrew Tridgell2010-10-301-2/+1
* waf: cope with rules with no inputsAndrew Tridgell2010-10-301-0/+3
* waf: separate out get_tgt_list()Andrew Tridgell2010-10-302-12/+20
* waf: display the paths in library loopsAndrew Tridgell2010-10-301-0/+21
* waf: added env.DEVELOPER_MODE flagAndrew Tridgell2010-10-302-0/+309
* waf: added suncc_wrapAndrew Tridgell2010-10-301-1/+16
* build: add the -fno-common flags to fix the link pb on mac os XMatthieu Patou2010-10-281-0/+2
* build: Add XPG6 otherwise we have a configure pb on sun SolarisMatthieu Patou2010-10-281-0/+1
* build: remove warnings about redifinition of boolean use -KPIC on sunccMatthieu Patou2010-10-271-1/+9
* wafsamba: support 'soname' attribute on SAMBA_LIBRARY()Stefan Metzmacher2010-10-272-1/+16
* waf: sped up the project rules checkingAndrew Tridgell2010-10-271-21/+60
* waf: quote subsystem names to make them clearerAndrew Tridgell2010-10-261-1/+1
* 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: moved the -Wl,-no-undefined flags to source4 and ldbAndrew Tridgell2010-10-251-2/+0
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-233-20/+20
* waf: check the linker accepts a set of ldflags before using themAndrew Tridgell2010-10-211-1/+10
* waf: loosen the restriction on depending on python libsAndrew Tridgell2010-10-211-1/+3
* 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-213-11/+5
* waf: show duplicate objects in python modules as well as librariesAndrew Tridgell2010-10-211-2/+3
* waf: added pyext option to SAMBA_LIBRARY()Andrew Tridgell2010-10-211-1/+2
* waf: raise an error on a dependency on a python moduleAndrew Tridgell2010-10-211-0/+3
* waf: prevent the global deps list creating depenency loopsAndrew Tridgell2010-10-211-1/+9
* waf: replace the is_bundled option with private_libraryAndrew Tridgell2010-10-212-9/+5
* waf: added the concept of a grouping_libraryAndrew Tridgell2010-10-211-1/+32
* waf: cope with libraries with a specified version numberAndrew Tridgell2010-10-211-0/+3
* waf: re-work the module alias codeAndrew Tridgell2010-10-211-22/+52
* waf: fixed expansion of direct_objects and direct_libsAndrew Tridgell2010-10-211-2/+2
* waf: allows libraries to be marked as private_library=TrueAndrew Tridgell2010-10-212-3/+13
* waf: rework expand_subsystem_deps()Andrew Tridgell2010-10-211-18/+36
* waf: added --show-deps and --show-duplicatesAndrew Tridgell2010-10-212-1/+74
* waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell2010-10-192-3/+28
* waf: don't save deps on installAndrew Tridgell2010-10-191-1/+2
* waf: automap shared library names from .so to the right extensionAndrew Tridgell2010-10-194-11/+58
* heimdal_build: Use existing functions for finding system libraries.Jelmer Vernooij2010-10-161-1/+1
* s4-waf: automatically remove stale C and header filesAndrew Tridgell2010-10-143-0/+98
* wafsamba/developer: Forbid shared objects with unresolved symbols, ifJelmer Vernooij2010-10-131-1/+1
* wafsamba: Don't allow circular dependencies involving libraries byJelmer Vernooij2010-10-131-7/+17
* wafsamba: Warn about circular dependencies between libraries.Jelmer Vernooij2010-10-121-1/+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