summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Collapse)AuthorAgeFilesLines
...
* build: CONFIG_SET() takes conf argumentAndrew Tridgell2010-04-061-1/+1
|
* build: cope with double check for functionsAndrew Tridgell2010-04-061-1/+4
|
* build: lib needs to take a list when more than 1Andrew Tridgell2010-04-061-1/+1
|
* build: ensure all libs in CHECK_FUNCS_IN() get a target typeAndrew Tridgell2010-04-061-6/+12
|
* build: cope with multiple libs in CHECK_FUNCS_IN()Andrew Tridgell2010-04-061-10/+10
|
* build: cope with multiple checks for the same function/libraryAndrew Tridgell2010-04-062-1/+11
|
* build: rename s4 compare_config_h.sh helper and add a s3 version of itKai Blin2010-04-062-0/+12
|
* build: gccdeps fixes from itaAndrew Tridgell2010-04-061-3/+23
|
* build: tool to find missing install componentsAndrew Tridgell2010-04-061-0/+8
|
* build: fixed includes paths for CHECK_CODE()Andrew Tridgell2010-04-061-2/+5
|
* build: use SUBST_VARS_RECURSIVE() for install_pathAndrew Tridgell2010-04-061-2/+5
|
* build: added SUBST_VARS_RECURSIVE()Andrew Tridgell2010-04-061-3/+12
|
* build: updated waf-svn (lower preproc recursion limit)Andrew Tridgell2010-04-061-0/+0
|
* build: rename samba_includes.py to samba_optimisation.pyAndrew Tridgell2010-04-062-2/+8
|
* build: more optimisations from ThomasAndrew Tridgell2010-04-061-4/+54
|
* build: fixed git version in samba -VAndrew Tridgell2010-04-061-1/+2
|
* build: use RUN_COMMAND() to wrap os.system()Andrew Tridgell2010-04-061-0/+18
|
* build: make bin/sambadeps depend on samba_deps.py modtimeAndrew Tridgell2010-04-061-1/+13
|
* build: python modules need the libs from broken lib loops tooAndrew Tridgell2010-04-061-1/+1
|
* build: fixed config.h generation when we have source -> source4 symlinkAndrew Tridgell2010-04-061-2/+4
|
* build: fixed the install name for python modulesAndrew Tridgell2010-04-061-4/+4
|
* build: split build and install libraries/binariesAndrew Tridgell2010-04-063-40/+162
| | | | | we need to split these to avoid re-compilation on install as install has different rpath settings
* build: cleanup the ASN1 rules a bitAndrew Tridgell2010-04-061-18/+2
|
* build: new waf version (fixed python install bug)Andrew Tridgell2010-04-061-0/+0
|
* build: don't need the S4 in the PIDL prefixAndrew Tridgell2010-04-061-1/+0
|
* build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell2010-04-061-6/+9
|
* build: added a cflags_end SAMBA_SUBSYSTEM() optionAndrew Tridgell2010-04-061-0/+4
|
* build: removed unused fileAndrew Tridgell2010-04-061-0/+0
|
* build: fixed init function sentinal for python modulesAndrew Tridgell2010-04-061-1/+1
|
* build: we don't need varients in samba, so we can optimise a bit moreAndrew Tridgell2010-04-061-0/+12
| | | | Thanks to ita for suggesting this
* build: an optimisation for includes file handlingAndrew Tridgell2010-04-062-1/+78
| | | | This optimisation makes waf include file handling more efficient
* build: allow waf to cache include lists more efficientlyAndrew Tridgell2010-04-061-3/+17
| | | | Using include paths all based on the topdir is more efficient
* build: try faster includes processingAndrew Tridgell2010-04-063-5/+21
|
* build: more efficient pidl rules from itaAndrew Tridgell2010-04-061-3/+7
| | | | Don't re-scan the pidl source tree each time
* build: updated waf versionAndrew Tridgell2010-04-061-0/+0
|
* build: check that the symlink doesn't exist before creatingAndrew Tridgell2010-04-061-2/+5
|
* build: allow shared and python staging areas to be referenced in build treeAndrew Tridgell2010-04-061-0/+4
|
* build: cope with the common gen_ndr files being in the git treeAndrew Tridgell2010-04-061-4/+24
|
* build: fixed samba_deps.py for python 2.4Andrew Tridgell2010-04-061-0/+11
|
* build: fixed cflags in CHECK_CODEAndrew Tridgell2010-04-061-1/+1
|
* build: fixed group for heimdal autoprotoAndrew Tridgell2010-04-061-1/+1
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-0614-365/+973
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: separate out dependencies and python rulesAndrew Tridgell2010-04-062-0/+434
|
* build: nearly there on samba4 buildAndrew Tridgell2010-04-069-331/+239
|
* build: better target name for lib linkAndrew Tridgell2010-04-061-1/+7
|
* build: assert on missing dependencyAndrew Tridgell2010-04-061-1/+13
|
* build: much nicer pidl rulesAndrew Tridgell2010-04-061-77/+57
|
* build: use export_incdirsAndrew Tridgell2010-04-061-0/+1
|
* build: fixed heimdal include listsAndrew Tridgell2010-04-061-3/+3
|
* build: saner CFLAGS handling for definesAndrew Tridgell2010-04-061-2/+3
|