summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2010-11-01waf: removed the module aliases codeAndrew Tridgell1-32/+0
2010-11-01waf: added automatic prototyping of static module init functionsAndrew Tridgell1-0/+8
2010-11-01waf: added module_init_name parameter to SAMBA_MODULE()Andrew Tridgell1-2/+3
2010-10-31build: In some case the flags for the sun studio linker are wrongMatthieu Patou2-0/+24
2010-10-31build: check that if we provide -liconv we can build shared libsMatthieu Patou1-2/+13
2010-10-30build: strip -single_module when doing bundle on mac OS XMatthieu Patou1-0/+12
2010-10-30build: set shared libraries flags correctly on mac os XMatthieu Patou2-2/+21
2010-10-30waf: fixed building of non-shared binaries that contain modulesAndrew Tridgell1-0/+19
2010-10-30waf: get rid of target aliases in wafsambaAndrew Tridgell2-30/+1
2010-10-30waf: save the samba_deps_extendedAndrew Tridgell1-1/+1
2010-10-30waf: give a better error on a bad grouping libraryAndrew Tridgell1-0/+1
2010-10-30waf: cope with subsystems with no static modulesAndrew Tridgell1-4/+6
2010-10-30waf: don't auto-depend on subsystemsAndrew Tridgell1-7/+0
2010-10-30waf: added --symbol-check optionAndrew Tridgell2-47/+125
2010-10-30waf: build all libraries after all object filesAndrew Tridgell1-7/+17
2010-10-30waf: use Utils.WafError() instead of raising an AssertionErrorAndrew Tridgell1-2/+1
2010-10-30waf: cope with rules with no inputsAndrew Tridgell1-0/+3
2010-10-30waf: separate out get_tgt_list()Andrew Tridgell2-12/+20
2010-10-30waf: display the paths in library loopsAndrew Tridgell1-0/+21
2010-10-30waf: added env.DEVELOPER_MODE flagAndrew Tridgell2-0/+309
2010-10-30waf: added suncc_wrapAndrew Tridgell1-1/+16
2010-10-28build: add the -fno-common flags to fix the link pb on mac os XMatthieu Patou1-0/+2
2010-10-28build: Add XPG6 otherwise we have a configure pb on sun SolarisMatthieu Patou1-0/+1
2010-10-27build: remove warnings about redifinition of boolean use -KPIC on sunccMatthieu Patou1-1/+9
2010-10-27wafsamba: support 'soname' attribute on SAMBA_LIBRARY()Stefan Metzmacher2-1/+16
2010-10-27waf: sped up the project rules checkingAndrew Tridgell1-21/+60
2010-10-26waf: quote subsystem names to make them clearerAndrew Tridgell1-1/+1
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-25waf: moved the -Wl,-no-undefined flags to source4 and ldbAndrew Tridgell1-2/+0
2010-10-23waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij3-20/+20
2010-10-21waf: check the linker accepts a set of ldflags before using themAndrew Tridgell1-1/+10
2010-10-21waf: loosen the restriction on depending on python libsAndrew Tridgell1-1/+3
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 Tridgell3-11/+5
2010-10-21waf: show duplicate objects in python modules as well as librariesAndrew Tridgell1-2/+3
2010-10-21waf: added pyext option to SAMBA_LIBRARY()Andrew Tridgell1-1/+2
2010-10-21waf: raise an error on a dependency on a python moduleAndrew Tridgell1-0/+3
2010-10-21waf: prevent the global deps list creating depenency loopsAndrew Tridgell1-1/+9
2010-10-21waf: replace the is_bundled option with private_libraryAndrew Tridgell2-9/+5
2010-10-21waf: added the concept of a grouping_libraryAndrew Tridgell1-1/+32
2010-10-21waf: cope with libraries with a specified version numberAndrew Tridgell1-0/+3
2010-10-21waf: re-work the module alias codeAndrew Tridgell1-22/+52
2010-10-21waf: fixed expansion of direct_objects and direct_libsAndrew Tridgell1-2/+2
2010-10-21waf: allows libraries to be marked as private_library=TrueAndrew Tridgell2-3/+13
2010-10-21waf: rework expand_subsystem_deps()Andrew Tridgell1-18/+36
2010-10-21waf: added --show-deps and --show-duplicatesAndrew Tridgell2-1/+74
2010-10-19waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell2-3/+28