index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buildtools
/
wafsamba
/
samba_deps.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
build:wafsamba: Ensure that check_group_ordering can be overridden
Thomas Nagy
2015-11-24
1
-2
/
+2
*
build:wafsamba: remove check_orphaned_targets
Thomas Nagy
2015-11-19
1
-19
/
+0
*
build:wafsamba: Removed unnecessary and misleading variables
Thomas Nagy
2015-11-06
1
-8
/
+2
*
build:wafsamba: removed most import * statements
Thomas Nagy
2015-10-28
1
-3
/
+8
*
build:wafsamba: Use the Waf 1.8 API get_tgen_by_name instead of name_to_obj
Thomas Nagy
2015-09-02
1
-27
/
+27
*
wafsamba: don't add -DSTATIC_%s_MODULES* arguments for SAMBA_LIBRARY(pyembed=...
Stefan Metzmacher
2015-08-06
1
-0
/
+3
*
wafsamba: Cache final_libs for each target
Amitay Isaacs
2015-06-30
1
-1
/
+2
*
Reduce the no-op build times by 30%
Thomas Nagy
2014-10-03
1
-3
/
+3
*
wafsamba: require a ';' after STATIC_*_MODULES_PROTO
Stefan Metzmacher
2014-04-02
1
-3
/
+6
*
buildtools: Fix compilation warnings
Matthieu Patou
2013-05-20
1
-1
/
+1
*
s4-python: Various formatting fixes.
Jelmer Vernooij
2012-09-27
1
-4
/
+4
*
waf: Fix mispelling
Simo Sorce
2012-04-19
1
-6
/
+6
*
Fix typo
Simo Sorce
2012-04-17
1
-2
/
+2
*
build: use include paths for pkg-config found libraries
Andrew Bartlett
2012-04-11
1
-1
/
+1
*
wafsamba: Fix some whitespace issues.
Jelmer Vernooij
2012-02-18
1
-4
/
+1
*
waf: introduce reverse logic for allowing unknown symbols
Matthieu Patou
2011-04-26
1
-0
/
+4
*
wafsamba: added global_include option
Andrew Tridgell
2011-03-15
1
-2
/
+3
*
build: added allow_undefined_symbols options for libraries and modules
Andrew Tridgell
2011-02-18
1
-1
/
+5
*
waf: use Utils.WafError() instead of sys.exit(1)
Andrew Tridgell
2011-02-18
1
-2
/
+1
*
waf: substitute '/' in -D static defines as well.
Günther Deschner
2011-02-11
1
-2
/
+4
*
waf: samba deps generation depends on EXTRA_INCLUDES
Andrew Tridgell
2011-02-07
1
-1
/
+1
*
buildtools/wafsamba: import 'sys' and 'Logs' if we use them
Stefan Metzmacher
2011-01-05
1
-1
/
+1
*
wafsamba: Move version script handling out of SAMBA_LIBRARY.
Jelmer Vernooij
2010-12-17
1
-1
/
+1
*
waf: fixed re-running of build rules
Andrew Tridgell
2010-12-15
1
-2
/
+2
*
waf: use -Wl,--version-script if available
Andrew Tridgell
2010-12-08
1
-1
/
+2
*
waf: fixed tabs/spaces for python3.0
Andrew Tridgell
2010-11-08
1
-1
/
+1
*
waf: more agressively expand subsystem syslib deps
Andrew Tridgell
2010-11-03
1
-4
/
+9
*
waf: rerun deps calculation on LDFLAGS or CFLAGS change
Andrew Tridgell
2010-11-03
1
-1
/
+1
*
waf: added automatic prototyping of static module init functions
Andrew Tridgell
2010-11-01
1
-0
/
+8
*
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
1
-24
/
+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: separate out get_tgt_list()
Andrew Tridgell
2010-10-30
1
-12
/
+1
*
waf: display the paths in library loops
Andrew Tridgell
2010-10-30
1
-0
/
+21
*
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
*
waf: loosen the restriction on depending on python libs
Andrew Tridgell
2010-10-21
1
-1
/
+3
*
waf: fixed the handling of -Wl,-no-undefined
Andrew Tridgell
2010-10-21
1
-1
/
+1
*
waf: show duplicate objects in python modules as well as libraries
Andrew Tridgell
2010-10-21
1
-2
/
+3
*
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: added the concept of a grouping_library
Andrew Tridgell
2010-10-21
1
-1
/
+32
*
waf: fixed expansion of direct_objects and direct_libs
Andrew Tridgell
2010-10-21
1
-2
/
+2
*
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
1
-1
/
+66
*
waf: don't save deps on install
Andrew Tridgell
2010-10-19
1
-1
/
+2
*
s4-waf: automatically remove stale C and header files
Andrew Tridgell
2010-10-14
1
-0
/
+1
[next]