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
2011-01-14
waf: use PYTHONARCHDIR for installing python shared libs
Andrew Tridgell
1
-2
/
+2
2011-01-05
buildtools/wafsamba: import 'sys' and 'Logs' if we use them
Stefan Metzmacher
1
-1
/
+1
2010-12-18
wafsamba: Use abi_match in version script files.
Jelmer Vernooij
1
-1
/
+2
2010-12-17
wafsamba: Specify full vscript path so non-autogenerated files are possible, ...
Jelmer Vernooij
1
-0
/
+1
2010-12-17
wafsamba: Don't build vscript for modules.
Jelmer Vernooij
1
-3
/
+2
2010-12-17
wafsamba: Move version script handling out of SAMBA_LIBRARY.
Jelmer Vernooij
1
-1
/
+3
2010-12-17
heimdal_build: Simplify library handling.
Jelmer Vernooij
1
-1
/
+1
2010-12-15
waf: fixed re-running of build rules
Andrew Tridgell
1
-2
/
+3
2010-12-14
wafsamba: change the default value for SAMBA_MODULE of pyembed to False
Matthieu Patou
1
-1
/
+1
2010-12-10
waf: the libXX.inst.so file also depends on the vscript
Andrew Tridgell
1
-0
/
+4
2010-12-09
waf: remove the restriction that private libraries must not have a vnum
Andrew Tridgell
1
-5
/
+0
2010-12-09
waf: fixed path to abi_directory
Andrew Tridgell
1
-1
/
+1
2010-12-09
waf: add a dependency between the library and its vscript
Andrew Tridgell
1
-0
/
+2
2010-12-09
waf: don't use symbol versioning on our modules
Andrew Tridgell
1
-3
/
+6
2010-12-09
waf: use vscripts for our private libraries too
Andrew Tridgell
1
-8
/
+9
2010-12-09
waf-abi: auto-generate per-symbol versions from ABI files
Andrew Tridgell
1
-14
/
+8
2010-12-08
buildtools: private_libraries should not have a version in the soname
Stefan Metzmacher
1
-1
/
+1
2010-12-08
buildtools: make sure we have no '+' in the version scripts
Stefan Metzmacher
1
-1
/
+1
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
[next]