Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: fixed git version in samba -V | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | build: use RUN_COMMAND() to wrap os.system() | Andrew Tridgell | 1 | -0/+18 | |
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: fixed config.h generation when we have source -> source4 symlink | Andrew Tridgell | 1 | -2/+4 | |
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: don't need the S4 in the PIDL prefix | Andrew Tridgell | 1 | -1/+0 | |
2010-04-06 | build: teach samba_pild.py about the --com-header and --dcom-proxy options | Andrew Tridgell | 1 | -6/+9 | |
2010-04-06 | build: added a cflags_end SAMBA_SUBSYSTEM() option | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | build: removed unused file | Andrew Tridgell | 1 | -0/+0 | |
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: 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 | 3 | -5/+21 | |
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: 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 | 1 | -4/+24 | |
2010-04-06 | build: fixed samba_deps.py for python 2.4 | Andrew Tridgell | 1 | -0/+11 | |
2010-04-06 | build: fixed cflags in CHECK_CODE | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: fixed group for heimdal autoproto | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 14 | -365/+973 | |
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 | 2 | -0/+434 | |
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 9 | -331/+239 | |
2010-04-06 | build: better target name for lib link | Andrew Tridgell | 1 | -1/+7 | |
2010-04-06 | build: assert on missing dependency | Andrew Tridgell | 1 | -1/+13 | |
2010-04-06 | build: much nicer pidl rules | Andrew Tridgell | 1 | -77/+57 | |
2010-04-06 | build: use export_incdirs | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: fixed heimdal include lists | Andrew Tridgell | 1 | -3/+3 | |
2010-04-06 | build: saner CFLAGS handling for defines | Andrew Tridgell | 1 | -2/+3 | |
2010-04-06 | build: enable ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 2 | -1/+90 | |
also fixed ASN1 target names | |||||
2010-04-06 | build: back to stricter deps | Andrew Tridgell | 1 | -5/+4 | |
2010-04-06 | build: added ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 1 | -0/+28 | |
2010-04-06 | build: make CONFIG_PATH() understand absolute paths | Andrew Tridgell | 1 | -1/+4 | |
2010-04-06 | build: added SUBST_ENV_VAR() | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: added local_include option to CHECK_CODE() | Andrew Tridgell | 1 | -3/+5 | |
2010-04-06 | build: new waf version - fixes mkstemp problem | Andrew Tridgell | 1 | -0/+0 | |
2010-04-06 | build: fixed cflags in CHECK_CODE() | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: added CHECK_CFLAGS() | Andrew Tridgell | 1 | -8/+26 | |
2010-04-06 | build: new waf version | Andrew Tridgell | 1 | -0/+0 | |
2010-04-06 | build: fix name of libs with - in them | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: define HAVE_LIBxxx when we find a library | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: move gettimeofday check to libreplace | Andrew Tridgell | 1 | -6/+8 | |
- add checklink option to CHECK_FUNC() - Used for when a prototype is not available | |||||
2010-04-06 | build: expand CHECK_CODE() function | Andrew Tridgell | 1 | -12/+25 | |
2010-04-06 | build: added CHECK_CODE_COMPILES() | Andrew Tridgell | 1 | -0/+27 | |