summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
...
* s4-build: fixed uses of os.path.relpath()Andrew Tridgell2011-02-071-2/+2
* build: removed unused build scriptsAndrew Tridgell2011-02-073-113/+0
* build: fixed error message for incorrect waf versionAndrew Tridgell2011-02-071-3/+2
* waf: samba deps generation depends on EXTRA_INCLUDESAndrew Tridgell2011-02-071-1/+1
* waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIRAndrew Bartlett2011-02-021-7/+23
* s4-waf: Skip header-not-found cache if a library is specified, as it may provideJelmer Vernooij2011-01-251-1/+1
* s4-waf: Only show minversion when there was a minimum version specified.Jelmer Vernooij2011-01-241-1/+5
* Show text output messages when interfacing with bzr.Jelmer Vernooij2011-01-241-1/+6
* wafsamba: quote CPP and CC values when calling pidlStefan Metzmacher2011-01-191-4/+4
* waf: change private libraries to use the same soname as public librariesAndrew Tridgell2011-01-191-7/+5
* 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