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
/
buildtools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
waf: check the linker accepts a set of ldflags before using them
Andrew Tridgell
2010-10-21
1
-1
/
+10
*
waf: loosen the restriction on depending on python libs
Andrew Tridgell
2010-10-21
1
-1
/
+3
*
waf-python: make the pyext flag add the pyembed features for libraries
Andrew Tridgell
2010-10-21
1
-1
/
+3
*
waf: fixed the handling of -Wl,-no-undefined
Andrew Tridgell
2010-10-21
3
-11
/
+5
*
waf: show duplicate objects in python modules as well as libraries
Andrew Tridgell
2010-10-21
1
-2
/
+3
*
waf: added pyext option to SAMBA_LIBRARY()
Andrew Tridgell
2010-10-21
1
-1
/
+2
*
waf: raise an error on a dependency on a python module
Andrew Tridgell
2010-10-21
1
-0
/
+3
*
waf: prevent the global deps list creating depenency loops
Andrew Tridgell
2010-10-21
1
-1
/
+9
*
waf: replace the is_bundled option with private_library
Andrew Tridgell
2010-10-21
2
-9
/
+5
*
waf: added the concept of a grouping_library
Andrew Tridgell
2010-10-21
1
-1
/
+32
*
waf: cope with libraries with a specified version number
Andrew Tridgell
2010-10-21
1
-0
/
+3
*
waf: re-work the module alias code
Andrew Tridgell
2010-10-21
1
-22
/
+52
*
waf: fixed expansion of direct_objects and direct_libs
Andrew Tridgell
2010-10-21
1
-2
/
+2
*
waf: allows libraries to be marked as private_library=True
Andrew Tridgell
2010-10-21
2
-3
/
+13
*
waf: rework expand_subsystem_deps()
Andrew Tridgell
2010-10-21
1
-18
/
+36
*
waf: added --show-deps and --show-duplicates
Andrew Tridgell
2010-10-21
2
-1
/
+74
*
waf: put -Wl,-no-undefined only in the linker flags, not when compiling C
Andrew Tridgell
2010-10-19
2
-3
/
+28
*
waf: don't save deps on install
Andrew Tridgell
2010-10-19
1
-1
/
+2
*
waf: automap shared library names from .so to the right extension
Andrew Tridgell
2010-10-19
4
-11
/
+58
*
heimdal_build: Use existing functions for finding system libraries.
Jelmer Vernooij
2010-10-16
1
-1
/
+1
*
s4-waf: automatically remove stale C and header files
Andrew Tridgell
2010-10-14
3
-0
/
+98
*
wafsamba/developer: Forbid shared objects with unresolved symbols, if
Jelmer Vernooij
2010-10-13
1
-1
/
+1
*
wafsamba: Don't allow circular dependencies involving libraries by
Jelmer Vernooij
2010-10-13
1
-7
/
+17
*
wafsamba: Warn about circular dependencies between libraries.
Jelmer Vernooij
2010-10-12
1
-1
/
+1
*
wafsamba: Fix handling of pyembed/pyext.
Jelmer Vernooij
2010-10-10
1
-5
/
+2
*
wafsamba: Support setting pyembed on libraries.
Jelmer Vernooij
2010-10-11
1
-3
/
+9
*
wafsamba: Fix init function when building modules as shared objects.
Jelmer Vernooij
2010-10-10
1
-0
/
+3
*
wafsamba: Clarify needs_python argument name, use pyembed/pyext where
Jelmer Vernooij
2010-10-10
2
-12
/
+12
*
waf: allow for commands like "make bin/smbtorture"
Andrew Tridgell
2010-10-06
1
-0
/
+4
*
waf: fixed some python3.x portability issues
Andrew Tridgell
2010-10-06
4
-5
/
+9
*
waf: update to waf version 1.5.19
Andrew Tridgell
2010-10-06
2
-1
/
+1
*
waf: fixed the problem with com_err on Ubuntu 9.04
Andrew Tridgell
2010-10-06
2
-22
/
+32
*
waf: workaround for the 'make install' breakage
Andrew Tridgell
2010-10-05
1
-4
/
+4
[prev]
[next]