summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2010-12-09waf: add a dependency between the library and its vscriptAndrew Tridgell2-1/+3
2010-12-09waf: don't use symbol versioning on our modulesAndrew Tridgell1-3/+6
2010-12-09waf: use vscripts for our private libraries tooAndrew Tridgell2-15/+14
2010-12-09waf: make mkdir_p on a empty string not recurse foreverAndrew Tridgell1-1/+1
2010-12-09waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell3-17/+87
2010-12-08buildtools: private_libraries should not have a version in the sonameStefan Metzmacher1-1/+1
2010-12-08buildtools: add the PRIVATE_EXTENSION for private librariesStefan Metzmacher1-3/+0
2010-12-08buildtools: make sure we have no '+' in the version scriptsStefan Metzmacher1-1/+1
2010-12-08waf: added --disable-symbol-versions configure optionAndrew Tridgell1-3/+8
2010-12-08waf: support @LIB_RPATH@ in pc filesAndrew Tridgell1-2/+6
2010-12-08build: tru64 needs -shared for building libsMatthieu Patou1-1/+1
2010-12-08waf: added -Wmissing-prototypes to buildAndrew Tridgell1-1/+1
2010-12-08waf: make all generators depend on their rulesAndrew Tridgell1-0/+2
2010-12-08waf: use -Wl,--version-script if availableAndrew Tridgell2-2/+19
2010-12-08waf: added configure test for -Wl,--version-scriptAndrew Tridgell3-1/+21
2010-12-08s4-waf: get the version number right on private librariesAndrew Tridgell2-1/+14
2010-12-08build: fix hpux build pbMatthieu Patou2-0/+57
2010-12-05wafsamba: Only include versioned files when building tarball from bzr.Jelmer Vernooij1-1/+1
2010-12-03wafsamba: Override GIT_DIR without using putenv.Jelmer Vernooij1-3/+4
2010-12-02waf/buildtools: remove more bash shebangs and fix a == to =Björn Jacke2-3/+3
2010-12-02waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotesBjörn Jacke4-8/+8
2010-12-02buildtools: fix --git-local-changes optionStefan Metzmacher1-0/+1
2010-12-01s3-waf: avoid module name uppercasing.Günther Deschner1-2/+2
2010-12-01waf: less verbose message for failing to resolve a syslib pathAndrew Tridgell1-1/+1
2010-12-01waf: use Logs.warn() instead of print() in the symbol check codeAndrew Tridgell1-1/+1
2010-12-01waf: added a help target for the other waf buildsAndrew Tridgell1-1/+6
2010-11-30wafsamba: Fix indentation.Jelmer Vernooij1-1/+1
2010-11-30wafsamba: Only use private library rpath when linking against privateJelmer Vernooij2-4/+14
2010-11-30samba_dist: Fix dist for subprojects.Jelmer Vernooij1-10/+30
2010-11-21waf: fixed the build with a space in the source directoryAndrew Tridgell5-7/+8
2010-11-16waf: added --git-local-changes configure optionAndrew Tridgell3-16/+25
2010-11-15waf: fixed configure again on RHEL5Andrew Tridgell1-1/+1
2010-11-12waf/samba_version: Simplify git show command.Jelmer Vernooij1-1/+1
2010-11-12samba_version: Make COMMIT_IS_CLEAN an int rather than a string.Jelmer Vernooij1-4/+4
2010-11-12samba_version: Simplify dirty tree detection.Jelmer Vernooij1-5/+4
2010-11-12waf/samba_version: Support integer defines.Jelmer Vernooij1-4/+12
2010-11-12samba_version: When working from git checkout, display git revision SHA1 ratherJelmer Vernooij2-45/+67
2010-11-12samba_version: Support retrieving snapshot identity from bzr.Jelmer Vernooij1-0/+23
2010-11-12samba_version: Cope with building snapshots in directories without git checkout.Jelmer Vernooij1-1/+6
2010-11-12Put git tree finding into a separate function.Jelmer Vernooij1-32/+32
2010-11-12sambaversion.py: Some cleanups, make less git-specific.Jelmer Vernooij1-18/+22
2010-11-12wafsamba: Support make dist from bzr checkout.Jelmer Vernooij1-3/+11
2010-11-08waf: go back to the previous method of handling .inst. rulesAndrew Tridgell1-1/+1
2010-11-08waf: fixed the names of the installed libraries after the last changeAndrew Tridgell1-5/+13
2010-11-08waf: fixed tabs/spaces for python3.0Andrew Tridgell2-5/+5
2010-11-08waf: prevent us from modifying non-install libs during make installAndrew Tridgell1-2/+6
2010-11-05waf: Put private libraries in a separate directory when building.Jelmer Vernooij3-4/+10
2010-11-05wafsamba: Use project name variable rather than hardcoding 'samba4'.Jelmer Vernooij1-2/+2
2010-11-05wafsamba: Drop private library prefix when installing private librariesJelmer Vernooij1-2/+5
2010-11-05wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.Jelmer Vernooij1-2/+2