Age | Commit message (Expand) | Author | Files | Lines |
2009-06-18 | smb_build: Always build modules for system-libraries as shared libraries, | Jelmer Vernooij | 1 | -2/+3 |
2008-12-21 | Avoid linking in all Python modules to the samba binaries - we can just let P... | Jelmer Vernooij | 1 | -1/+1 |
2008-06-30 | smb_build: enable implicit make rules | Stefan Metzmacher | 1 | -0/+1 |
2008-05-28 | Fix dependency on swig ldb module. | Jelmer Vernooij | 1 | -1/+0 |
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 1 | -13/+4 |
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 1 | -2/+0 |
2008-05-21 | Remove support for .py files from smb_build - deal with it only in the makefi... | Jelmer Vernooij | 1 | -1/+0 |
2008-05-11 | Properly support sentinels for binary init functions. This should fix the build. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-10 | Fix building with system-provided LDB without breaking anything else :-) | Jelmer Vernooij | 1 | -19/+15 |
2008-04-15 | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d... | Jelmer Vernooij | 1 | -10/+0 |
2008-04-15 | Make sure init function sentinels are set for modules. | Jelmer Vernooij | 1 | -0/+3 |
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 1 | -4/+5 |
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 |