build:wafsamba: dead code removal in gettext detection
[sfrench/samba-autobuild/.git] / buildtools / wafsamba / wscript
2015-10-27 Thomas Nagybuild:wafsamba: dead code removal in gettext detection
2015-10-13 Thomas Nagybuild:wafsamba: Enable feature-compatible declaration...
2015-10-09 Andrew Bartlettbuild: Move __attribute__ ((destructor)) and ((construc...
2015-05-19 Petr Viktorinbuildtools: Add --extra-python configure option
2015-04-02 Michael Adambuild:wafsamba: fix a typo
2015-03-16 Thomas NagyTransition to waf 1.8: wrapped conf.check_cfg
2015-02-25 Garming Sambuild: amend typo for address sanitizer help
2015-01-28 Andreas Schneiderwaf: Add address sanitizer configure option.
2015-01-08 Michael Adamwafsamba: filter out standard library paths from RPATH...
2015-01-08 Stefan Metzmacherwafsamba: improve -fvisibility=hidden, we should check...
2015-01-08 Stefan Metzmacherwafsamba: move -fvisibility=hidden checks from lib...
2015-01-08 Stefan Metzmacherwafsamba: move WERROR_CFLAGS checks from lib/replace...
2015-01-08 Stefan Metzmacherwafsamba: move compiler / cflags related stuff from...
2014-12-19 Ralph Boehmewafsamba: check for rpath compiler/linker flags
2014-05-06 Gustavo Zacariasbuild: unify and fix endian tests
2014-01-03 Christian Ambachwaf:lib/replace change detection of gettext
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-09 Christian Ambachwaf: add --without-gettext option
2013-08-09 Christian Ambachwaf: fix build on AIX7
2012-11-09 Christian Ambachbuild(waf): support AIX 6.1
2012-10-11 Andrew Bartlettbuild: Remove --disable-shared
2012-05-27 Andriy Syrovenkobuild: Add option to specify where gettext is (/usr...
2012-05-18 Andrew Bartlettbuild: Also look for iconv in /usr/local by default
2012-05-18 Thomas NagyAdd include/lib folders from the commandline
2012-04-20 Andrew Bartlettwafsamba: allow certain public libraries to be forced...
2012-04-11 Andrew Bartlettbuildtools: Add --enable-debug option
2012-04-05 Andrew Bartlettbuild: Require 64-bit files support and do not define...
2012-03-21 Andreas Schneiderwaf: Add autoconf --target support.
2012-03-11 Volker Lendeckewaf: Do not use standards.h on darwin
2011-10-14 Sumit Bosebuild: added autoconf --disable-silent-rules option
2011-09-08 Andrew Bartlettbuild: Add duplicate symbol checking as part of make...
2011-02-22 Andrew Tridgellbuild: added WHYNEEDED=TARGET:DEPENDENCY
2011-02-15 Simo SorceFix private libdir and codepages paths
2011-01-05 Stefan Metzmacherbuildtools/wafsamba: import 'sys' and 'Logs' if we...
2010-12-11 Matthieu Patoubuild: add more CFLAGS for aix
2010-12-11 Matthieu Patoubuild: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_RE...
2010-12-08 Andrew Tridgellwaf: added --disable-symbol-versions configure option
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...