index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: fix the build with --enable-automatic-dependencies=yes
Stefan Metzmacher
2008-03-04
1
-1
/
+1
*
Remove duplicate message.
Jelmer Vernooij
2008-02-29
1
-2
/
+0
*
Fix variable name.
Jelmer Vernooij
2008-02-29
1
-1
/
+1
*
Simpler handling of sonameflag.
Jelmer Vernooij
2008-02-29
1
-16
/
+7
*
Move automatic dependencies code out of perl code.
Jelmer Vernooij
2008-02-29
1
-35
/
+2
*
Remove useless include, simplify generated CFLAGS lines in Makefile.
Jelmer Vernooij
2008-02-29
1
-7
/
+1
*
Include CFLAGS overrides in make file.
Jelmer Vernooij
2008-02-29
3
-71
/
+54
*
Remove cruft that dealt with public prototype headers.
Jelmer Vernooij
2008-02-29
2
-34
/
+7
*
Change remaining prototype headers to be private.
Jelmer Vernooij
2008-02-29
1
-1
/
+0
*
Fix typos, avoid DEPEND_LIST from growing with empty elements.
Jelmer Vernooij
2008-02-29
2
-9
/
+2
*
Move public header accumulation out of the perl code.
Jelmer Vernooij
2008-02-29
4
-29
/
+0
*
Move manpage management out of the perl build system.
Jelmer Vernooij
2008-02-29
4
-16
/
+1
*
Move logic to makefile
Jelmer Vernooij
2008-02-29
1
-3
/
+3
*
Use more GNU-make specific variables.
Jelmer Vernooij
2008-02-29
1
-2
/
+2
*
Remove workaround for some non-GNU makes.
Jelmer Vernooij
2008-02-29
2
-23
/
+8
*
Update smb_build README.
Jelmer Vernooij
2008-02-29
1
-3
/
+1
*
Merge env.pm into makefile.pm.
Jelmer Vernooij
2008-02-29
3
-62
/
+27
*
Move configure output details out of perl code.
Jelmer Vernooij
2008-02-29
1
-7
/
+0
*
Avoid use of removed variable.
Jelmer Vernooij
2008-02-29
1
-4
/
+2
*
Remove unused include.
Jelmer Vernooij
2008-02-29
1
-2
/
+0
*
Use make to generate list of python files, remove unused variable.
Jelmer Vernooij
2008-02-29
1
-8
/
+2
*
Use make to create lists of plugins, remove duplicate variable.
Jelmer Vernooij
2008-02-29
1
-3
/
+1
*
Generate manpage list with make.
Jelmer Vernooij
2008-02-29
1
-2
/
+1
*
Use make to create lists of pc files and prototype headers.
Jelmer Vernooij
2008-02-29
2
-5
/
+8
*
Use make to generate lists of libraries.
Jelmer Vernooij
2008-02-29
1
-1
/
+1
*
Use make to generate lists of libraries.
Jelmer Vernooij
2008-02-29
1
-8
/
+2
*
Use make to generate list of prototype headers.
Jelmer Vernooij
2008-02-29
1
-4
/
+2
*
Create SBIN_PROGS and BIN_PROGS lists from within make.
Jelmer Vernooij
2008-02-29
1
-6
/
+2
*
use gmake to handle .py file copies.
Jelmer Vernooij
2008-02-29
1
-3
/
+1
*
Rely on GNU make to build static libraries.
Jelmer Vernooij
2008-02-26
1
-10
/
+1
*
Never assume -fvisibility=hidden for modules unless explicitly specified (con...
Jelmer Vernooij
2008-02-21
1
-8
/
+0
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-node...
Jelmer Vernooij
2008-02-20
2
-9
/
+12
|
\
|
*
Simpler specification of CFLAGS and LDFLAGS
Andrew Bartlett
2008-02-20
2
-9
/
+12
*
|
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
2008-02-20
1
-1
/
+2
*
|
Fix static module list generation for ldb.
Jelmer Vernooij
2008-02-20
1
-2
/
+8
*
|
Add configure test for vdeplug library.
Jelmer Vernooij
2008-02-19
1
-0
/
+3
|
/
*
Fix a typo.
Michael Adam
2008-02-19
1
-1
/
+1
*
Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).
Jelmer Vernooij
2008-02-19
1
-1
/
+1
*
Fix summary.
Jelmer Vernooij
2008-02-18
1
-3
/
+2
*
Rename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij
2008-02-18
2
-2
/
+2
*
Use implicit build system element creation for external libraries.
Jelmer Vernooij
2008-02-18
4
-26
/
+13
*
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
5
-38
/
+17
*
Simplify handling of ALL_OBJS.
Jelmer Vernooij
2008-02-18
2
-9
/
+1
*
Factor out common code that generates object lists.
Jelmer Vernooij
2008-02-18
3
-18
/
+3
*
Simplify some more smb_build code.
Jelmer Vernooij
2008-02-18
1
-9
/
+3
*
Fix build with partial linking.
Jelmer Vernooij
2008-02-18
2
-5
/
+10
*
Avoid redetermining paths; use already stored values.
Jelmer Vernooij
2008-02-18
3
-24
/
+22
*
Add elements in the build system implicitly if they're unknown
Jelmer Vernooij
2008-02-18
1
-1
/
+14
[next]