build: CONFIG_SET() takes conf argument
[samba.git] / buildtools / wafsamba /
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 Andrew Tridgellbuild: gccdeps fixes from ita
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: 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: 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: 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: 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...
2010-04-06 Andrew Tridgellbuild: fixed samba_deps.py for python 2.4
2010-04-06 Andrew Tridgellbuild: fixed cflags in CHECK_CODE
2010-04-06 Andrew Tridgellbuild: fixed group for heimdal autoproto
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: separate out dependencies and python rules
2010-04-06 Andrew Tridgellbuild: nearly there on samba4 build
2010-04-06 Andrew Tridgellbuild: better target name for lib link
2010-04-06 Andrew Tridgellbuild: assert on missing dependency
2010-04-06 Andrew Tridgellbuild: much nicer pidl rules
2010-04-06 Andrew Tridgellbuild: use export_incdirs
2010-04-06 Andrew Tridgellbuild: fixed heimdal include lists
2010-04-06 Andrew Tridgellbuild: saner CFLAGS handling for defines
2010-04-06 Andrew Tridgellbuild: enable ENFORCE_GROUP_ORDERING()
2010-04-06 Andrew Tridgellbuild: back to stricter deps
2010-04-06 Andrew Tridgellbuild: added ENFORCE_GROUP_ORDERING()
2010-04-06 Andrew Tridgellbuild: make CONFIG_PATH() understand absolute paths
2010-04-06 Andrew Tridgellbuild: added SUBST_ENV_VAR()
2010-04-06 Andrew Tridgellbuild: added local_include option to CHECK_CODE()
2010-04-06 Andrew Tridgellbuild: fixed cflags in CHECK_CODE()
2010-04-06 Andrew Tridgellbuild: added CHECK_CFLAGS()
2010-04-06 Andrew Tridgellbuild: fix name of libs with - in them
2010-04-06 Andrew Tridgellbuild: define HAVE_LIBxxx when we find a library
2010-04-06 Andrew Tridgellbuild: move gettimeofday check to libreplace
2010-04-06 Andrew Tridgellbuild: expand CHECK_CODE() function
2010-04-06 Andrew Tridgellbuild: added CHECK_CODE_COMPILES()
2010-04-06 Andrew Tridgellbuild: added help on fns
2010-04-06 Andrew Tridgellbuild: check for volatile
2010-04-06 Andrew Tridgellbuild: check size of types
2010-04-06 Andrew Tridgellbuild: added CHECK_SIZEOF()
2010-04-06 Andrew Tridgellbuild: smarter list splitting
2010-04-06 Andrew Tridgellbuild: improve autoconf macros
2010-04-06 Andrew Tridgellbuild: added CHECK_DECLS()
2010-04-06 Andrew Tridgellbuild: return values for autoconf-like tests
2010-04-06 Andrew Tridgellbuild: another typo
2010-04-06 Andrew Tridgellbuild: add_headers flag to CHECK_HEADER()
2010-04-06 Andrew Tridgellbuild: added define and always options to CHECK_VARIABLE()
2010-04-06 Andrew Tridgellbuild: added generation of version.h
2010-04-06 Andrew Tridgellbuild: a useful example of a debug technique in waf
2010-04-06 Andrew Tridgellbuild: moved main autoproto rule into samba_autoproto.py
2010-04-06 Andrew Tridgellbuild: allow selection of build group in HEIMDAL_AUTOPR...
2010-04-06 Andrew Tridgellbuild: use shell for TDR rule, as -- confuses the build...
2010-04-06 Andrew Tridgellbuild: result of hack session with ita
2010-04-06 Andrew Tridgellbuild: add README to explain gen_ndr, and ensure direct...
2010-04-06 Andrew Tridgellbuild: fixes from ita
2010-04-06 Andrew Tridgellbuild: fixed formatting
2010-04-06 Andrew Tridgellbuild: source= is clearer for source lists
2010-04-06 Andrew Tridgellbuild: rewrote PIDL rules, breaking them into a separat...
2010-04-06 Andrew Tridgellbuild: fixed location of gen_ndr files
2010-04-06 Andrew Tridgellbuild: fixed --includedir options for PIDL
2010-04-06 Andrew Tridgellbuild: split out the extension based build patterns
2010-04-06 Andrew Tridgellbuild: add output_type and realname for mit_samba library
2010-04-06 Andrew Tridgellbuild: started to split up wafsamba.py into separate...
2010-04-06 Andrew Tridgellbuild: aded wafsamba README
2010-04-06 Andrew Tridgellbuild: cope with empty source lists for libs