wafsamba: Use octal modes directly rather than constants.
[kai/samba-autobuild/.git] / buildtools / wafsamba / wafsamba.py
2010-06-19 Jelmer Vernooijwafsamba: Use octal modes directly rather than constants.
2010-06-18 Jelmer Vernooijwafsamba: Use BUILTIN_LIBRARY() rather than relying...
2010-06-15 Jelmer Vernooijs4-waf: Fix build of libldb_ildap against system ldb.
2010-06-15 Jelmer Vernooijwafsamba: Fix include path inheritance from module...
2010-06-15 Jelmer Vernooijldb: Fix included ldb build.
2010-06-15 Jelmer Vernooijwafsamba: Fix filenames for ldb modules.
2010-06-15 Jelmer Vernooijwafsamba: Fix building of modules as shared libraries.
2010-06-15 Jelmer Vernooijwafsamba: Only add init function if not building module...
2010-06-13 Jelmer Vernooijs4-waf: Fix installation of .so links for libraries...
2010-06-13 Thomas NagyDo not use headermap.txt for the header installation
2010-05-31 Jelmer Vernooijwafsamba: Only try to build manpages if XSLTPROC was...
2010-05-31 Stefan Metzmacherbuildtools/wafsamba: use build group 'final' for the...
2010-05-31 Jelmer Vernooijwaf: Refactor manpage building code.
2010-05-31 Jelmer VernooijAdd manpages argument to SAMBA_LIBRARY().
2010-05-31 Kai Blinwafsamba: Correctly detect if bld.env.XSLTPROC is not set
2010-05-31 Jelmer Vernooijs4-waf: sanitize library names like the old build syste...
2010-05-30 Jelmer Vernooijwafsamba: Actually install manual pages.
2010-05-28 Andrew Bartlettwaf Read VERSION file inside WAF to set package version
2010-05-23 Thomas Nagysolve the error "ldb.inst.h does not exist"
2010-05-23 Thomas NagySubstitute the pidl files without using 'headermap...
2010-05-19 Thomas Nagys4-waf: Replace local includes in header files with...
2010-05-07 Andrew Tridgellbuild: fixed pc file variable substitution
2010-05-04 Andrew Tridgellbuild: allow use of target names as commands in waf
2010-04-28 Andrew Tridgellbuild: added enabled=True/False option to SAMBA_BINARY()
2010-04-26 Andrew Tridgellbuild: cope with realname for install of non-python...
2010-04-26 Andrew Tridgellbuild: a library is only empty if it has no deps
2010-04-26 Andrew Tridgellbuild: cope with duplicates in source lists
2010-04-24 Stefan Metzmacherbuildtools/wafsamba: make sure we create bin/default...
2010-04-19 Andrew Tridgells4-waf: follow the configure directories for the empty...
2010-04-19 Andrew Tridgells4-waf: install some missing empty directories
2010-04-18 Andrew Tridgells4-waf: removed the unused installdir= option to SAMBA_...
2010-04-18 Andrew Tridgellbuild: added ABI checking to the WAF build
2010-04-15 Andrew Tridgellbuild: throw a fatal error for duplicate target declara...
2010-04-14 Andrew Tridgellbuild: make the 'wrong version of waf' message even...
2010-04-14 Andrew Tridgellbuild: check that the user is not using an old /usr...
2010-04-12 Stefan Metzmacherwafsamba: don't add global dependencies to hostcc targets
2010-04-12 Stefan Metzmacherwafsamba: allow passing 'use_hostcc' to SAMBA_SUBSYSTEM()
2010-04-09 Andrew Tridgellbuild: use Logs.error() and Logs.info() instead of...
2010-04-08 Andrew Tridgellbuild: make the handling of relative paths a bit saner
2010-04-07 Thomas Nagybuild: allow the waf build to work with python 3.0...
2010-04-06 Andrew Tridgells4-waf: replace TOUCH_FILE() with normal install rules
2010-04-06 Andrew Tridgells4-waf: move to a universal method of recursing into...
2010-04-06 Andrew Tridgells4-waf: added 'waf dist' to our standalone libs as...
2010-04-06 Andrew Tridgellbuild: fixed the expansions in pkgconfig files
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: nicer display of command type for prototypes...
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: enable 'nothreads' when JOBS=1
2010-04-06 Andrew Tridgellbuild: python libs need to be built shared, regardless...
2010-04-06 Andrew Tridgells4-waf: fixed some of the group ordering
2010-04-06 Andrew Tridgellbuild: fixed install target for systems with rpath...
2010-04-06 Andrew Tridgellbuild: fixed a configure error with a totally clean...
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: tidy up the wafsamba rules a bit
2010-04-06 Andrew Tridgellbuild: added support for controlling library types
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: support wildcard excludes in INSTALL_WILDCARD()
2010-04-06 Andrew Tridgellbuild: support wildcard mappings for header_path
2010-04-06 Andrew Tridgells4-waf: started adding auto-install of include files
2010-04-06 Andrew Tridgellbuild: fixed copy_script typo
2010-04-06 Andrew Tridgellbuild: started a library of common config tests for...
2010-04-06 Andrew Tridgellbuild: support variable expansion in source= arguments...
2010-04-06 Andrew Tridgellbuild: solaris8 doesn't honor the -f flag to ln.
2010-04-06 Andrew Tridgellbuild: a few more build rules that should have on_resul...
2010-04-06 Andrew Tridgellbuild: use shell=True for SAMBA_GENERATOR
2010-04-06 Andrew Tridgellbuild: finer grained rpath checking for binary/install
2010-04-06 Andrew Tridgellbuild: don't use double binaries/libs if not needed
2010-04-06 Andrew Tridgellbuild: mark wafsamba as unbuffered, so stdout and stder...
2010-04-06 Andrew Tridgellbuild: fixed build of heimdal/lib/roken/err.h
2010-04-06 Andrew Tridgellbuild: added --disable-shared option
2010-04-06 Andrew Tridgellbuild: cope with subsystems with no enabled modules
2010-04-06 Andrew Tridgellbuild: fixed ifaddrs.h for heimdal (from template)
2010-04-06 Andrew Tridgellbuild: use SUBST_VARS_RECURSIVE() for install_path
2010-04-06 Andrew Tridgellbuild: rename samba_includes.py to samba_optimisation.py
2010-04-06 Andrew Tridgellbuild: split build and install libraries/binaries
2010-04-06 Andrew Tridgellbuild: added a cflags_end SAMBA_SUBSYSTEM() option
2010-04-06 Andrew Tridgellbuild: an optimisation for includes file handling
2010-04-06 Andrew Tridgellbuild: try faster includes processing
2010-04-06 Andrew Tridgellbuild: check that the symlink doesn't exist before...
2010-04-06 Andrew Tridgellbuild: allow shared and python staging areas to be...
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: nearly there on samba4 build
2010-04-06 Andrew Tridgellbuild: better target name for lib link
2010-04-06 Andrew Tridgellbuild: use export_incdirs
2010-04-06 Andrew Tridgellbuild: fixed heimdal include lists
2010-04-06 Andrew Tridgellbuild: back to stricter deps
next