summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* waf: removed the module aliases codeAndrew Tridgell2010-11-011-32/+0
* waf: added automatic prototyping of static module init functionsAndrew Tridgell2010-11-011-0/+8
* waf: added module_init_name parameter to SAMBA_MODULE()Andrew Tridgell2010-11-011-2/+3
* build: In some case the flags for the sun studio linker are wrongMatthieu Patou2010-10-312-0/+24
* build: check that if we provide -liconv we can build shared libsMatthieu Patou2010-10-311-2/+13
* build: strip -single_module when doing bundle on mac OS XMatthieu Patou2010-10-301-0/+12
* build: set shared libraries flags correctly on mac os XMatthieu Patou2010-10-302-2/+21
* waf: fixed building of non-shared binaries that contain modulesAndrew Tridgell2010-10-301-0/+19
* waf: get rid of target aliases in wafsambaAndrew Tridgell2010-10-302-30/+1
* 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