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