Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: fixed the install name for python modules | Andrew Tridgell | 1 | -4/+4 | |
2010-04-06 | build: split build and install libraries/binaries | Andrew Tridgell | 3 | -40/+162 | |
we need to split these to avoid re-compilation on install as install has different rpath settings | |||||
2010-04-06 | build: cleanup the ASN1 rules a bit | Andrew Tridgell | 1 | -18/+2 | |
2010-04-06 | build: new waf version (fixed python install bug) | Andrew Tridgell | 1 | -0/+0 | |
2010-04-06 | build: disable WAFCACHE by default | Andrew Tridgell | 1 | -2/+8 | |
It doesn't have a size limiting mechanism yet, so don't use it by default ot it could cause havoc in the build farm | |||||
2010-04-06 | build: compatibility makefile targets | Andrew Tridgell | 2 | -3/+15 | |
2010-04-06 | build: alias the libiconv target name for subsystems that depend on 'ICONV' | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: added 'waf etags' target | Andrew Tridgell | 1 | -1/+9 | |
2010-04-06 | build: don't need the S4 in the PIDL prefix | Andrew Tridgell | 2 | -3/+1 | |
2010-04-06 | build: teach samba_pild.py about the --com-header and --dcom-proxy options | Andrew Tridgell | 3 | -9/+18 | |
2010-04-06 | build: only enable pytdb on s4 build | Andrew Tridgell | 1 | -0/+3 | |
2010-04-06 | build: fixed the build of the com.so library | Andrew Tridgell | 1 | -1/+6 | |
2010-04-06 | build: added a cflags_end SAMBA_SUBSYSTEM() option | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | build: enable com library | Andrew Tridgell | 1 | -12/+4 | |
2010-04-06 | build: don't remove Makefile | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: enable pytdb | Andrew Tridgell | 1 | -0/+6 | |
2010-04-06 | build: optionally enable builtin popt | Andrew Tridgell | 4 | -9/+26 | |
2010-04-06 | build: don't use -W warning option for developer build | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: removed unused file | Andrew Tridgell | 1 | -0/+0 | |
2010-04-06 | build: allow configure -C to work again | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: go into system includes for dependencies on configure | Andrew Tridgell | 1 | -1/+7 | |
2010-04-06 | build: fixed some more missing targets | Andrew Tridgell | 1 | -5/+9 | |
2010-04-06 | build: added a lot more options to waf test | Andrew Tridgell | 1 | -20/+74 | |
2010-04-06 | build: fixed init function sentinal for python modules | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: we don't need varients in samba, so we can optimise a bit more | Andrew Tridgell | 1 | -0/+12 | |
Thanks to ita for suggesting this | |||||
2010-04-06 | build: remove hacks from top level wscript | Andrew Tridgell | 1 | -79/+0 | |
2010-04-06 | build: an optimisation for includes file handling | Andrew Tridgell | 2 | -1/+78 | |
This optimisation makes waf include file handling more efficient | |||||
2010-04-06 | build: allow waf to cache include lists more efficiently | Andrew Tridgell | 1 | -3/+17 | |
Using include paths all based on the topdir is more efficient | |||||
2010-04-06 | build: try faster includes processing | Andrew Tridgell | 4 | -5/+102 | |
2010-04-06 | build: more efficient pidl rules from ita | Andrew Tridgell | 1 | -3/+7 | |
Don't re-scan the pidl source tree each time | |||||
2010-04-06 | build: updated waf version | Andrew Tridgell | 1 | -0/+0 | |
2010-04-06 | build: fixed the build without sasl libraries | Andrew Tridgell | 2 | -4/+5 | |
We need to only enable the cyrus_sasl module if we have sasl/sasl.h | |||||
2010-04-06 | build: check that the symlink doesn't exist before creating | Andrew Tridgell | 1 | -2/+5 | |
2010-04-06 | build: allow shared and python staging areas to be referenced in build tree | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | build: cope with the common gen_ndr files being in the git tree | Andrew Tridgell | 2 | -6/+36 | |
2010-04-06 | build: updates for current master build | Andrew Tridgell | 1 | -4/+4 | |
2010-04-06 | build: fixed samba_deps.py for python 2.4 | Andrew Tridgell | 1 | -0/+11 | |
2010-04-06 | build: fixed termcap build | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: use a plain build, at request of metze :) | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: fixed cflags in CHECK_CODE | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: default to waf -p | Andrew Tridgell | 1 | -4/+1 | |
2010-04-06 | build: added test targets for make | Andrew Tridgell | 1 | -0/+6 | |
2010-04-06 | build: fixed group for heimdal autoproto | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: added ldb 'skel' module | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: waf test now depends on build | Andrew Tridgell | 1 | -6/+10 | |
2010-04-06 | build: need the sample ldb module for our testsuite | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: waf test now works (at least for some tests) | Andrew Tridgell | 1 | -11/+25 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 60 | -587/+1329 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 83 | -0/+2388 | |
2010-04-06 | build: separate out dependencies and python rules | Andrew Tridgell | 2 | -0/+434 | |