index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buildtools
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-08
waf: fixed tabs/spaces for python3.0
Andrew Tridgell
2
-5
/
+5
2010-11-08
waf: prevent us from modifying non-install libs during make install
Andrew Tridgell
1
-2
/
+6
2010-11-05
waf: Put private libraries in a separate directory when building.
Jelmer Vernooij
3
-4
/
+10
2010-11-05
wafsamba: Use project name variable rather than hardcoding 'samba4'.
Jelmer Vernooij
1
-2
/
+2
2010-11-05
wafsamba: Drop private library prefix when installing private libraries
Jelmer Vernooij
1
-2
/
+5
2010-11-05
wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.
Jelmer Vernooij
1
-2
/
+2
2010-11-05
Add --disable-rpath-private-install flag.
Jelmer Vernooij
2
-4
/
+20
2010-11-05
Add --with-privatelibdir build option.
Jelmer Vernooij
2
-1
/
+11
2010-11-05
samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.
Jelmer Vernooij
1
-1
/
+1
2010-11-03
waf: more agressively expand subsystem syslib deps
Andrew Tridgell
1
-4
/
+9
2010-11-03
waf: ensure pkgconfig files depend on the prefix
Andrew Tridgell
1
-0
/
+3
2010-11-03
waf: split pkgconfig logic into a separate module
Andrew Tridgell
2
-56
/
+62
2010-11-03
waf: fixed wildcard build for full paths
Andrew Tridgell
1
-3
/
+16
2010-11-03
waf: rerun deps calculation on LDFLAGS or CFLAGS change
Andrew Tridgell
1
-1
/
+1
2010-11-03
waf: fixed wildcard build
Andrew Tridgell
1
-1
/
+2
2010-11-01
waf: removed the module aliases code
Andrew Tridgell
1
-32
/
+0
2010-11-01
waf: added automatic prototyping of static module init functions
Andrew Tridgell
1
-0
/
+8
2010-11-01
waf: added module_init_name parameter to SAMBA_MODULE()
Andrew Tridgell
1
-2
/
+3
2010-10-31
build: In some case the flags for the sun studio linker are wrong
Matthieu Patou
2
-0
/
+24
2010-10-31
build: check that if we provide -liconv we can build shared libs
Matthieu Patou
1
-2
/
+13
2010-10-30
build: strip -single_module when doing bundle on mac OS X
Matthieu Patou
1
-0
/
+12
2010-10-30
build: set shared libraries flags correctly on mac os X
Matthieu Patou
2
-2
/
+21
2010-10-30
waf: fixed building of non-shared binaries that contain modules
Andrew Tridgell
1
-0
/
+19
2010-10-30
waf: get rid of target aliases in wafsamba
Andrew Tridgell
2
-30
/
+1
2010-10-30
waf: save the samba_deps_extended
Andrew Tridgell
1
-1
/
+1
2010-10-30
waf: give a better error on a bad grouping library
Andrew Tridgell
1
-0
/
+1
2010-10-30
waf: cope with subsystems with no static modules
Andrew Tridgell
1
-4
/
+6
2010-10-30
waf: don't auto-depend on subsystems
Andrew Tridgell
1
-7
/
+0
2010-10-30
waf: added --symbol-check option
Andrew Tridgell
2
-47
/
+125
2010-10-30
waf: build all libraries after all object files
Andrew Tridgell
1
-7
/
+17
2010-10-30
waf: use Utils.WafError() instead of raising an AssertionError
Andrew Tridgell
1
-2
/
+1
2010-10-30
waf: cope with rules with no inputs
Andrew Tridgell
1
-0
/
+3
2010-10-30
waf: separate out get_tgt_list()
Andrew Tridgell
2
-12
/
+20
2010-10-30
waf: display the paths in library loops
Andrew Tridgell
1
-0
/
+21
2010-10-30
waf: added env.DEVELOPER_MODE flag
Andrew Tridgell
2
-0
/
+309
2010-10-30
waf: added suncc_wrap
Andrew Tridgell
1
-1
/
+16
2010-10-28
build: add the -fno-common flags to fix the link pb on mac os X
Matthieu Patou
1
-0
/
+2
2010-10-28
build: Add XPG6 otherwise we have a configure pb on sun Solaris
Matthieu Patou
1
-0
/
+1
2010-10-27
build: remove warnings about redifinition of boolean use -KPIC on suncc
Matthieu Patou
1
-1
/
+9
2010-10-27
wafsamba: support 'soname' attribute on SAMBA_LIBRARY()
Stefan Metzmacher
2
-1
/
+16
2010-10-27
waf: sped up the project rules checking
Andrew Tridgell
1
-21
/
+60
2010-10-26
waf: quote subsystem names to make them clearer
Andrew Tridgell
1
-1
/
+1
2010-10-26
wafsamba: Fix soname for standalone private libraries.
Jelmer Vernooij
1
-1
/
+1
2010-10-26
waf: Stop automaticaly changing dashes to underscores in library names.
Jelmer Vernooij
1
-2
/
+1
2010-10-26
waf: Remove lib prefix from libraries manually.
Jelmer Vernooij
1
-2
/
+0
2010-10-26
waf: build private libraries with so names.
Jelmer Vernooij
1
-1
/
+6
2010-10-25
waf: moved the -Wl,-no-undefined flags to source4 and ldb
Andrew Tridgell
1
-2
/
+0
2010-10-23
waf: Rename some BUNDLED_ functios to PRIVATE_.
Jelmer Vernooij
3
-20
/
+20
2010-10-21
waf: check the linker accepts a set of ldflags before using them
Andrew Tridgell
1
-1
/
+10
2010-10-21
waf: loosen the restriction on depending on python libs
Andrew Tridgell
1
-1
/
+3
[prev]
[next]