waf: added configure test for -Wl,--version-script
[sfrench/samba-autobuild/.git] / buildtools / wafsamba / wscript
2010-12-08 Andrew Tridgellwaf: added configure test for -Wl,--version-script
2010-11-16 Andrew Tridgellwaf: added --git-local-changes configure option
2010-11-05 Jelmer Vernooijwafsamba: Use project name variable rather than hardcod...
2010-11-05 Jelmer VernooijAdd --disable-rpath-private-install flag.
2010-11-05 Jelmer VernooijAdd --with-privatelibdir build option.
2010-10-31 Matthieu Patoubuild: In some case the flags for the sun studio linker...
2010-10-30 Matthieu Patoubuild: set shared libraries flags correctly on mac...
2010-10-30 Andrew Tridgellwaf: added --symbol-check option
2010-10-28 Matthieu Patoubuild: add the -fno-common flags to fix the link pb...
2010-10-28 Matthieu Patoubuild: Add XPG6 otherwise we have a configure pb on...
2010-10-27 Matthieu Patoubuild: remove warnings about redifinition of boolean...
2010-10-23 Jelmer Vernooijwaf: Rename some BUNDLED_ functios to PRIVATE_.
2010-10-21 Andrew Tridgellwaf: added --show-deps and --show-duplicates
2010-10-19 Andrew Tridgellwaf: automap shared library names from .so to the right...
2010-08-30 Thomas NagyDisable gccdeps if -MD is not supported
2010-08-17 Stefan MetzmacherRevert "waf: enable gccdeps in developer mode"
2010-08-14 Andrew Tridgellwaf: enable gccdeps in developer mode
2010-05-28 Andrew Bartlettwaf Provide release signing capability in 'waf dist'
2010-05-21 Thomas Nagywafsamba: Disable the abi checks when gdb is not available
2010-05-14 Stefan MetzmacherRevert "wafsamba: use -D_XOPEN_SOURCE=700 for the build"
2010-05-14 Stefan Metzmacherwafsamba: use -D_XOPEN_SOURCE=700 for the build
2010-05-07 Andrew Tridgellbuild: treat a blank --build or --host as not a cross...
2010-05-05 Andrew Tridgellbuild: added configure test for inline
2010-04-26 Andrew Tridgellbuild: use option_group() not add_option_group()
2010-04-22 Andrew Tridgellbuild: give a more useful error when the source dir...
2010-04-22 Andrew Tridgellbuild: added --enable-auto-reconfigure
2010-04-21 Andrew Tridgellbuild: added --nonshared-binary=LIST option
2010-04-21 Andrew Tridgellbuild: fixed uname output to be on target machine when...
2010-04-20 Andrew Tridgellbuild: added uname display and SYSTEM_UNAME define
2010-04-19 Andrew Tridgellbuild: added --cross-answers support
2010-04-18 Andrew Tridgellbuild: added ABI checking to the WAF build
2010-04-14 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2010-04-14 Andrew Tridgellbuild: try to honor MAKEFLAGS from make
2010-04-13 Andrew Tridgellbuild: added autoconf compatible configure options
2010-04-12 Andrew Tridgellbuild: added cross-compilation configure options
2010-04-11 Andrew Tridgellbuild: added --minimum-library-version configure option
2010-04-09 Andrew Tridgellbuild: added --picky-developer and --fatal-errors
2010-04-06 Andrew Tridgells4-waf: added 'waf dist' to build the tarball
2010-04-06 Andrew Tridgellbuild: added functions for compound configuration testing
2010-04-06 Andrew Tridgellbuild: work around missing defaults from gnu_dirs.py
2010-04-06 Andrew Tridgellbuild: auto-detect platforms which don't support shared...
2010-04-06 Andrew Tridgellbuild: only add -fPIC if it is supported
2010-04-06 Andrew Tridgells4-waf: support the use of system libraries
2010-04-06 Andrew Tridgellbuild: better control over bundled library extensions
2010-04-06 Andrew Tridgellbuild: added support for controlling library types
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgells4-waf: move the gnu dirs check to the generic wafsamba...
2010-04-06 Andrew Tridgellbuild: split out the base waf rules into buildtools...