summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2010-12-24wafsamba: Fix handling of nick name in VERSION.Jelmer Vernooij1-2/+1
2010-12-22wafsamba: Allow newer or the same python module versions to be installed,Jelmer Vernooij1-1/+1
2010-12-18wafsamba: Use abi_match in version script files.Jelmer Vernooij2-7/+19
2010-12-17wafsamba: Specify full vscript path so non-autogenerated files are possible, ...Jelmer Vernooij2-1/+2
2010-12-17wafsamba: Don't build vscript for modules.Jelmer Vernooij1-3/+2
2010-12-17wafsamba: Move version script handling out of SAMBA_LIBRARY.Jelmer Vernooij3-2/+16
2010-12-17Simplify link installation.Jelmer Vernooij1-8/+3
2010-12-17heimdal_build: Simplify library handling.Jelmer Vernooij1-1/+1
2010-12-15waf: fixed re-running of build rulesAndrew Tridgell2-4/+5
2010-12-15build: hpux didn't support -BdynamicMatthieu Patou1-1/+1
2010-12-14wafsamba: change the default value for SAMBA_MODULE of pyembed to FalseMatthieu Patou1-1/+1
2010-12-12build: move the import near the place where need it, so that we can build on ...Matthieu Patou1-1/+2
2010-12-11build: add more CFLAGS for aixMatthieu Patou1-1/+3
2010-12-11build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIMEMatthieu Patou1-0/+3
2010-12-10build: cpp is prefixed by CPP=Matthieu Patou1-1/+1
2010-12-10build: add a function to test if -lc is neededMatthieu Patou1-0/+45
2010-12-10build: compiler on aix is xlc_r not xlr_cMatthieu Patou1-1/+1
2010-12-10build: reset cpp on host with xlr_c and let pidl use $CC -EMatthieu Patou1-0/+4
2010-12-10build: detect if conf.env['CPP'] is an array or notMatthieu Patou1-1/+6
2010-12-10waf: the libXX.inst.so file also depends on the vscriptAndrew Tridgell1-0/+4
2010-12-10build: use CPP and CC values when calling pidlMatthieu Patou2-1/+19
2010-12-10build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou1-0/+9
2010-12-09waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell1-5/+0
2010-12-09waf: fixed path to abi_directoryAndrew Tridgell1-1/+1
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