summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* waf: this script does need bashAndrew Tridgell2011-01-141-2/+1
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-142-3/+3
* waf: new version of wafAndrew Tridgell2011-01-141-0/+0
* abi: force TERM=none in abi generationAndrew Tridgell2011-01-111-1/+2
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-057-7/+7
* wafsamba: Fix handling of nick name in VERSION.Jelmer Vernooij2010-12-241-2/+1
* wafsamba: Allow newer or the same python module versions to be installed,Jelmer Vernooij2010-12-221-1/+1
* wafsamba: Use abi_match in version script files.Jelmer Vernooij2010-12-182-7/+19
* wafsamba: Specify full vscript path so non-autogenerated files are possible, ...Jelmer Vernooij2010-12-172-1/+2
* wafsamba: Don't build vscript for modules.Jelmer Vernooij2010-12-171-3/+2
* wafsamba: Move version script handling out of SAMBA_LIBRARY.Jelmer Vernooij2010-12-173-2/+16
* Simplify link installation.Jelmer Vernooij2010-12-171-8/+3
* heimdal_build: Simplify library handling.Jelmer Vernooij2010-12-171-1/+1
* waf: fixed re-running of build rulesAndrew Tridgell2010-12-152-4/+5
* build: hpux didn't support -BdynamicMatthieu Patou2010-12-151-1/+1
* wafsamba: change the default value for SAMBA_MODULE of pyembed to FalseMatthieu Patou2010-12-141-1/+1
* build: move the import near the place where need it, so that we can build on ...Matthieu Patou2010-12-121-1/+2
* build: add more CFLAGS for aixMatthieu Patou2010-12-111-1/+3
* build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIMEMatthieu Patou2010-12-111-0/+3
* build: cpp is prefixed by CPP=Matthieu Patou2010-12-101-1/+1
* build: add a function to test if -lc is neededMatthieu Patou2010-12-101-0/+45
* build: compiler on aix is xlc_r not xlr_cMatthieu Patou2010-12-101-1/+1
* build: reset cpp on host with xlr_c and let pidl use $CC -EMatthieu Patou2010-12-101-0/+4
* build: detect if conf.env['CPP'] is an array or notMatthieu Patou2010-12-101-1/+6
* waf: the libXX.inst.so file also depends on the vscriptAndrew Tridgell2010-12-101-0/+4
* build: use CPP and CC values when calling pidlMatthieu Patou2010-12-102-1/+19
* build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou2010-12-101-0/+9
* 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