summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wscript
AgeCommit message (Expand)AuthorFilesLines
2011-02-22build: added WHYNEEDED=TARGET:DEPENDENCYAndrew Tridgell1-0/+4
2011-02-15Fix private libdir and codepages pathsSimo Sorce1-1/+1
2011-01-05buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher1-1/+1
2010-12-11build: add more CFLAGS for aixMatthieu Patou1-1/+3
2010-12-11build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIMEMatthieu Patou1-0/+3
2010-12-08waf: added --disable-symbol-versions configure optionAndrew Tridgell1-3/+8
2010-12-08waf: added configure test for -Wl,--version-scriptAndrew Tridgell1-0/+9
2010-11-16waf: added --git-local-changes configure optionAndrew Tridgell1-0/+5
2010-11-05wafsamba: Use project name variable rather than hardcoding 'samba4'.Jelmer Vernooij1-2/+2
2010-11-05Add --disable-rpath-private-install flag.Jelmer Vernooij1-2/+15
2010-11-05Add --with-privatelibdir build option.Jelmer Vernooij1-0/+5
2010-10-31build: In some case the flags for the sun studio linker are wrongMatthieu Patou1-0/+10
2010-10-30build: set shared libraries flags correctly on mac os XMatthieu Patou1-2/+0
2010-10-30waf: added --symbol-check optionAndrew Tridgell1-0/+4
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-23waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij1-10/+10
2010-10-21waf: added --show-deps and --show-duplicatesAndrew Tridgell1-0/+8
2010-10-19waf: automap shared library names from .so to the right extensionAndrew Tridgell1-1/+6
2010-08-30Disable gccdeps if -MD is not supportedThomas Nagy1-3/+23
2010-08-17Revert "waf: enable gccdeps in developer mode"Stefan Metzmacher1-3/+2
2010-08-14waf: enable gccdeps in developer modeAndrew Tridgell1-2/+3
2010-05-28waf Provide release signing capability in 'waf dist'Andrew Bartlett1-0/+8
2010-05-21wafsamba: Disable the abi checks when gdb is not availableThomas Nagy1-0/+4
2010-05-14Revert "wafsamba: use -D_XOPEN_SOURCE=700 for the build"Stefan Metzmacher1-1/+0
2010-05-14wafsamba: use -D_XOPEN_SOURCE=700 for the buildStefan Metzmacher1-0/+1
2010-05-07build: treat a blank --build or --host as not a cross-compileAndrew Tridgell1-1/+3
2010-05-05build: added configure test for inlineAndrew Tridgell1-0/+2
2010-04-26build: use option_group() not add_option_group()Andrew Tridgell1-1/+1
2010-04-23build: give a more useful error when the source dir has movedAndrew Tridgell1-0/+6
2010-04-22build: added --enable-auto-reconfigureAndrew Tridgell1-1/+13
2010-04-21build: added --nonshared-binary=LIST optionAndrew Tridgell1-0/+4
2010-04-21build: fixed uname output to be on target machine when cross compilingAndrew Tridgell1-4/+7
2010-04-20build: added uname display and SYSTEM_UNAME defineAndrew Tridgell1-0/+3
2010-04-19build: added --cross-answers supportAndrew Tridgell1-0/+4
2010-04-18build: added ABI checking to the WAF buildAndrew Tridgell1-24/+47
2010-04-14build: try to honor MAKEFLAGS from makeAndrew Tridgell1-0/+1
2010-04-13build: added autoconf compatible configure optionsAndrew Tridgell1-0/+27
2010-04-12build: added cross-compilation configure optionsAndrew Tridgell1-0/+15
2010-04-12build: added --minimum-library-version configure optionAndrew Tridgell1-0/+4
2010-04-09build: added --picky-developer and --fatal-errorsAndrew Tridgell1-0/+6
2010-04-06s4-waf: added 'waf dist' to build the tarballAndrew Tridgell1-0/+3
2010-04-06build: added functions for compound configuration testingAndrew Tridgell1-0/+1
2010-04-06build: work around missing defaults from gnu_dirs.pyAndrew Tridgell1-12/+3
2010-04-06build: auto-detect platforms which don't support shared libsAndrew Tridgell1-1/+5
2010-04-06build: only add -fPIC if it is supportedAndrew Tridgell1-1/+1
2010-04-06s4-waf: support the use of system librariesAndrew Tridgell1-3/+3
2010-04-06build: better control over bundled library extensionsAndrew Tridgell1-7/+15
2010-04-06build: added support for controlling library typesAndrew Tridgell1-1/+18