summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/wafsamba.py
Commit message (Expand)AuthorAgeFilesLines
...
* s4-waf: sanitize library names like the old build system did, only addJelmer Vernooij2010-05-311-2/+6
* wafsamba: Actually install manual pages.Jelmer Vernooij2010-05-311-0/+11
* waf Read VERSION file inside WAF to set package versionAndrew Bartlett2010-05-281-0/+1
* solve the error "ldb.inst.h does not exist"Thomas Nagy2010-05-241-0/+2
* Substitute the pidl files without using 'headermap.txt'Thomas Nagy2010-05-231-1/+9
* s4-waf: Replace local includes in header files with proper system names.Thomas Nagy2010-05-191-21/+100
* build: fixed pc file variable substitutionAndrew Tridgell2010-05-071-1/+7
* build: allow use of target names as commands in wafAndrew Tridgell2010-05-041-0/+1
* build: added enabled=True/False option to SAMBA_BINARY()Andrew Tridgell2010-04-291-1/+6
* build: cope with realname for install of non-python libsAndrew Tridgell2010-04-261-1/+4
* build: a library is only empty if it has no depsAndrew Tridgell2010-04-261-3/+3
* build: cope with duplicates in source listsAndrew Tridgell2010-04-261-2/+5
* buildtools/wafsamba: make sure we create bin/default/ before trying to create...Stefan Metzmacher2010-04-241-0/+1
* s4-waf: follow the configure directories for the empty install dirsAndrew Tridgell2010-04-191-0/+2
* s4-waf: install some missing empty directoriesAndrew Tridgell2010-04-191-0/+7
* s4-waf: removed the unused installdir= option to SAMBA_BINARY()Andrew Tridgell2010-04-181-1/+0
* build: added ABI checking to the WAF buildAndrew Tridgell2010-04-181-2/+15
* build: throw a fatal error for duplicate target declarationsAndrew Tridgell2010-04-151-10/+0
* build: make the 'wrong version of waf' message even clearerAndrew Tridgell2010-04-151-1/+4
* build: check that the user is not using an old /usr/bin/wafAndrew Tridgell2010-04-151-1/+11
* wafsamba: don't add global dependencies to hostcc targetsStefan Metzmacher2010-04-121-2/+6
* wafsamba: allow passing 'use_hostcc' to SAMBA_SUBSYSTEM()Stefan Metzmacher2010-04-121-3/+6
* build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell2010-04-091-2/+2
* build: make the handling of relative paths a bit sanerAndrew Tridgell2010-04-081-1/+1
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-4/+6
* s4-waf: replace TOUCH_FILE() with normal install rulesAndrew Tridgell2010-04-061-1/+1
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-12/+0
* s4-waf: added 'waf dist' to our standalone libs as wellAndrew Tridgell2010-04-061-0/+1
* build: fixed the expansions in pkgconfig filesAndrew Tridgell2010-04-061-1/+7
* build: added 'generic' cc support and a simple irix cc support moduleAndrew Tridgell2010-04-061-0/+2
* build: initial version of a tru64 compiler moduleAndrew Tridgell2010-04-061-0/+1
* pidl-waf: better handling of the man page generationAndrew Tridgell2010-04-061-2/+0
* build: nicer display of command type for prototypes and generatorsAndrew Tridgell2010-04-061-0/+10
* s4-waf: updates for the new python installer from jelmerAndrew Tridgell2010-04-061-5/+15
* build: much simpler and faster rpath install handlerAndrew Tridgell2010-04-061-150/+12
* build: only link install targets at install timeAndrew Tridgell2010-04-061-8/+8
* build: enable nothreads workaround only with WAF_NOTHREADS=1Andrew Tridgell2010-04-061-1/+4
* build: fixed the dependencies of the install targetsAndrew Tridgell2010-04-061-5/+9
* build: enable 'nothreads' when JOBS=1Andrew Tridgell2010-04-061-0/+1
* build: python libs need to be built shared, regardless of --disable-sharedAndrew Tridgell2010-04-061-2/+2
* s4-waf: fixed some of the group orderingAndrew Tridgell2010-04-061-3/+6
* build: fixed install target for systems with rpath disabledAndrew Tridgell2010-04-061-3/+3
* build: fixed a configure error with a totally clean treeAndrew Tridgell2010-04-061-1/+1
* build: nicer progress display for a standard buildAndrew Tridgell2010-04-061-14/+34
* build: override PACKAGE_VERSION in pkg-config generation for librariesAndrew Tridgell2010-04-061-6/+8
* build: reuse SAMBA_LIBRARY() to build python modulesAndrew Tridgell2010-04-061-11/+33
* build: fixed progress displayAndrew Tridgell2010-04-061-4/+6
* build: use 'Compiling foo.c' and 'Linking foo' like old build systemAndrew Tridgell2010-04-061-0/+19
* build: tidy up the wafsamba rules a bitAndrew Tridgell2010-04-061-33/+25
* build: added support for controlling library typesAndrew Tridgell2010-04-061-14/+19