Age | Commit message (Expand) | Author | Files | Lines |
2008-02-29 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 1 | -8/+0 |
2008-02-21 | Never assume -fvisibility=hidden for modules unless explicitly specified (con... | Jelmer Vernooij | 1 | -8/+0 |
2008-02-18 | Use implicit build system element creation for external libraries. | Jelmer Vernooij | 1 | -5/+8 |
2008-02-18 | Be a little bit less strict about recursive dependencies. | Jelmer Vernooij | 1 | -2/+5 |
2008-02-18 | Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ' | Jelmer Vernooij | 1 | -2/+2 |
2008-02-18 | Build complete static libraries. | Jelmer Vernooij | 1 | -24/+2 |
2008-02-18 | Simplify some more smb_build code. | Jelmer Vernooij | 1 | -9/+3 |
2008-02-18 | Add elements in the build system implicitly if they're unknown | Jelmer Vernooij | 1 | -1/+14 |
2008-02-16 | Prevent adding libreplace when not necessary. | Jelmer Vernooij | 1 | -3/+1 |
2008-02-16 | Some more mergedobj fixes. | Jelmer Vernooij | 1 | -13/+3 |
2008-02-16 | Use standard variable for partial linking. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-14 | Remove type before variables in data.mk | Jelmer Vernooij | 1 | -3/+3 |
2008-02-13 | Remove some make variables that aren't necessary. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 1 | -3/+7 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 1 | -8/+11 |
2007-12-24 | r26571: Hide warnings about unused macros and casting qualifiers in autogener... | Jelmer Vernooij | 1 | -0/+3 |
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26289: build: avoid nasty foo/./bla pathes for python stuff | Stefan Metzmacher | 1 | -2/+5 |
2007-12-21 | r26279: Don't compile any python stuff if python is not available. | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r26121: Don't build modules if subsystem isn't build. | Jelmer Vernooij | 1 | -0/+5 |
2007-12-21 | r26097: Consider python modules special modules rather than special libraries. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26068: Import improved Python bindings for LDB, including tests. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26067: Merge improvements building Python modules. | Jelmer Vernooij | 1 | -6/+43 |
2007-12-21 | r25847: Don't link modules against their subsystem. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r25524: Fix directory names for local module builds. | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r25094: Force building shared module if subsystem is a shared library. | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r23862: Explain who requested unknown dependency. Helps a lot in chasing depe... | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r22455: split dependecies array for compiling and linking and use better name... | Stefan Metzmacher | 1 | -11/+19 |
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 |