ldb Ensure we mark ongoing LDAP requests as PENDING
[samba.git] / source4 / wscript
2010-10-12 Andrew Tridgells4: mark us as not supporting python3 yet
2010-10-01 Günther Deschnersamba: share readline wrappers among all buildsystems.
2010-09-28 Andrew Tridgellwaf: we don't need the preprocessor recursion limit...
2010-09-23 Jelmer Vernooijtorture: Use system subunit library if available.
2010-06-29 Andrew Tridgellbuild: only use git when found by configure
2010-06-18 Jelmer Vernooijsamba4: Build libreplace as builtin library by default...
2010-05-30 Jelmer Vernooijs4-waf: Look for xsltproc executable, required to build...
2010-05-28 Andrew Bartletts4:waf Exclude the autotools based build environment...
2010-05-28 Andrew Bartlettwaf Add DIST_BLACKLIST to list files that we cannot...
2010-05-28 Andrew Bartlettwaf Read VERSION file inside WAF to set package version
2010-05-06 Andrew Tridgellbuild: added a reconfigure target
2010-05-04 Andrew Tridgellbuild: allow use of target names as commands in waf
2010-04-28 Andrew Tridgells4-waf: added --enable-build-farm configure option
2010-04-21 Andrew Tridgells4-waf: python devel headers are mandatory for the...
2010-04-15 Stefan Metzmachers4:selftest/wscript: --enable-selftest and --with-selft...
2010-04-07 Thomas Nagybuild: allow the waf build to work with python 3.0...
2010-04-06 Andrew Tridgells4-waf: add subdir argument to distcheck for source4
2010-04-06 Andrew Tridgells4-waf: move to a universal method of recursing into...
2010-04-06 Andrew Tridgells4-waf: avoid having to run waf configure before waf...
2010-04-06 Andrew Tridgells4-waf: added 'waf dist' to build the tarball
2010-04-06 Andrew Tridgells4-waf: remove PYTHONDIR from config.h
2010-04-06 Andrew Tridgells4-waf: install in /usr/local/samba by default
2010-04-06 Andrew Tridgells4-waf: added pydoctor and wafdocs targets
2010-04-06 Andrew Tridgells4-waf: change bundled extension to 'samba4'
2010-04-06 Andrew Tridgells4-waf: cleanup use of LIBPOPT vs popt dependency
2010-04-06 Andrew Tridgells4-waf: set default for bundled libraries
2010-04-06 Andrew Tridgells4-waf: don't auto-include bundled library headers
2010-04-06 Andrew Tridgells4-waf: set the bundled library extension for some...
2010-04-06 Andrew Tridgells4-waf: enable the configuration and options for pidl
2010-04-06 Andrew Tridgellbuild: spelling fix, and syntax highlighting fix
2010-04-06 Andrew Tridgellbuild: check for pam headers
2010-04-06 Kai Blinbuild: Add a ctags command to build a ctags-style tags...
2010-04-06 Andrew Tridgellbuild: ensure that the 'build' command appears in waf...
2010-04-06 Andrew Tridgellbuild: added 'waf etags' target
2010-04-06 Andrew Tridgellbuild: optionally enable builtin popt
2010-04-06 Andrew Tridgellbuild: remove hacks from top level wscript
2010-04-06 Andrew Tridgellbuild: try faster includes processing
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: nearly there on samba4 build
2010-04-06 Andrew Tridgellbuild: emulate autoconf PACKAGE_* variables
2010-04-06 Andrew Tridgellbuild: added wrapper options
2010-04-06 Andrew Tridgellbuild: iconv checks
2010-04-06 Andrew Tridgellbuild: check for pam
2010-04-06 Andrew Tridgellbuild: zlib checks
2010-04-06 Andrew Tridgellbuild: check for backtrace
2010-04-06 Andrew Tridgellbuild: ntvfs/sysdep configure checks
2010-04-06 Andrew Tridgellbuild: waf build for lib/tls
2010-04-06 Andrew Tridgellbuild: result of hack session with ita
2010-04-06 Andrew Tridgellbuild: fixes from ita
2010-04-06 Andrew Tridgellbuild: started to split up wafsamba.py into separate...
2010-04-06 Andrew Tridgellbuild: added ASN1, PIDL and ET build rules
2010-04-06 Andrew Tridgellbuild: DEFUN->DEFINE, and fixed CFLAGS handling
2010-04-06 Andrew Tridgellbuild: s4 wants config.h in include/
2010-04-06 Andrew Tridgellbuild: added ADD_CFLAGS() and started of Samba4 build