index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
build
/
smb_build
/
input.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid linking in all Python modules to the samba binaries - we can just let P...
Jelmer Vernooij
2008-12-21
1
-1
/
+1
*
smb_build: enable implicit make rules
Stefan Metzmacher
2008-06-30
1
-0
/
+1
*
Fix dependency on swig ldb module.
Jelmer Vernooij
2008-05-28
1
-1
/
+0
*
Move more modules inside of the samba package.
Jelmer Vernooij
2008-05-21
1
-13
/
+4
*
Move CFLAGS overrides for SWIG modules to Makefile.
Jelmer Vernooij
2008-05-21
1
-2
/
+0
*
Remove support for .py files from smb_build - deal with it only in the makefi...
Jelmer Vernooij
2008-05-21
1
-1
/
+0
*
Properly support sentinels for binary init functions. This should fix the build.
Jelmer Vernooij
2008-05-11
1
-0
/
+2
*
Fix building with system-provided LDB without breaking anything else :-)
Jelmer Vernooij
2008-05-10
1
-19
/
+15
*
Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...
Jelmer Vernooij
2008-04-15
1
-10
/
+0
*
Make sure init function sentinels are set for modules.
Jelmer Vernooij
2008-04-15
1
-0
/
+3
*
Move object files lists to makefile rather than smb_build.
Jelmer Vernooij
2008-04-14
1
-4
/
+5
*
Move public header accumulation out of the perl code.
Jelmer Vernooij
2008-02-29
1
-8
/
+0
*
Never assume -fvisibility=hidden for modules unless explicitly specified (con...
Jelmer Vernooij
2008-02-21
1
-8
/
+0
*
Use implicit build system element creation for external libraries.
Jelmer Vernooij
2008-02-18
1
-5
/
+8
*
Be a little bit less strict about recursive dependencies.
Jelmer Vernooij
2008-02-18
1
-2
/
+5
*
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
Jelmer Vernooij
2008-02-18
1
-2
/
+2
*
Build complete static libraries.
Jelmer Vernooij
2008-02-18
1
-24
/
+2
*
Simplify some more smb_build code.
Jelmer Vernooij
2008-02-18
1
-9
/
+3
*
Add elements in the build system implicitly if they're unknown
Jelmer Vernooij
2008-02-18
1
-1
/
+14
*
Prevent adding libreplace when not necessary.
Jelmer Vernooij
2008-02-16
1
-3
/
+1
*
Some more mergedobj fixes.
Jelmer Vernooij
2008-02-16
1
-13
/
+3
*
Use standard variable for partial linking.
Jelmer Vernooij
2008-02-16
1
-0
/
+1
*
Remove type before variables in data.mk
Jelmer Vernooij
2008-02-14
1
-3
/
+3
*
Remove some make variables that aren't necessary.
Jelmer Vernooij
2008-02-13
1
-1
/
+1
*
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
2007-12-24
1
-3
/
+7
*
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
2007-12-24
1
-8
/
+11
*
r26571: Hide warnings about unused macros and casting qualifiers in autogener...
Jelmer Vernooij
2007-12-24
1
-0
/
+3
*
r26483: Merge ldb module dependency fixes, fix auth python module.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26289: build: avoid nasty foo/./bla pathes for python stuff
Stefan Metzmacher
2007-12-21
1
-2
/
+5
*
r26279: Don't compile any python stuff if python is not available.
Jelmer Vernooij
2007-12-21
1
-0
/
+2
*
r26121: Don't build modules if subsystem isn't build.
Jelmer Vernooij
2007-12-21
1
-0
/
+5
*
r26097: Consider python modules special modules rather than special libraries.
Jelmer Vernooij
2007-12-21
1
-1
/
+3
*
r26068: Import improved Python bindings for LDB, including tests.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26067: Merge improvements building Python modules.
Jelmer Vernooij
2007-12-21
1
-6
/
+43
*
r25847: Don't link modules against their subsystem.
Jelmer Vernooij
2007-12-21
1
-1
/
+0
*
r25524: Fix directory names for local module builds.
Jelmer Vernooij
2007-10-10
1
-1
/
+3
*
r25094: Force building shared module if subsystem is a shared library.
Jelmer Vernooij
2007-10-10
1
-1
/
+5
*
r23862: Explain who requested unknown dependency. Helps a lot in chasing depe...
Alexander Bokovoy
2007-10-10
1
-1
/
+1
*
r22455: split dependecies array for compiling and linking and use better name...
Stefan Metzmacher
2007-10-10
1
-11
/
+19
*
r19582: Support building both shared and static versions of libraries at the ...
Jelmer Vernooij
2007-10-10
1
-6
/
+7
*
r18260: fix the build on systems with broken readdir
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r18222: filter out double entries from CFLAGS
Stefan Metzmacher
2007-10-10
1
-4
/
+0
*
r18213: don't list LIBREPLACE depdendecies explicit and
Stefan Metzmacher
2007-10-10
1
-2
/
+6
*
r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC
Stefan Metzmacher
2007-10-10
1
-0
/
+23
*
r15551: Fix clash between config.pm and globally installed Config.pm on
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15370: Fix more dependencies for shared libs
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r15313: Fix some dependencies in dso mode
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r15304: Fix smbd build, more updates on getting --enable-dso to build again
Jelmer Vernooij
2007-10-10
1
-3
/
+4
*
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
2007-10-10
1
-3
/
+1
*
r15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij
2007-10-10
1
-14
/
+31
[next]