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