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-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
2010-10-21
waf-python: make the pyext flag add the pyembed features for libraries
Andrew Tridgell
1
-1
/
+3
2010-10-21
waf: fixed the handling of -Wl,-no-undefined
Andrew Tridgell
3
-11
/
+5
2010-10-21
waf: show duplicate objects in python modules as well as libraries
Andrew Tridgell
1
-2
/
+3
2010-10-21
waf: added pyext option to SAMBA_LIBRARY()
Andrew Tridgell
1
-1
/
+2
2010-10-21
waf: raise an error on a dependency on a python module
Andrew Tridgell
1
-0
/
+3
2010-10-21
waf: prevent the global deps list creating depenency loops
Andrew Tridgell
1
-1
/
+9
2010-10-21
waf: replace the is_bundled option with private_library
Andrew Tridgell
2
-9
/
+5
2010-10-21
waf: added the concept of a grouping_library
Andrew Tridgell
1
-1
/
+32
2010-10-21
waf: cope with libraries with a specified version number
Andrew Tridgell
1
-0
/
+3
2010-10-21
waf: re-work the module alias code
Andrew Tridgell
1
-22
/
+52
2010-10-21
waf: fixed expansion of direct_objects and direct_libs
Andrew Tridgell
1
-2
/
+2
2010-10-21
waf: allows libraries to be marked as private_library=True
Andrew Tridgell
2
-3
/
+13
2010-10-21
waf: rework expand_subsystem_deps()
Andrew Tridgell
1
-18
/
+36
2010-10-21
waf: added --show-deps and --show-duplicates
Andrew Tridgell
2
-1
/
+74
2010-10-19
waf: put -Wl,-no-undefined only in the linker flags, not when compiling C
Andrew Tridgell
2
-3
/
+28
[prev]
[next]