Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: don't remove Makefile | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: enable pytdb | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 |
| | |||||
* | build: optionally enable builtin popt | Andrew Tridgell | 2010-04-06 | 4 | -9/+26 |
| | |||||
* | build: don't use -W warning option for developer build | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: removed unused file | Andrew Tridgell | 2010-04-06 | 1 | -0/+0 |
| | |||||
* | build: allow configure -C to work again | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: go into system includes for dependencies on configure | Andrew Tridgell | 2010-04-06 | 1 | -1/+7 |
| | |||||
* | build: fixed some more missing targets | Andrew Tridgell | 2010-04-06 | 1 | -5/+9 |
| | |||||
* | build: added a lot more options to waf test | Andrew Tridgell | 2010-04-06 | 1 | -20/+74 |
| | |||||
* | build: fixed init function sentinal for python modules | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: we don't need varients in samba, so we can optimise a bit more | Andrew Tridgell | 2010-04-06 | 1 | -0/+12 |
| | | | | Thanks to ita for suggesting this | ||||
* | build: remove hacks from top level wscript | Andrew Tridgell | 2010-04-06 | 1 | -79/+0 |
| | |||||
* | build: an optimisation for includes file handling | Andrew Tridgell | 2010-04-06 | 2 | -1/+78 |
| | | | | This optimisation makes waf include file handling more efficient | ||||
* | build: allow waf to cache include lists more efficiently | Andrew Tridgell | 2010-04-06 | 1 | -3/+17 |
| | | | | Using include paths all based on the topdir is more efficient | ||||
* | build: try faster includes processing | Andrew Tridgell | 2010-04-06 | 4 | -5/+102 |
| | |||||
* | build: more efficient pidl rules from ita | Andrew Tridgell | 2010-04-06 | 1 | -3/+7 |
| | | | | Don't re-scan the pidl source tree each time | ||||
* | build: updated waf version | Andrew Tridgell | 2010-04-06 | 1 | -0/+0 |
| | |||||
* | build: fixed the build without sasl libraries | Andrew Tridgell | 2010-04-06 | 2 | -4/+5 |
| | | | | We need to only enable the cyrus_sasl module if we have sasl/sasl.h | ||||
* | build: check that the symlink doesn't exist before creating | Andrew Tridgell | 2010-04-06 | 1 | -2/+5 |
| | |||||
* | build: allow shared and python staging areas to be referenced in build tree | Andrew Tridgell | 2010-04-06 | 1 | -0/+4 |
| | |||||
* | build: cope with the common gen_ndr files being in the git tree | Andrew Tridgell | 2010-04-06 | 2 | -6/+36 |
| | |||||
* | build: updates for current master build | Andrew Tridgell | 2010-04-06 | 1 | -4/+4 |
| | |||||
* | build: fixed samba_deps.py for python 2.4 | Andrew Tridgell | 2010-04-06 | 1 | -0/+11 |
| | |||||
* | build: fixed termcap build | Andrew Tridgell | 2010-04-06 | 1 | -1/+3 |
| | |||||
* | build: use a plain build, at request of metze :) | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: fixed cflags in CHECK_CODE | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: default to waf -p | Andrew Tridgell | 2010-04-06 | 1 | -4/+1 |
| | |||||
* | build: added test targets for make | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 |
| | |||||
* | build: fixed group for heimdal autoproto | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: added ldb 'skel' module | Andrew Tridgell | 2010-04-06 | 1 | -0/+5 |
| | |||||
* | build: waf test now depends on build | Andrew Tridgell | 2010-04-06 | 1 | -6/+10 |
| | |||||
* | build: need the sample ldb module for our testsuite | Andrew Tridgell | 2010-04-06 | 1 | -0/+5 |
| | |||||
* | build: waf test now works (at least for some tests) | Andrew Tridgell | 2010-04-06 | 1 | -11/+25 |
| | |||||
* | build: waf quicktest nearly works | Andrew Tridgell | 2010-04-06 | 60 | -587/+1329 |
| | | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | ||||
* | build: commit all the waf build files in the tree | Andrew Tridgell | 2010-04-06 | 83 | -0/+2388 |
| | |||||
* | build: separate out dependencies and python rules | Andrew Tridgell | 2010-04-06 | 2 | -0/+434 |
| | |||||
* | build: nearly there on samba4 build | Andrew Tridgell | 2010-04-06 | 20 | -471/+347 |
| | |||||
* | build: better target name for lib link | Andrew Tridgell | 2010-04-06 | 1 | -1/+7 |
| | |||||
* | build: assert on missing dependency | Andrew Tridgell | 2010-04-06 | 1 | -1/+13 |
| | |||||
* | build: much nicer pidl rules | Andrew Tridgell | 2010-04-06 | 4 | -79/+78 |
| | |||||
* | build: use export_incdirs | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: fixed heimdal include lists | Andrew Tridgell | 2010-04-06 | 2 | -19/+19 |
| | |||||
* | build: saner CFLAGS handling for defines | Andrew Tridgell | 2010-04-06 | 2 | -4/+5 |
| | |||||
* | build: enable ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 2010-04-06 | 4 | -1/+161 |
| | | | | also fixed ASN1 target names | ||||
* | build: back to stricter deps | Andrew Tridgell | 2010-04-06 | 1 | -5/+4 |
| | |||||
* | build: added ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 2010-04-06 | 1 | -0/+28 |
| | |||||
* | build: added getpass() tests | Andrew Tridgell | 2010-04-06 | 1 | -0/+12 |
| | |||||
* | build: make CONFIG_PATH() understand absolute paths | Andrew Tridgell | 2010-04-06 | 1 | -1/+4 |
| | |||||
* | build: added SUBST_ENV_VAR() | Andrew Tridgell | 2010-04-06 | 1 | -0/+5 |
| | |||||
* | build: fixed LDB_MODULESDIR | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| |