Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: a better way of calculating syslib dependencies | Andrew Tridgell | 1 | -33/+15 | |
2010-04-06 | build: fixed case of system library deps | Andrew Tridgell | 1 | -1/+5 | |
2010-04-06 | build: fixed the cflags for pkg_config libs | Andrew Tridgell | 1 | -10/+21 | |
2010-04-06 | build: python 2.4 doesn't support multiple union arguments for sets | Andrew Tridgell | 1 | -2/+4 | |
2010-04-06 | build: expand indirect syslibs after loop unrolling | Andrew Tridgell | 1 | -1/+3 | |
otherwide python libs in the disable-shared build don't get all the needed syslibs | |||||
2010-04-06 | build: fixed handling of full dependencies for --disable-shared | Andrew Tridgell | 1 | -119/+137 | |
the subsystem dependency loops get quite complex when shared libs are disabled | |||||
2010-04-06 | build: optimise and re-enable check_duplicate_sources | Andrew Tridgell | 1 | -18/+47 | |
2010-04-06 | build: cope with subsystems with no enabled modules | Andrew Tridgell | 1 | -2/+8 | |
This happens for the notify subsystem on non-Linux systems | |||||
2010-04-06 | build: make bin/sambadeps depend on samba_deps.py modtime | Andrew Tridgell | 1 | -1/+13 | |
2010-04-06 | build: python modules need the libs from broken lib loops too | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: split build and install libraries/binaries | Andrew Tridgell | 1 | -3/+16 | |
we need to split these to avoid re-compilation on install as install has different rpath settings | |||||
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 | 1 | -4/+20 | |
2010-04-06 | build: fixed samba_deps.py for python 2.4 | Andrew Tridgell | 1 | -0/+11 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -255/+568 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: separate out dependencies and python rules | Andrew Tridgell | 1 | -0/+390 | |