build:wafsamba: Remove ambiguous 'if x in conf.env' constructs
[samba.git] / buildtools / wafsamba / samba_install.py
2015-11-24 Thomas Nagybuild:wafsamba: Ensure that target clones get a differe...
2015-11-16 Thomas Nagybuild:wafsamba: Replace Options.is_install by bld.is_in...
2015-10-28 Thomas Nagybuild:wafsamba: removed most import * statements
2015-06-10 Petr Viktorinbuildtools: Always reset the build environment
2015-05-19 Petr Viktorinbuildtools: Add --extra-python configure option
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-10-22 Andreas Schneiderwafsamba: If we define a realname and a soname create...
2012-02-23 Andreas Schneiderwaf: Make sure libraries are installed with the execute...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-15 Andrew Tridgellbuild: fixed development symlinks for libraries in...
2011-03-02 Andrew Tridgellbuild: fixed the ELF name for private libraries
2011-02-18 Andrew Tridgellbuild: put links for libs in the right directory
2011-02-18 Andrew Tridgellwaf: give a more sensible error on symlink_bin with...
2010-12-17 Jelmer Vernooijwafsamba: Specify full vscript path so non-autogenerate...
2010-12-17 Jelmer Vernooijwafsamba: Move version script handling out of SAMBA_LIB...
2010-12-17 Jelmer VernooijSimplify link installation.
2010-12-08 Andrew Tridgellwaf: added configure test for -Wl,--version-script
2010-11-30 Jelmer Vernooijwafsamba: Only use private library rpath when linking...
2010-11-08 Andrew Tridgellwaf: go back to the previous method of handling .inst...
2010-11-08 Andrew Tridgellwaf: fixed the names of the installed libraries after...
2010-11-08 Andrew Tridgellwaf: prevent us from modifying non-install libs during...
2010-11-05 Jelmer Vernooijwaf: Put private libraries in a separate directory...
2010-11-05 Jelmer VernooijAdd --with-privatelibdir build option.
2010-10-27 Stefan Metzmacherwafsamba: support 'soname' attribute on SAMBA_LIBRARY()
2010-10-21 Andrew Tridgellwaf: replace the is_bundled option with private_library
2010-10-19 Andrew Tridgellwaf: automap shared library names from .so to the right...
2010-10-06 Andrew Tridgellwaf: fixed some python3.x portability issues
2010-10-05 Andrew Tridgellwaf: workaround for the 'make install' breakage
2010-09-05 Jelmer Vernooijwaf: Use os.makedirs rather than os.mkdir in case paren...
2010-09-04 Jelmer Vernooijwaf: Make shared modules available in the build dir.
2010-06-19 Jelmer Vernooijwafsamba: Use octal modes directly rather than constants.
2010-06-13 Jelmer Vernooijs4-waf: Fix installation of .so links for libraries...
2010-05-23 Andrew Tridgellbuild: get the SONAME right for installed libraries
2010-05-05 Andrew Tridgellbuild: mark cloned task generators as not posted
2010-05-03 Andrew Tridgellbuild: use the waf patterns for RPATH
2010-04-26 Andrew Tridgellbuild: cope with realname for install of non-python...
2010-04-18 Andrew Tridgellbuild: fixed install of binary targets that are in...
2010-04-13 Andrew Tridgellbuild: for unbundled libraries install devel link too
2010-04-12 Andrew Tridgellbuild: cope with existing binaries in bin/ left over...
2010-04-12 Kai Blins3-waf: Correctly create symlink if SAMBA_BINARY target...
2010-04-09 Andrew Tridgellbuild: no need to re-create the lib and bin symlinks...
2010-04-08 Andrew Tridgellbuild: make the handling of relative paths a bit saner
2010-04-07 Thomas Nagybuild: allow the waf build to work with python 3.0...
2010-04-06 Andrew Tridgellbuild: cope with binaries with subdir prefixes (for...
2010-04-06 Andrew Tridgellbuild: simpler symlink_bin and symlink_lib methods
2010-04-06 Andrew Tridgellbuild: much simpler and faster rpath install handler