Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19582: Support building both shared and static versions of libraries at the ... | Jelmer Vernooij | 1 | -6/+7 |
2007-10-10 | r18260: fix the build on systems with broken readdir | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r18222: filter out double entries from CFLAGS | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r18213: don't list LIBREPLACE depdendecies explicit and | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC | Stefan Metzmacher | 1 | -0/+23 |
2007-10-10 | r15551: Fix clash between config.pm and globally installed Config.pm on | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15370: Fix more dependencies for shared libs | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15313: Fix some dependencies in dso mode | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 1 | -3/+4 |
2007-10-10 | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 1 | -3/+1 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 1 | -14/+31 |
2007-10-10 | r15290: don't spam the screen | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15287: Simplify dependency detection code | Jelmer Vernooij | 1 | -39/+33 |
2007-10-10 | r15279: Fix dependencies when using static libraries | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r15271: Fix --enable-dso | Jelmer Vernooij | 1 | -11/+17 |
2007-10-10 | r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15248: Fix automatic dependencies build | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -4/+6 |
2007-10-10 | r14511: Install more headers | Jelmer Vernooij | 1 | -13/+4 |
2007-10-10 | r14499: Remove dynconfig hack for now - it caused a recompile of the | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -2/+7 |
2007-10-10 | r14240: fix summary output (step 2) | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r14151: Add simple script that writes a summary to show what libraries the user | Jelmer Vernooij | 1 | -17/+4 |
2007-10-10 | r14072: - only add the 'lib' prefix to libraries not modules | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r13967: change the standard visibility to "default" public again | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITY | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r13919: for us the standard for the visibility is "hidden" | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be used | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r12680: Support setting the environment variable SMB_BUILD_VERBOSE to | Jelmer Vernooij | 1 | -5/+12 |
2007-10-10 | r12671: Modules don't have to be linked with their subsystem. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12670: Make a couple of dependencies stricter | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r12615: prepare building with ../samba4/source/configure --srcdir=../samba4/s... | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r12523: Convert the registry subsystem to use a seperate prototype header | Jelmer Vernooij | 1 | -2/+6 |
2007-10-10 | r12520: Add support for --help to mkproto.pl | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r12494: Support loading modules from .so files for most subsystems. | Jelmer Vernooij | 1 | -2/+6 |
2007-10-10 | r12450: Move generation of proto and full object lists to makefile.pm. 'make'... | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r12253: Automatically build seperate binaries without -rpath to install when | Jelmer Vernooij | 1 | -27/+14 |
2007-10-10 | r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers | Jelmer Vernooij | 1 | -8/+6 |
2007-10-10 | r11382: Require number of required M4 macros | Jelmer Vernooij | 1 | -22/+12 |
2007-10-10 | r11377: Add support for building LIBRARY elements as shared libraries: | Jelmer Vernooij | 1 | -10/+15 |
2007-10-10 | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r11300: Treat libraries as a special kind of subsystem | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r11299: Try to fix build on Stratos VOS (doesn't support ld -r) | Jelmer Vernooij | 1 | -6/+7 |
2007-10-10 | r11254: Remove support for [TARGET:foo]-like .mk-file entries | Jelmer Vernooij | 1 | -12/+0 |
2007-10-10 | r8936: Use incremental linking. This appeared to be supported on | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r8826: Make configure generate config.mk files (with the external libraries | Jelmer Vernooij | 1 | -12/+20 |
2007-10-10 | r8690: Code cleanups, improvements necessary for dependencies (not added yet) | Jelmer Vernooij | 1 | -38/+18 |
2007-10-10 | r7315: Add support for custom makefile targets, e.g.: | Jelmer Vernooij | 1 | -0/+13 |