Age | Commit message (Expand) | Author | Files | Lines |
2011-10-14 | build: added autoconf --disable-silent-rules option | Sumit Bose | 1 | -0/+3 |
2011-09-08 | build: Add duplicate symbol checking as part of make test | Andrew Bartlett | 1 | -0/+4 |
2011-02-22 | build: added WHYNEEDED=TARGET:DEPENDENCY | Andrew Tridgell | 1 | -0/+4 |
2011-02-15 | Fix private libdir and codepages paths | Simo Sorce | 1 | -1/+1 |
2011-01-05 | buildtools/wafsamba: import 'sys' and 'Logs' if we use them | Stefan Metzmacher | 1 | -1/+1 |
2010-12-11 | build: add more CFLAGS for aix | Matthieu Patou | 1 | -1/+3 |
2010-12-11 | build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIME | Matthieu Patou | 1 | -0/+3 |
2010-12-08 | waf: added --disable-symbol-versions configure option | Andrew Tridgell | 1 | -3/+8 |
2010-12-08 | waf: added configure test for -Wl,--version-script | Andrew Tridgell | 1 | -0/+9 |
2010-11-16 | waf: added --git-local-changes configure option | Andrew Tridgell | 1 | -0/+5 |
2010-11-05 | wafsamba: Use project name variable rather than hardcoding 'samba4'. | Jelmer Vernooij | 1 | -2/+2 |
2010-11-05 | Add --disable-rpath-private-install flag. | Jelmer Vernooij | 1 | -2/+15 |
2010-11-05 | Add --with-privatelibdir build option. | Jelmer Vernooij | 1 | -0/+5 |
2010-10-31 | build: In some case the flags for the sun studio linker are wrong | Matthieu Patou | 1 | -0/+10 |
2010-10-30 | build: set shared libraries flags correctly on mac os X | Matthieu Patou | 1 | -2/+0 |
2010-10-30 | waf: added --symbol-check option | Andrew Tridgell | 1 | -0/+4 |
2010-10-28 | build: add the -fno-common flags to fix the link pb on mac os X | Matthieu Patou | 1 | -0/+2 |
2010-10-28 | build: Add XPG6 otherwise we have a configure pb on sun Solaris | Matthieu Patou | 1 | -0/+1 |
2010-10-27 | build: remove warnings about redifinition of boolean use -KPIC on suncc | Matthieu Patou | 1 | -1/+9 |
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 1 | -10/+10 |
2010-10-21 | waf: added --show-deps and --show-duplicates | Andrew Tridgell | 1 | -0/+8 |
2010-10-19 | waf: automap shared library names from .so to the right extension | Andrew Tridgell | 1 | -1/+6 |
2010-08-30 | Disable gccdeps if -MD is not supported | Thomas Nagy | 1 | -3/+23 |
2010-08-17 | Revert "waf: enable gccdeps in developer mode" | Stefan Metzmacher | 1 | -3/+2 |
2010-08-14 | waf: enable gccdeps in developer mode | Andrew Tridgell | 1 | -2/+3 |
2010-05-28 | waf Provide release signing capability in 'waf dist' | Andrew Bartlett | 1 | -0/+8 |
2010-05-21 | wafsamba: Disable the abi checks when gdb is not available | Thomas Nagy | 1 | -0/+4 |
2010-05-14 | Revert "wafsamba: use -D_XOPEN_SOURCE=700 for the build" | Stefan Metzmacher | 1 | -1/+0 |
2010-05-14 | wafsamba: use -D_XOPEN_SOURCE=700 for the build | Stefan Metzmacher | 1 | -0/+1 |
2010-05-07 | build: treat a blank --build or --host as not a cross-compile | Andrew Tridgell | 1 | -1/+3 |
2010-05-05 | build: added configure test for inline | Andrew Tridgell | 1 | -0/+2 |
2010-04-26 | build: use option_group() not add_option_group() | Andrew Tridgell | 1 | -1/+1 |
2010-04-23 | build: give a more useful error when the source dir has moved | Andrew Tridgell | 1 | -0/+6 |
2010-04-22 | build: added --enable-auto-reconfigure | Andrew Tridgell | 1 | -1/+13 |
2010-04-21 | build: added --nonshared-binary=LIST option | Andrew Tridgell | 1 | -0/+4 |
2010-04-21 | build: fixed uname output to be on target machine when cross compiling | Andrew Tridgell | 1 | -4/+7 |
2010-04-20 | build: added uname display and SYSTEM_UNAME define | Andrew Tridgell | 1 | -0/+3 |
2010-04-19 | build: added --cross-answers support | Andrew Tridgell | 1 | -0/+4 |
2010-04-18 | build: added ABI checking to the WAF build | Andrew Tridgell | 1 | -24/+47 |
2010-04-14 | build: try to honor MAKEFLAGS from make | Andrew Tridgell | 1 | -0/+1 |
2010-04-13 | build: added autoconf compatible configure options | Andrew Tridgell | 1 | -0/+27 |
2010-04-12 | build: added cross-compilation configure options | Andrew Tridgell | 1 | -0/+15 |
2010-04-12 | build: added --minimum-library-version configure option | Andrew Tridgell | 1 | -0/+4 |
2010-04-09 | build: added --picky-developer and --fatal-errors | Andrew Tridgell | 1 | -0/+6 |
2010-04-06 | s4-waf: added 'waf dist' to build the tarball | Andrew Tridgell | 1 | -0/+3 |
2010-04-06 | build: added functions for compound configuration testing | Andrew Tridgell | 1 | -0/+1 |
2010-04-06 | build: work around missing defaults from gnu_dirs.py | Andrew Tridgell | 1 | -12/+3 |
2010-04-06 | build: auto-detect platforms which don't support shared libs | Andrew Tridgell | 1 | -1/+5 |
2010-04-06 | build: only add -fPIC if it is supported | Andrew Tridgell | 1 | -1/+1 |
2010-04-06 | s4-waf: support the use of system libraries | Andrew Tridgell | 1 | -3/+3 |