summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba
AgeCommit message (Expand)AuthorFilesLines
2010-05-05build: mark cloned task generators as not postedAndrew Tridgell1-0/+1
2010-05-04build: fixed wildcard handling for python 3.xAndrew Tridgell1-1/+1
2010-05-04build: allow use of target names as commands in wafAndrew Tridgell2-0/+115
2010-05-03build: use the waf patterns for RPATHAndrew Tridgell2-11/+9
2010-05-03build: added a check for group ordering within target dependenciesAndrew Tridgell1-0/+47
2010-05-03build: fix for combined configure/build in one commandAndrew Tridgell1-3/+10
2010-05-02build: uname on opensolaris returns 1 for successAndrew Tridgell1-1/+1
2010-04-29build: added enabled=True/False option to SAMBA_BINARY()Andrew Tridgell1-1/+6
2010-04-26build: cope with realname for install of non-python libsAndrew Tridgell2-2/+8
2010-04-26build: normalise paths in unique source checkingAndrew Tridgell1-1/+1
2010-04-26build: a library is only empty if it has no depsAndrew Tridgell1-3/+3
2010-04-26build: use option_group() not add_option_group()Andrew Tridgell1-1/+1
2010-04-26build: cope with duplicates in source listsAndrew Tridgell1-2/+5
2010-04-24buildtools/wafsamba: inline defines during configure into the testsStefan Metzmacher1-7/+4
2010-04-24buildtools/wafsamba: make sure we create bin/default/ before trying to create...Stefan Metzmacher1-0/+1
2010-04-23build: give a more useful error when the source dir has movedAndrew Tridgell1-0/+6
2010-04-22build: added --enable-auto-reconfigureAndrew Tridgell1-1/+13
2010-04-21build: recalculate project deps when NONSHARED_BINARIES changesAndrew Tridgell1-0/+10
2010-04-21build: added --nonshared-binary=LIST optionAndrew Tridgell3-0/+25
2010-04-21build: fixed uname output to be on target machine when cross compilingAndrew Tridgell4-15/+51
2010-04-20build: added uname display and SYSTEM_UNAME defineAndrew Tridgell2-0/+22
2010-04-20build: quote cross-answer stringsAndrew Tridgell1-1/+1
2010-04-20build: allow "waf --abi-check" to force a re-check of the ABIAndrew Tridgell1-0/+3
2010-04-19s4-waf: follow the configure directories for the empty install dirsAndrew Tridgell1-0/+2
2010-04-19s4-waf: install some missing empty directoriesAndrew Tridgell1-0/+7
2010-04-19build: added --cross-answers supportAndrew Tridgell4-9/+114
2010-04-19build: fixed a python-3 indent errorAndrew Tridgell1-1/+1
2010-04-18build: more dependencies on /usr/bin/perl -> ${PERL}Andrew Tridgell2-2/+2
2010-04-18build: cope with perl not being in /usr/bin/perlAndrew Tridgell1-1/+1
2010-04-18s4-waf: removed the unused installdir= option to SAMBA_BINARY()Andrew Tridgell1-1/+0
2010-04-18build: fixed install of binary targets that are in subdirsAndrew Tridgell1-1/+1
2010-04-18build: support make V=1 for verbose buildAndrew Tridgell1-1/+10
2010-04-18build: more adjustments for the ABI type name mapsAndrew Tridgell1-4/+12
2010-04-18build: added abi_type_maps for FC12 struct va_listAndrew Tridgell1-1/+2
2010-04-18build: added abi type maps for _Bool and __va_list_tagAndrew Tridgell1-0/+10
2010-04-18build: added ABI checking to the WAF buildAndrew Tridgell6-27/+214
2010-04-15build: throw a fatal error for duplicate target declarationsAndrew Tridgell3-15/+8
2010-04-15build: ensure we don't recreate library loops in expansionsAndrew Tridgell1-1/+26
2010-04-15build: make the 'wrong version of waf' message even clearerAndrew Tridgell1-1/+4
2010-04-15build: check that the user is not using an old /usr/bin/wafAndrew Tridgell1-1/+11
2010-04-14build: try to honor MAKEFLAGS from makeAndrew Tridgell2-0/+27
2010-04-13buildtools/wafsamba: make sure CHECK_FUNC() and CHECK_VARIABLE() work with -O...Stefan Metzmacher1-2/+6
2010-04-13tdb-waf: added build of manpages and config options for RPM buildAndrew Tridgell1-0/+1
2010-04-13build: for unbundled libraries install devel link tooAndrew Tridgell1-0/+8
2010-04-13build: added autoconf compatible configure optionsAndrew Tridgell1-0/+27
2010-04-13build: allow cross-builds to use shared librariesAndrew Tridgell1-1/+1
2010-04-13build: check the type of implied dependenciesAndrew Tridgell1-1/+12
2010-04-13build: fixed a typo that prevented --bundled-libraries from working correctlyAndrew Tridgell1-1/+1
2010-04-13build: cope with existing binaries in bin/ left over from the old buildAndrew Tridgell1-4/+2
2010-04-12build: added cross-compilation configure optionsAndrew Tridgell3-0/+53