s4-waf: install dcerpc_atsvc.pc
[samba.git] / buildtools /
2010-04-06 Andrew Tridgellbuild: fixed destination name for pc_files
2010-04-06 Andrew Tridgellbuild: added support for pc_files= for pkgconfig files
2010-04-06 Andrew Tridgellbuild: a hack to get perl to put its generated blib...
2010-04-06 Andrew Tridgellbuild: only depend on the actual pidl source files...
2010-04-06 Andrew Tridgellbuild: support wildcard excludes in INSTALL_WILDCARD()
2010-04-06 Andrew Tridgellbuild: install build python modules correctly
2010-04-06 Andrew Tridgellbuild: support wildcard mappings for header_path
2010-04-06 Andrew Tridgells4-waf: started adding auto-install of include files
2010-04-06 Andrew Tridgellbuild: fixed EXPAND_VARIABLES() for env expansion
2010-04-06 Andrew Tridgellbuild: these chdir() calls break waf on HPUX. They...
2010-04-06 Andrew Tridgellbuild: added quote option to conf.DEFINE()
2010-04-06 Andrew Tridgells3-waf: fixed tests for charsets
2010-04-06 Andrew Tridgellbuild: fixed copy_script typo
2010-04-06 Andrew Tridgellbuild: improved exception handling for systems without...
2010-04-06 Andrew Tridgellbuild: much better rpath test function
2010-04-06 Andrew Tridgellbuild: a better way of calculating syslib dependencies
2010-04-06 Kai Blinbuild: Import conf decorator in samba_conftests.py
2010-04-06 Andrew Tridgellbuild: started a library of common config tests for...
2010-04-06 Andrew Tridgellbuild: support variable expansion in source= arguments...
2010-04-06 Andrew Tridgellbuild: solaris8 doesn't honor the -f flag to ln.
2010-04-06 Andrew Tridgellbuild: honor existing LD_LIBRARY_PATH settings when...
2010-04-06 Andrew Tridgellbuild: old versions of perl don't understand the -W...
2010-04-06 Andrew Tridgellbuild: we need to replace md5 in Task as well
2010-04-06 Andrew Tridgellbuild: need to set h_file on Utils
2010-04-06 Thomas Nagybuild: replace h_file when replacing md5
2010-04-06 Andrew Tridgellbuild: attempt to fix md5 problem on solaris8
2010-04-06 Andrew Tridgellbuild: a few more build rules that should have on_resul...
2010-04-06 Andrew Tridgellbuild: fixed case of system library deps
2010-04-06 Stefan Metzmacherbuild: make use on_results=True for some build rules
2010-04-06 Andrew Tridgellbuild: cope with systems that don't have md5 in python
2010-04-06 Andrew Tridgellbuild: need to mark disabled libraries as DISABLED
2010-04-06 Andrew Tridgellbuild: fixed the cflags for pkg_config libs
2010-04-06 Andrew Tridgellbuild: split out the base waf rules into buildtools...
2010-04-06 Andrew Tridgellbuild: use gzip for waf packing, to try to make it...
2010-04-06 Andrew Tridgellbuild: use shell=True for SAMBA_GENERATOR
2010-04-06 Andrew Tridgellbuild: added msg argument to CHECK_TYPE()
2010-04-06 Andrew Tridgellbuild: add cflags from pkg_config results to header...
2010-04-06 Andrew Tridgellbuild: test all the developer cflags before adding...
2010-04-06 Andrew Tridgellbuild: finer grained rpath checking for binary/install
2010-04-06 Andrew Tridgellbuild: configure fixes for opensolaris
2010-04-06 Andrew Tridgellbuild: fixed headers for C prototype check
2010-04-06 Andrew Tridgellbuild: rewrote the autoconf-like macros to be more...
2010-04-06 Andrew Tridgellbuild: fixed prototype test
2010-04-06 Andrew Tridgellbuild: added CHECK_C_PROTOTYPE() configure function
2010-04-06 Andrew Tridgellbuild: python 2.4 doesn't support multiple union argume...
2010-04-06 Andrew Tridgellbuild: expand indirect syslibs after loop unrolling
2010-04-06 Andrew Tridgellbuild: fixed handling of full dependencies for --disabl...
2010-04-06 Andrew Tridgellbuild: don't use double binaries/libs if not needed
2010-04-06 Andrew Tridgellbuild: mark wafsamba as unbuffered, so stdout and stder...
2010-04-06 Andrew Tridgellbuild: more complete implementation of waf configure -C
2010-04-06 Andrew Tridgellbuild: fixed build of heimdal/lib/roken/err.h
2010-04-06 Andrew Tridgellbuild: enable real cacheing with waf configure -C
2010-04-06 Andrew Tridgellbuild: added --disable-shared option
2010-04-06 Andrew Tridgellbuild: optimise and re-enable check_duplicate_sources
2010-04-06 Andrew Tridgellbuild: fixed issue with CC="ccache cc" on solaris
2010-04-06 Andrew Tridgellbuild: support systems without rpath
2010-04-06 Andrew Tridgellbuild: cope with subsystems with no enabled modules
2010-04-06 Andrew Tridgellbuild: fixed ifaddrs.h for heimdal (from template)
2010-04-06 Andrew Tridgellbuild: if a library is found, but not the fn, still...
2010-04-06 Andrew Tridgellbuild: don't use gcc warnings during configure
2010-04-06 Andrew Tridgellbuild: fixed check for pthread_create()
2010-04-06 Andrew Tridgellbuild: more careful library list handling
2010-04-06 Andrew Tridgellbuild: CONFIG_SET() takes conf argument
2010-04-06 Andrew Tridgellbuild: cope with double check for functions
2010-04-06 Andrew Tridgellbuild: lib needs to take a list when more than 1
2010-04-06 Andrew Tridgellbuild: ensure all libs in CHECK_FUNCS_IN() get a target...
2010-04-06 Andrew Tridgellbuild: cope with multiple libs in CHECK_FUNCS_IN()
2010-04-06 Andrew Tridgellbuild: cope with multiple checks for the same function...
2010-04-06 Kai Blinbuild: rename s4 compare_config_h.sh helper and add...
2010-04-06 Andrew Tridgellbuild: gccdeps fixes from ita
2010-04-06 Andrew Tridgellbuild: tool to find missing install components
2010-04-06 Andrew Tridgellbuild: fixed includes paths for CHECK_CODE()
2010-04-06 Andrew Tridgellbuild: use SUBST_VARS_RECURSIVE() for install_path
2010-04-06 Andrew Tridgellbuild: added SUBST_VARS_RECURSIVE()
2010-04-06 Andrew Tridgellbuild: updated waf-svn (lower preproc recursion limit)
2010-04-06 Andrew Tridgellbuild: rename samba_includes.py to samba_optimisation.py
2010-04-06 Andrew Tridgellbuild: more optimisations from Thomas
2010-04-06 Andrew Tridgellbuild: fixed git version in samba -V
2010-04-06 Andrew Tridgellbuild: use RUN_COMMAND() to wrap os.system()
2010-04-06 Andrew Tridgellbuild: make bin/sambadeps depend on samba_deps.py modtime
2010-04-06 Andrew Tridgellbuild: python modules need the libs from broken lib...
2010-04-06 Andrew Tridgellbuild: fixed config.h generation when we have source...
2010-04-06 Andrew Tridgellbuild: fixed the install name for python modules
2010-04-06 Andrew Tridgellbuild: split build and install libraries/binaries
2010-04-06 Andrew Tridgellbuild: cleanup the ASN1 rules a bit
2010-04-06 Andrew Tridgellbuild: new waf version (fixed python install bug)
2010-04-06 Andrew Tridgellbuild: don't need the S4 in the PIDL prefix
2010-04-06 Andrew Tridgellbuild: teach samba_pild.py about the --com-header and...
2010-04-06 Andrew Tridgellbuild: added a cflags_end SAMBA_SUBSYSTEM() option
2010-04-06 Andrew Tridgellbuild: removed unused file
2010-04-06 Andrew Tridgellbuild: fixed init function sentinal for python modules
2010-04-06 Andrew Tridgellbuild: we don't need varients in samba, so we can optim...
2010-04-06 Andrew Tridgellbuild: an optimisation for includes file handling
2010-04-06 Andrew Tridgellbuild: allow waf to cache include lists more efficiently
2010-04-06 Andrew Tridgellbuild: try faster includes processing
2010-04-06 Andrew Tridgellbuild: more efficient pidl rules from ita
2010-04-06 Andrew Tridgellbuild: updated waf version
2010-04-06 Andrew Tridgellbuild: check that the symlink doesn't exist before...
2010-04-06 Andrew Tridgellbuild: allow shared and python staging areas to be...
2010-04-06 Andrew Tridgellbuild: cope with the common gen_ndr files being in...
next