Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: added build groups | Andrew Tridgell | 1 | -48/+70 | |
2010-04-06 | build: recursive dependency calculation | Andrew Tridgell | 1 | -7/+22 | |
2010-04-06 | build: DEFUN->DEFINE, and fixed CFLAGS handling | Andrew Tridgell | 2 | -16/+58 | |
2010-04-06 | build: heimdal_build waf support | Andrew Tridgell | 1 | -53/+256 | |
heimdal now mostly builds | |||||
2010-04-06 | build: make CHECK_FUNCS_IN() smarter about mandatory libraries | Andrew Tridgell | 1 | -18/+38 | |
2010-04-06 | build: added gettext/libintl to libreplace | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | build: add LIBREPLACE_EXT | Andrew Tridgell | 1 | -1/+7 | |
2010-04-06 | build: added ASN1 and ERRTABLE build targets | Andrew Tridgell | 1 | -6/+49 | |
2010-04-06 | build: auto-strip empty dependencies | Andrew Tridgell | 1 | -0/+10 | |
2010-04-06 | build: added LIBREPLACE_NETWORK | Andrew Tridgell | 1 | -1/+9 | |
2010-04-06 | build: don't distinguish system and local libs in wscript files | Andrew Tridgell | 1 | -7/+19 | |
2010-04-06 | build: add libresolv | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: on the fly dependency checking | Andrew Tridgell | 1 | -12/+0 | |
2010-04-06 | build: auto-remove circular dependencies | Andrew Tridgell | 1 | -34/+68 | |
2010-04-06 | build: check for circular build dependencies | Andrew Tridgell | 1 | -5/+42 | |
2010-04-06 | build: death to singletons | Andrew Tridgell | 1 | -17/+24 | |
2010-04-06 | build: simpler BUILD_SUBDIR | Andrew Tridgell | 1 | -8/+3 | |
2010-04-06 | build: more header checks | Andrew Tridgell | 1 | -0/+10 | |
2010-04-06 | build: use runonce for config checks | Andrew Tridgell | 1 | -19/+31 | |
2010-04-06 | build: added public_headers support | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | build: added BUILD_SUBDIR() wrapper | Andrew Tridgell | 4 | -4/+19 | |
2010-04-06 | build: recognise manpages keyword | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | build: added autoproto stub | Andrew Tridgell | 1 | -2/+4 | |
2010-04-06 | build: put config.h in top dir by default | Andrew Tridgell | 1 | -2/+6 | |
2010-04-06 | build: allow override of config.h location | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: more developer flags | Andrew Tridgell | 1 | -3/+3 | |
2010-04-06 | build: s4 wants config.h in include/ | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | build: add dummy flags for auto-generated scripts | Andrew Tridgell | 1 | -7/+36 | |
2010-04-06 | build: added ADD_CFLAGS() and started of Samba4 build | Andrew Tridgell | 5 | -18/+115 | |
2010-04-06 | build: SAMBA_BUILD_ENV() is now in conf.* | Andrew Tridgell | 1 | -2/+1 | |
2010-04-06 | build: moved lib -> shared | Andrew Tridgell | 1 | -30/+15 | |
- remove lib dep creation, it's done by waf | |||||
2010-04-06 | build: tdb does not depend on talloc | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: added waf build rules for ldb | Andrew Tridgell | 5 | -19/+55 | |
2010-04-06 | build: some more config checks | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: added recursive library handling | Andrew Tridgell | 1 | -1/+13 | |
2010-04-06 | build: added target directory options | Andrew Tridgell | 2 | -0/+22 | |
2010-04-06 | build: neater way to find libreplace and start on tevent waf build | Andrew Tridgell | 5 | -32/+128 | |
2010-04-06 | build: added some comments for tdb build | Andrew Tridgell | 1 | -3/+15 | |
2010-04-06 | build: more binaries for waf tdb build | Andrew Tridgell | 1 | -0/+12 | |
2010-04-06 | build: added waf build for tdb | Andrew Tridgell | 1 | -0/+24 | |
2010-04-06 | build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functions | Andrew Tridgell | 4 | -81/+131 | |
2010-04-06 | build: updates to waf scripts for replace and talloc | Andrew Tridgell | 3 | -11/+17 | |
2010-04-06 | build: a first attempt at waf build for talloc and libreplace | Andrew Tridgell | 3 | -0/+205 | |
very rough so far | |||||
2010-04-04 | lib/replace: Don't use StrnCpy inside crypt.c | Kai Blin | 1 | -1/+1 | |
With this and the int32_t/int64_t change, talloc crossbuilds to android | |||||
2010-04-04 | lib/replace: use correct inttypes in crypt.c | Kai Blin | 1 | -2/+2 | |
This makes the android crossbuild slightly less broken. | |||||
2010-04-03 | socket-wrapper: not all systems have FIONREAD defined | Andrew Tridgell | 1 | -0/+2 | |
tru64 for example | |||||
2010-04-02 | debug: enable talloc logging | Andrew Tridgell | 2 | -0/+15 | |
we want to ensure talloc warnings are printed in the log | |||||
2010-04-02 | talloc: a useful bit of debug code | Andrew Tridgell | 1 | -0/+8 | |
this is useful when tracking down talloc loops. It is probably too expensive to have on by default. | |||||
2010-04-02 | talloc: add a define for TALLOC_MAX_DEPTH | Andrew Tridgell | 2 | -1/+5 | |
Thanks to the suggestion from simo | |||||
2010-04-02 | talloc: change talloc minor version to 2.0.2 | Andrew Tridgell | 1 | -1/+1 | |
this has the talloc_is_parent() bugfix |