Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11481: Disable pre-linking on VMS | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r11417: Add TODO for the build system | Jelmer Vernooij | 1 | -0/+12 |
2007-10-10 | r11388: Move dot-generating to a seperate perl executable | Jelmer Vernooij | 3 | -28/+32 |
2007-10-10 | r11382: Require number of required M4 macros | Jelmer Vernooij | 4 | -53/+27 |
2007-10-10 | r11377: Add support for building LIBRARY elements as shared libraries: | Jelmer Vernooij | 6 | -36/+76 |
2007-10-10 | r11311: Move some more logic to env | Jelmer Vernooij | 3 | -32/+79 |
2007-10-10 | r11307: Add support for generating pkg-config files | Jelmer Vernooij | 3 | -3/+40 |
2007-10-10 | r11306: Move more static Makefile data to main.mk | Jelmer Vernooij | 1 | -349/+89 |
2007-10-10 | r11304: Add support back in for loading shared modules (not used yet) | Jelmer Vernooij | 1 | -9/+0 |
2007-10-10 | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 3 | -1/+46 |
2007-10-10 | r11300: Treat libraries as a special kind of subsystem | Jelmer Vernooij | 3 | -8/+6 |
2007-10-10 | r11299: Try to fix build on Stratos VOS (doesn't support ld -r) | Jelmer Vernooij | 3 | -6/+27 |
2007-10-10 | r11257: Add and use output function | Jelmer Vernooij | 2 | -143/+126 |
2007-10-10 | r11254: Remove support for [TARGET:foo]-like .mk-file entries | Jelmer Vernooij | 2 | -25/+0 |
2007-10-10 | r11252: Make makefile.pm OO and descend from env | Jelmer Vernooij | 3 | -126/+127 |
2007-10-10 | r11250: Fix a couple of issues in the heimdal/ dirs. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r11249: More OpenBSD make fixes... | Jelmer Vernooij | 2 | -1/+6 |
2007-10-10 | r11247: Add environment class | Jelmer Vernooij | 3 | -85/+123 |
2007-10-10 | r11245: Hopefully fix heimdal build on some hosts | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 2 | -4/+21 |
2007-10-10 | r11184: Remove test that checks whether ftruncate() needs root, because I can't | Jelmer Vernooij | 1 | -7/+0 |
2007-10-10 | r10719: Remove __FUNCTION__ macro as it might not be available at all systems | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r10586: Add MergedObject() builder. Default to Library() rather | Jelmer Vernooij | 1 | -0/+34 |
2007-10-10 | r10526: BASEDIR must be set or we end up installing most of the binaries into... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r10525: change from AC_CHECK_TYPES() to AC_CHECK_TYPE() for intptr_t, so the | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r10510: Decrease the amount of data included by includes.h a bit | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r10480: Fix build for people that don't have pidl installed | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r10478: More work on proto headers; we now generate a couple of smaller ones | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r10476: Move some more types to libreplace. Fix missing strndup errors | Jelmer Vernooij | 1 | -9/+1 |
2007-10-10 | r10456: More SCons fixes: | Jelmer Vernooij | 5 | -94/+65 |
2007-10-10 | r10452: Couple of small scons updates - ignore .sconsign files | Jelmer Vernooij | 2 | -8/+11 |
2007-10-10 | r10445: Add --header to pidl flags. | Tim Potter | 1 | -2/+3 |
2007-10-10 | r10443: Fix emitter for NdrMarshaller tool. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r10442: Build librpc/libndr_misc.a from librpc/idl/misc.idl. Doesn't quite work | Tim Potter | 1 | -3/+3 |
2007-10-10 | r10438: Move portability functions to lib/replace/; replace now simply ensures | Jelmer Vernooij | 1 | -93/+7 |
2007-10-10 | r10436: Some thoughts on getting pidl working in scons. | Tim Potter | 1 | -1/+7 |
2007-10-10 | r10414: Fix building of proto.h | Tim Potter | 1 | -1/+1 |
2007-10-10 | r10393: More type checking in scons | Jelmer Vernooij | 2 | -7/+0 |
2007-10-10 | r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works... | Jelmer Vernooij | 5 | -30/+34 |
2007-10-10 | r10356: Make the proto generator work with scons | Jelmer Vernooij | 4 | -33/+33 |
2007-10-10 | r10348: Add scons scripts for remaining subsystems. Most subsystems build now, | Jelmer Vernooij | 2 | -0/+52 |
2007-10-10 | r10330: Add SConscript to more subsystems. Some of the tdb tools build now. | Jelmer Vernooij | 3 | -0/+133 |
2007-10-10 | r10294: Generate Makefile directly rather then thru Makefile.in. Autoconf | Jelmer Vernooij | 3 | -40/+52 |
2007-10-10 | r10287: Compile compilers for build host. This fixes some bits of | Jelmer Vernooij | 2 | -5/+13 |
2007-10-10 | r10283: Eliminate some more use of autoconf substitution variables. | Jelmer Vernooij | 2 | -11/+37 |
2007-10-10 | r10140: reorder some stuff, for nicer output | Stefan Metzmacher | 1 | -4/+8 |
2007-10-10 | r10112: - check attributes depending on the section type | Stefan Metzmacher | 1 | -24/+74 |
2007-10-10 | r10091: Fix perl warnings | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r10077: - move gcc option checks to check_cc.m4 | Stefan Metzmacher | 2 | -29/+44 |
2007-10-10 | r10076: this macro was moved to build/m4/smb_cc_featues.m4 | Stefan Metzmacher | 1 | -18/+0 |