s4-krb5: Fix typos in comment.
[sfrench/samba-autobuild/.git] / buildtools /
2010-04-08 Matthias Dieter... s4:WAF buildsystem - support out of "source4" directory...
2010-04-08 Andrew Tridgellbuild: we need this isinstance() check for distcheck
2010-04-08 Andrew Tridgellbuild: the exceptions here are not useful
2010-04-08 Andrew Tridgellbuild: make the handling of relative paths a bit saner
2010-04-08 Jelmer Vernooijs4-waf: Add dist target.
2010-04-07 Thomas Nagybuild: allow the waf build to work with python 3.0...
2010-04-07 Jelmer Vernooijs4-waf: Fix 'waf dist' app name.
2010-04-06 Jelmer VernooijSupport 'make test TESTS=foo' again.
2010-04-06 Andrew Tridgellbuild: use a target_in_list() function for more flexibl...
2010-04-06 Andrew Tridgellbuild: cope with binaries with subdir prefixes (for...
2010-04-06 Andrew Tridgellbuild: run distcheck in testwaf.sh
2010-04-06 Andrew Tridgellbuild: update version of waf to add subdir argument...
2010-04-06 Andrew Tridgells4-waf: replace TOUCH_FILE() with normal install rules
2010-04-06 Andrew Tridgellbuild: simpler symlink_bin and symlink_lib methods
2010-04-06 Andrew Tridgells4-waf: fixed waf distcheck for our standalone libs...
2010-04-06 Andrew Tridgellbuild: fixed LOAD_ENVIRONMENT for out of tree builds
2010-04-06 Andrew Tridgells4-waf: new autogen-waf.sh
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 Tridgellbuild: nicer error msg when git ls-files fails
2010-04-06 Andrew Tridgells4-waf: added 'waf dist' to our standalone libs as...
2010-04-06 Andrew Tridgells4-waf: added 'waf dist' to build the tarball
2010-04-06 Andrew Tridgellbuild: removed some unused imports found by pyflakes
2010-04-06 Andrew Tridgellbuild: fixed the expansions in pkgconfig files
2010-04-06 Andrew Tridgellbuild: fixed DESTDIR for TOUCH_FILE()
2010-04-06 Andrew Tridgellbuild: waf update to fix macos build error
2010-04-06 Andrew Tridgellbuild: try to fix the python link problem on SerNet...
2010-04-06 Andrew Tridgellbuild: use waf from waf-svn.git repo
2010-04-06 Andrew Tridgellbuild: try the generic C compiler on hpux if gcc not...
2010-04-06 Andrew Tridgellbuild: update wav-svn
2010-04-06 Andrew Tridgellbuild: added 'generic' cc support and a simple irix...
2010-04-06 Andrew Tridgellbuild: initial version of a tru64 compiler module
2010-04-06 Andrew Tridgellpidl-waf: better handling of the man page generation
2010-04-06 Andrew Tridgellbuild: don't depend on the blib/ files in SAMBA_PIDL()
2010-04-06 Andrew Tridgellbuild: loop until all object reductions are complete
2010-04-06 Andrew Tridgellbuild: make sure the directory exists in TOUCH_FILE()
2010-04-06 Andrew Tridgellbuild: nicer display of command type for prototypes...
2010-04-06 Andrew Tridgells4-waf: create a blank __init__.py in samba/external
2010-04-06 Andrew Tridgellbuild: a bit more information for tracking --target...
2010-04-06 Andrew Tridgells4-waf: updates for the new python installer from jelmer
2010-04-06 Andrew Tridgellbuild: much simpler and faster rpath install handler
2010-04-06 Andrew Tridgellbuild: only link install targets at install time
2010-04-06 Andrew Tridgellbuild: enable nothreads workaround only with WAF_NOTHRE...
2010-04-06 Andrew Tridgellbuild: fixed the dependencies of the install targets
2010-04-06 Andrew Tridgellbuild: fixed the task counter when nothreads is used
2010-04-06 Andrew Tridgellbuild: enable 'nothreads' when JOBS=1
2010-04-06 Andrew Tridgellbuild: refactor the object reduction code
2010-04-06 Andrew Tridgellbuild: sys.exit is better than raise here
2010-04-06 Andrew Tridgellbuild: don't define vars in config.h for CONFIG_PATH()
2010-04-06 Andrew Tridgellbuild: finally got LIBRARY<->LIBRARY reductions working
2010-04-06 Andrew Tridgellbuild: add python library object reduction
2010-04-06 Andrew Tridgellbuild: python libs need to be built shared, regardless...
2010-04-06 Andrew Tridgellbuild: add require_headers option to CHECK_BUNDLED_SYSTEM()
2010-04-06 Andrew Tridgells4-waf: fixed some of the group ordering
2010-04-06 Andrew Tridgellbuild: expand indirect includes to fix disable-shared...
2010-04-06 Andrew Tridgellbuild: fixed install target for systems with rpath...
2010-04-06 Andrew Tridgellbuild: added functions for compound configuration testing
2010-04-06 Andrew Tridgellbuild: don't link when checking a C prototype
2010-04-06 Andrew Tridgellbuild: tweak the strategy for finding functions
2010-04-06 Andrew Tridgellbuild: new waf version with local patches replaced...
2010-04-06 Andrew Tridgellbuild: removed debug line
2010-04-06 Andrew Tridgellbuild: fixed a configure error with a totally clean...
2010-04-06 Andrew Tridgells4-waf: added implied_deps for system libraries
2010-04-06 Andrew Tridgells4-waf: added rules for rebuilding the yapp parser...
2010-04-06 Andrew Tridgellbuild: fixed the on_results problem with SAMBA_AUTOPROTO()
2010-04-06 Andrew Tridgellbuild: fixed missing nodes display on errors
2010-04-06 Andrew Tridgellbuild: added pattern option for recursive_dirlist
2010-04-06 Andrew Tridgellbuild: nicer progress display for a standard build
2010-04-06 Andrew Tridgellbuild: override PACKAGE_VERSION in pkg-config generatio...
2010-04-06 Andrew Tridgellbuild: reuse SAMBA_LIBRARY() to build python modules
2010-04-06 Andrew Tridgellbuild: fixed progress display
2010-04-06 Andrew Tridgellbuild: use 'Compiling foo.c' and 'Linking foo' like...
2010-04-06 Andrew Tridgellbuild: move waf into buildtools/bin
2010-04-06 Andrew Tridgells4-waf: ensure we don't end up with mixed versions...
2010-04-06 Andrew Tridgellbuild: tidy up the wafsamba rules a bit
2010-04-06 Andrew Tridgells4-waf: added auto-detection of perl manpage extensions
2010-04-06 Andrew Tridgellbuild: work around missing defaults from gnu_dirs.py
2010-04-06 Andrew Tridgellbuild: fixed popt subsystem on systems without popt
2010-04-06 Andrew Tridgells4-waf: merge in the latest changes from master
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: cleanup use of LIBPOPT vs popt dependency
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: better waf test script
2010-04-06 Andrew Tridgellbuild: added support for controlling library types
2010-04-06 Andrew Tridgellbuild: fixed build group for the PIDL tables generation
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: mark python rules as being part of the "main...
2010-04-06 Andrew Tridgellbuild: throw an error on all bad variable substitutions
2010-04-06 Andrew Tridgells4-waf: move the gnu dirs check to the generic wafsamba...
2010-04-06 Andrew Tridgellbuild: substitute @VAR@ variables in pkgconfig .pc...
2010-04-06 Andrew Tridgellbuild: fixed the python path in installed python scripts
2010-04-06 Andrew Tridgellbuild: fixed destination name for pc_files
2010-04-06 Andrew Tridgellbuild: added support for pc_files= for pkgconfig files
2010-04-06 Andrew Tridgellbuild: a hack to get perl to put its generated blib...
2010-04-06 Andrew Tridgellbuild: only depend on the actual pidl source files...
2010-04-06 Andrew Tridgellbuild: support wildcard excludes in INSTALL_WILDCARD()
2010-04-06 Andrew Tridgellbuild: install build python modules correctly
2010-04-06 Andrew Tridgellbuild: support wildcard mappings for header_path
next