summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
AgeCommit message (Expand)AuthorFilesLines
2011-03-15waf: build headers in separate 'headers' build groupAndrew Tridgell1-0/+1
2011-03-15waf: always generate public headers in the build treeAndrew Tridgell1-1/+5
2011-03-15waf: build substituted public headers in build treeAndrew Tridgell1-1/+3
2011-03-15waf: moved header file handling into its own moduleAndrew Tridgell1-196/+1
2011-03-15wafsamba: keep a list of public headersAndrew Tridgell1-1/+3
2011-03-15wafsamba: added global_include optionAndrew Tridgell1-1/+12
2011-03-15build: install public headers in the build treeAndrew Tridgell1-15/+54
2011-02-22python: use os.environ[] instead of os.putenv()Andrew Tridgell1-1/+1
2011-02-18waf: improved error message for bad paths in SAMBA_LIBRARY()Andrew Tridgell1-1/+7
2011-02-18waf: support building libraries with a directory prefixAndrew Tridgell1-2/+2
2011-02-18build: fixed passing of includes= for modulesAndrew Tridgell1-0/+1
2011-02-18build: added subdir option for module buildingAndrew Tridgell1-0/+3
2011-02-18build: added allow_undefined_symbols options for libraries and modulesAndrew Tridgell1-1/+5
2011-02-18waf: added subdir= option in SAMBA_*() rulesAndrew Tridgell1-0/+9
2011-02-16waf Fix dependencies for .pc (pkg-config) filesAndrew Bartlett1-1/+1
2011-02-07build: fixed error message for incorrect waf versionAndrew Tridgell1-3/+2
2011-02-02waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIRAndrew Bartlett1-7/+23
2011-01-14waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell1-2/+2
2011-01-05buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher1-1/+1
2010-12-18wafsamba: Use abi_match in version script files.Jelmer Vernooij1-1/+2
2010-12-17wafsamba: Specify full vscript path so non-autogenerated files are possible, ...Jelmer Vernooij1-0/+1
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 Vernooij1-1/+3
2010-12-17heimdal_build: Simplify library handling.Jelmer Vernooij1-1/+1
2010-12-15waf: fixed re-running of build rulesAndrew Tridgell1-2/+3
2010-12-14wafsamba: change the default value for SAMBA_MODULE of pyembed to FalseMatthieu Patou1-1/+1
2010-12-10waf: the libXX.inst.so file also depends on the vscriptAndrew Tridgell1-0/+4
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 Tridgell1-0/+2
2010-12-09waf: don't use symbol versioning on our modulesAndrew Tridgell1-3/+6
2010-12-09waf: use vscripts for our private libraries tooAndrew Tridgell1-8/+9
2010-12-09waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell1-14/+8
2010-12-08buildtools: private_libraries should not have a version in the sonameStefan Metzmacher1-1/+1
2010-12-08buildtools: make sure we have no '+' in the version scriptsStefan Metzmacher1-1/+1
2010-12-08waf: make all generators depend on their rulesAndrew Tridgell1-0/+2
2010-12-08waf: use -Wl,--version-script if availableAndrew Tridgell1-1/+17
2010-12-08s4-waf: get the version number right on private librariesAndrew Tridgell1-1/+1
2010-12-08build: fix hpux build pbMatthieu Patou1-0/+1
2010-11-21waf: fixed the build with a space in the source directoryAndrew Tridgell1-1/+1
2010-11-05waf: Put private libraries in a separate directory when building.Jelmer Vernooij1-0/+1
2010-11-03waf: split pkgconfig logic into a separate moduleAndrew Tridgell1-56/+1
2010-11-01waf: removed the module aliases codeAndrew Tridgell1-32/+0
2010-11-01waf: added module_init_name parameter to SAMBA_MODULE()Andrew Tridgell1-2/+3
2010-10-30build: strip -single_module when doing bundle on mac OS XMatthieu Patou1-0/+12
2010-10-30waf: get rid of target aliases in wafsambaAndrew Tridgell1-6/+0
2010-10-30waf: build all libraries after all object filesAndrew Tridgell1-7/+17
2010-10-30waf: cope with rules with no inputsAndrew Tridgell1-0/+3
2010-10-27wafsamba: support 'soname' attribute on SAMBA_LIBRARY()Stefan Metzmacher1-1/+3
2010-10-26wafsamba: Fix soname for standalone private libraries.Jelmer Vernooij1-1/+1