waf: Fix mispelling
[kai/samba.git] / buildtools / wafsamba / wafsamba.py
2012-04-19 Simo Sorcewaf: Fix mispelling
2011-12-03 Jelmer VernooijRevert making public of the samba-module library.
2011-11-13 Jelmer Vernooijwaf: Simplify handling of python modules.
2011-11-13 Jelmer VernooijRevert 9a5ae8edd6d006c078b3af8fdfd84677a63276b1.
2011-11-13 Jelmer Vernooijwafsamba: Support allow_undefined_symbols in SAMBA_SUBS...
2011-11-13 Jelmer Vernooijldb: Use pyembed rather than pyext for ldb-util library.
2011-11-13 Jelmer Vernooijwaf: Don't link python modules against libpython2.x...
2011-10-28 Andrew Bartlettlib/util Rename samba_init_module -> samba_module_init
2011-08-21 Jelmer Vernooijwafsamba: Only install .pc files if libraries are public.
2011-08-21 Jelmer Vernooijwafsamba: Require public libraries to have headers.
2011-08-21 Jelmer Vernooijwafsamba: Require public libraries to have a pc file...
2011-07-08 Andrew Bartlettparam: Move per-share parameters into a seperate file...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-15 Andrew Tridgellbuild: fixed dependencies on install prefix for pc...
2011-06-01 Andrew Tridgellbuild: fixed a problem with installing scripts in the...
2011-03-15 Andrew Tridgellwaf: build headers in separate 'headers' build group
2011-03-15 Andrew Tridgellwaf: always generate public headers in the build tree
2011-03-15 Andrew Tridgellwaf: build substituted public headers in build tree
2011-03-15 Andrew Tridgellwaf: moved header file handling into its own module
2011-03-15 Andrew Tridgellwafsamba: keep a list of public headers
2011-03-15 Andrew Tridgellwafsamba: added global_include option
2011-03-15 Andrew Tridgellbuild: install public headers in the build tree
2011-02-22 Andrew Tridgellpython: use os.environ[] instead of os.putenv()
2011-02-18 Andrew Tridgellwaf: improved error message for bad paths in SAMBA_LIBR...
2011-02-18 Andrew Tridgellwaf: support building libraries with a directory prefix
2011-02-18 Andrew Tridgellbuild: fixed passing of includes= for modules
2011-02-18 Andrew Tridgellbuild: added subdir option for module building
2011-02-18 Andrew Tridgellbuild: added allow_undefined_symbols options for librar...
2011-02-18 Andrew Tridgellwaf: added subdir= option in SAMBA_*() rules
2011-02-15 Andrew Bartlettwaf Fix dependencies for .pc (pkg-config) files
2011-02-07 Andrew Tridgellbuild: fixed error message for incorrect waf version
2011-02-02 Andrew Bartlettwaf: Replace python installation rule to allow PYTHONAR...
2011-01-14 Andrew Tridgellwaf: use PYTHONARCHDIR for installing python shared...
2011-01-05 Stefan Metzmacherbuildtools/wafsamba: import 'sys' and 'Logs' if we...
2010-12-17 Jelmer Vernooijwafsamba: Use abi_match in version script files.
2010-12-17 Jelmer Vernooijwafsamba: Specify full vscript path so non-autogenerate...
2010-12-17 Jelmer Vernooijwafsamba: Don't build vscript for modules.
2010-12-17 Jelmer Vernooijwafsamba: Move version script handling out of SAMBA_LIB...
2010-12-17 Jelmer Vernooijheimdal_build: Simplify library handling.
2010-12-15 Andrew Tridgellwaf: fixed re-running of build rules
2010-12-14 Matthieu Patouwafsamba: change the default value for SAMBA_MODULE...
2010-12-10 Andrew Tridgellwaf: the libXX.inst.so file also depends on the vscript
2010-12-09 Andrew Tridgellwaf: remove the restriction that private libraries...
2010-12-09 Andrew Tridgellwaf: fixed path to abi_directory
2010-12-09 Andrew Tridgellwaf: add a dependency between the library and its vscript
2010-12-09 Andrew Tridgellwaf: don't use symbol versioning on our modules
2010-12-09 Andrew Tridgellwaf: use vscripts for our private libraries too
2010-12-09 Andrew Tridgellwaf-abi: auto-generate per-symbol versions from ABI...
2010-12-08 Stefan Metzmacherbuildtools: private_libraries should not have a version...
2010-12-08 Stefan Metzmacherbuildtools: make sure we have no '+' in the version...
2010-12-08 Andrew Tridgellwaf: make all generators depend on their rules
2010-12-08 Andrew Tridgellwaf: use -Wl,--version-script if available
2010-12-08 Andrew Tridgells4-waf: get the version number right on private libraries
2010-12-07 Matthieu Patoubuild: fix hpux build pb
2010-11-21 Andrew Tridgellwaf: fixed the build with a space in the source directory
2010-11-05 Jelmer Vernooijwaf: Put private libraries in a separate directory...
2010-11-03 Andrew Tridgellwaf: split pkgconfig logic into a separate module
2010-11-01 Andrew Tridgellwaf: removed the module aliases code
2010-11-01 Andrew Tridgellwaf: added module_init_name parameter to SAMBA_MODULE()
2010-10-30 Matthieu Patoubuild: strip -single_module when doing bundle on mac...
2010-10-30 Andrew Tridgellwaf: get rid of target aliases in wafsamba
2010-10-30 Andrew Tridgellwaf: build all libraries after all object files
2010-10-30 Andrew Tridgellwaf: cope with rules with no inputs
2010-10-27 Stefan Metzmacherwafsamba: support 'soname' attribute on SAMBA_LIBRARY()
2010-10-26 Jelmer Vernooijwafsamba: Fix soname for standalone private libraries.
2010-10-26 Jelmer Vernooijwaf: Stop automaticaly changing dashes to underscores...
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-26 Jelmer Vernooijwaf: build private libraries with so names.
2010-10-23 Jelmer Vernooijwaf: Rename some BUNDLED_ functios to PRIVATE_.
2010-10-21 Andrew Tridgellwaf-python: make the pyext flag add the pyembed feature...
2010-10-21 Andrew Tridgellwaf: fixed the handling of -Wl,-no-undefined
2010-10-21 Andrew Tridgellwaf: added pyext option to SAMBA_LIBRARY()
2010-10-21 Andrew Tridgellwaf: replace the is_bundled option with private_library
2010-10-21 Andrew Tridgellwaf: re-work the module alias code
2010-10-21 Andrew Tridgellwaf: allows libraries to be marked as private_library...
2010-10-19 Andrew Tridgellwaf: put -Wl,-no-undefined only in the linker flags...
2010-10-19 Andrew Tridgellwaf: automap shared library names from .so to the right...
2010-10-14 Andrew Tridgells4-waf: automatically remove stale C and header files
2010-10-10 Jelmer Vernooijwafsamba: Fix handling of pyembed/pyext.
2010-10-10 Jelmer Vernooijwafsamba: Support setting pyembed on libraries.
2010-10-10 Jelmer Vernooijwafsamba: Fix init function when building modules as...
2010-10-10 Jelmer Vernooijwafsamba: Clarify needs_python argument name, use pyemb...
2010-10-06 Andrew Tridgellwaf: fixed some python3.x portability issues
2010-10-06 Andrew Tridgellwaf: update to waf version 1.5.19
2010-10-03 Jelmer Vernooijwafsamba: Some reformatting.
2010-10-03 Jelmer Vernooijwafsamba: Move heimdal library code to heimdal_build.
2010-10-03 Jelmer Vernooijheimdal: convert some subsystems to libraries, consiste...
2010-09-08 Jelmer Vernooijwafsamba: Eliminate sys.path updating if installing...
2010-09-05 Jelmer Vernooijwafsamba: Create bin/defaukt/modules if it does not...
2010-09-04 Jelmer Vernooijwaf: Support aliases in SAMBA_MODULE.
2010-09-04 Jelmer Vernooijwaf: Make shared modules available in the build dir.
2010-08-22 Andrew Tridgells4-waf: re-use SAMBA_LIBRARY() in building shared modules
2010-06-29 Andrew Tridgellbuild: allow always=True/False on SAMBA_GENERATOR()
2010-06-24 Andrew Tridgellbuild: check if the manpages stylesheet is available...
2010-06-19 Jelmer Vernooijwafsamba: Use octal modes directly rather than constants.
2010-06-18 Jelmer Vernooijwafsamba: Use BUILTIN_LIBRARY() rather than relying...
2010-06-15 Jelmer Vernooijs4-waf: Fix build of libldb_ildap against system ldb.
2010-06-15 Jelmer Vernooijwafsamba: Fix include path inheritance from module...
2010-06-15 Jelmer Vernooijldb: Fix included ldb build.
next