Age | Commit message (Expand) | Author | Files | Lines |
2012-02-23 | waf: Make sure libraries are installed with the execute flag set. | Andreas Schneider | 1 | -1/+2 |
2011-06-15 | build: fixed development symlinks for libraries in subdirectories | Andrew Tridgell | 1 | -2/+2 |
2011-03-02 | build: fixed the ELF name for private libraries | Andrew Tridgell | 1 | -2/+6 |
2011-02-18 | build: put links for libs in the right directory | Andrew Tridgell | 1 | -1/+1 |
2011-02-18 | waf: give a more sensible error on symlink_bin with missing directory | Andrew Tridgell | 1 | -0/+2 |
2010-12-17 | wafsamba: Specify full vscript path so non-autogenerated files are possible, ... | Jelmer Vernooij | 1 | -1/+1 |
2010-12-17 | wafsamba: Move version script handling out of SAMBA_LIBRARY. | Jelmer Vernooij | 1 | -0/+12 |
2010-12-17 | Simplify link installation. | Jelmer Vernooij | 1 | -8/+3 |
2010-12-08 | waf: added configure test for -Wl,--version-script | Andrew Tridgell | 1 | -0/+3 |
2010-11-30 | wafsamba: Only use private library rpath when linking against private | Jelmer Vernooij | 1 | -2/+2 |
2010-11-08 | waf: go back to the previous method of handling .inst. rules | Andrew Tridgell | 1 | -1/+1 |
2010-11-08 | waf: fixed the names of the installed libraries after the last change | Andrew Tridgell | 1 | -5/+13 |
2010-11-08 | waf: prevent us from modifying non-install libs during make install | Andrew Tridgell | 1 | -2/+6 |
2010-11-05 | waf: Put private libraries in a separate directory when building. | Jelmer Vernooij | 1 | -1/+5 |
2010-11-05 | Add --with-privatelibdir build option. | Jelmer Vernooij | 1 | -1/+6 |
2010-10-27 | wafsamba: support 'soname' attribute on SAMBA_LIBRARY() | Stefan Metzmacher | 1 | -0/+13 |
2010-10-21 | waf: replace the is_bundled option with private_library | Andrew Tridgell | 1 | -1/+1 |
2010-10-19 | waf: automap shared library names from .so to the right extension | Andrew Tridgell | 1 | -9/+9 |
2010-10-06 | waf: fixed some python3.x portability issues | Andrew Tridgell | 1 | -1/+1 |
2010-10-05 | waf: workaround for the 'make install' breakage | Andrew Tridgell | 1 | -4/+4 |
2010-09-05 | waf: Use os.makedirs rather than os.mkdir in case parent directories | Jelmer Vernooij | 1 | -1/+1 |
2010-09-04 | waf: Make shared modules available in the build dir. | Jelmer Vernooij | 1 | -0/+5 |
2010-06-19 | wafsamba: Use octal modes directly rather than constants. | Jelmer Vernooij | 1 | -3/+1 |
2010-06-13 | s4-waf: Fix installation of .so links for libraries that are not bundled but ... | Jelmer Vernooij | 1 | -1/+1 |
2010-05-23 | build: get the SONAME right for installed libraries | Andrew Tridgell | 1 | -0/+4 |
2010-05-05 | build: mark cloned task generators as not posted | Andrew Tridgell | 1 | -0/+1 |
2010-05-03 | build: use the waf patterns for RPATH | Andrew Tridgell | 1 | -7/+7 |
2010-04-26 | build: cope with realname for install of non-python libs | Andrew Tridgell | 1 | -1/+4 |
2010-04-18 | build: fixed install of binary targets that are in subdirs | Andrew Tridgell | 1 | -1/+1 |
2010-04-13 | build: for unbundled libraries install devel link too | Andrew Tridgell | 1 | -0/+8 |
2010-04-13 | build: cope with existing binaries in bin/ left over from the old build | Andrew Tridgell | 1 | -4/+2 |
2010-04-12 | s3-waf: Correctly create symlink if SAMBA_BINARY targets are not in the curre... | Kai Blin | 1 | -1/+1 |
2010-04-09 | build: no need to re-create the lib and bin symlinks if they exist | Andrew Tridgell | 1 | -0/+6 |
2010-04-08 | build: make the handling of relative paths a bit saner | Andrew Tridgell | 1 | -7/+3 |
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -1/+3 |
2010-04-06 | build: cope with binaries with subdir prefixes (for s3 waf build) | Andrew Tridgell | 1 | -1/+1 |
2010-04-06 | build: simpler symlink_bin and symlink_lib methods | Andrew Tridgell | 1 | -22/+20 |
2010-04-06 | build: much simpler and faster rpath install handler | Andrew Tridgell | 1 | -0/+158 |