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
/
wafsamba
/
wafsamba.py
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-08
waf: make all generators depend on their rules
Andrew Tridgell
1
-0
/
+2
2010-12-08
waf: use -Wl,--version-script if available
Andrew Tridgell
1
-1
/
+17
2010-12-08
s4-waf: get the version number right on private libraries
Andrew Tridgell
1
-1
/
+1
2010-12-08
build: fix hpux build pb
Matthieu Patou
1
-0
/
+1
2010-11-21
waf: fixed the build with a space in the source directory
Andrew Tridgell
1
-1
/
+1
2010-11-05
waf: Put private libraries in a separate directory when building.
Jelmer Vernooij
1
-0
/
+1
2010-11-03
waf: split pkgconfig logic into a separate module
Andrew Tridgell
1
-56
/
+1
2010-11-01
waf: removed the module aliases code
Andrew Tridgell
1
-32
/
+0
2010-11-01
waf: added module_init_name parameter to SAMBA_MODULE()
Andrew Tridgell
1
-2
/
+3
2010-10-30
build: strip -single_module when doing bundle on mac OS X
Matthieu Patou
1
-0
/
+12
2010-10-30
waf: get rid of target aliases in wafsamba
Andrew Tridgell
1
-6
/
+0
2010-10-30
waf: build all libraries after all object files
Andrew Tridgell
1
-7
/
+17
2010-10-30
waf: cope with rules with no inputs
Andrew Tridgell
1
-0
/
+3
2010-10-27
wafsamba: support 'soname' attribute on SAMBA_LIBRARY()
Stefan Metzmacher
1
-1
/
+3
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-23
waf: Rename some BUNDLED_ functios to PRIVATE_.
Jelmer Vernooij
1
-1
/
+1
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
1
-2
/
+0
2010-10-21
waf: added pyext option to SAMBA_LIBRARY()
Andrew Tridgell
1
-1
/
+2
2010-10-21
waf: replace the is_bundled option with private_library
Andrew Tridgell
1
-8
/
+4
2010-10-21
waf: re-work the module alias code
Andrew Tridgell
1
-22
/
+52
2010-10-21
waf: allows libraries to be marked as private_library=True
Andrew Tridgell
1
-1
/
+11
2010-10-19
waf: put -Wl,-no-undefined only in the linker flags, not when compiling C
Andrew Tridgell
1
-2
/
+2
2010-10-19
waf: automap shared library names from .so to the right extension
Andrew Tridgell
1
-1
/
+4
2010-10-14
s4-waf: automatically remove stale C and header files
Andrew Tridgell
1
-0
/
+1
2010-10-10
wafsamba: Fix handling of pyembed/pyext.
Jelmer Vernooij
1
-5
/
+2
2010-10-11
wafsamba: Support setting pyembed on libraries.
Jelmer Vernooij
1
-3
/
+9
2010-10-10
wafsamba: Fix init function when building modules as shared objects.
Jelmer Vernooij
1
-0
/
+3
2010-10-10
wafsamba: Clarify needs_python argument name, use pyembed/pyext where
Jelmer Vernooij
1
-9
/
+9
2010-10-06
waf: fixed some python3.x portability issues
Andrew Tridgell
1
-3
/
+3
2010-10-06
waf: update to waf version 1.5.19
Andrew Tridgell
1
-1
/
+1
2010-10-03
wafsamba: Some reformatting.
Jelmer Vernooij
1
-2
/
+0
2010-10-03
wafsamba: Move heimdal library code to heimdal_build.
Jelmer Vernooij
1
-8
/
+0
2010-10-03
heimdal: convert some subsystems to libraries, consistent with upstream heimdal.
Jelmer Vernooij
1
-7
/
+8
2010-09-08
wafsamba: Eliminate sys.path updating if installing to a standard python
Jelmer Vernooij
1
-1
/
+7
2010-09-05
wafsamba: Create bin/defaukt/modules if it does not yet exist.
Jelmer Vernooij
1
-0
/
+1
2010-09-04
waf: Support aliases in SAMBA_MODULE.
Jelmer Vernooij
1
-27
/
+29
2010-09-04
waf: Make shared modules available in the build dir.
Jelmer Vernooij
1
-2
/
+5
2010-08-22
s4-waf: re-use SAMBA_LIBRARY() in building shared modules
Andrew Tridgell
1
-35
/
+15
2010-06-29
build: allow always=True/False on SAMBA_GENERATOR()
Andrew Tridgell
1
-1
/
+5
2010-06-24
build: check if the manpages stylesheet is available locally
Andrew Tridgell
1
-3
/
+3
2010-06-19
wafsamba: Use octal modes directly rather than constants.
Jelmer Vernooij
1
-5
/
+3
2010-06-18
wafsamba: Use BUILTIN_LIBRARY() rather than relying on side-effects.
Jelmer Vernooij
1
-2
/
+2
2010-06-15
s4-waf: Fix build of libldb_ildap against system ldb.
Jelmer Vernooij
1
-1
/
+1
2010-06-15
wafsamba: Fix include path inheritance from module subsystems.
Jelmer Vernooij
1
-6
/
+16
2010-06-15
ldb: Fix included ldb build.
Jelmer Vernooij
1
-0
/
+1
2010-06-15
wafsamba: Fix filenames for ldb modules.
Jelmer Vernooij
1
-2
/
+10
[next]