summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2010-04-06build: fixed git version in samba -VAndrew Tridgell1-1/+2
2010-04-06build: use RUN_COMMAND() to wrap os.system()Andrew Tridgell1-0/+18
2010-04-06build: make bin/sambadeps depend on samba_deps.py modtimeAndrew Tridgell1-1/+13
2010-04-06build: python modules need the libs from broken lib loops tooAndrew Tridgell1-1/+1
2010-04-06build: fixed config.h generation when we have source -> source4 symlinkAndrew Tridgell1-2/+4
2010-04-06build: fixed the install name for python modulesAndrew Tridgell1-4/+4
2010-04-06build: split build and install libraries/binariesAndrew Tridgell3-40/+162
2010-04-06build: cleanup the ASN1 rules a bitAndrew Tridgell1-18/+2
2010-04-06build: new waf version (fixed python install bug)Andrew Tridgell1-0/+0
2010-04-06build: don't need the S4 in the PIDL prefixAndrew Tridgell1-1/+0
2010-04-06build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell1-6/+9
2010-04-06build: added a cflags_end SAMBA_SUBSYSTEM() optionAndrew Tridgell1-0/+4
2010-04-06build: removed unused fileAndrew Tridgell1-0/+0
2010-04-06build: fixed init function sentinal for python modulesAndrew Tridgell1-1/+1
2010-04-06build: we don't need varients in samba, so we can optimise a bit moreAndrew Tridgell1-0/+12
2010-04-06build: an optimisation for includes file handlingAndrew Tridgell2-1/+78
2010-04-06build: allow waf to cache include lists more efficientlyAndrew Tridgell1-3/+17
2010-04-06build: try faster includes processingAndrew Tridgell3-5/+21
2010-04-06build: more efficient pidl rules from itaAndrew Tridgell1-3/+7
2010-04-06build: updated waf versionAndrew Tridgell1-0/+0
2010-04-06build: check that the symlink doesn't exist before creatingAndrew Tridgell1-2/+5
2010-04-06build: allow shared and python staging areas to be referenced in build treeAndrew Tridgell1-0/+4
2010-04-06build: cope with the common gen_ndr files being in the git treeAndrew Tridgell1-4/+24
2010-04-06build: fixed samba_deps.py for python 2.4Andrew Tridgell1-0/+11
2010-04-06build: fixed cflags in CHECK_CODEAndrew Tridgell1-1/+1
2010-04-06build: fixed group for heimdal autoprotoAndrew Tridgell1-1/+1
2010-04-06build: waf quicktest nearly worksAndrew Tridgell14-365/+973
2010-04-06build: separate out dependencies and python rulesAndrew Tridgell2-0/+434
2010-04-06build: nearly there on samba4 buildAndrew Tridgell9-331/+239
2010-04-06build: better target name for lib linkAndrew Tridgell1-1/+7
2010-04-06build: assert on missing dependencyAndrew Tridgell1-1/+13
2010-04-06build: much nicer pidl rulesAndrew Tridgell1-77/+57
2010-04-06build: use export_incdirsAndrew Tridgell1-0/+1
2010-04-06build: fixed heimdal include listsAndrew Tridgell1-3/+3
2010-04-06build: saner CFLAGS handling for definesAndrew Tridgell1-2/+3
2010-04-06build: enable ENFORCE_GROUP_ORDERING()Andrew Tridgell2-1/+90
2010-04-06build: back to stricter depsAndrew Tridgell1-5/+4
2010-04-06build: added ENFORCE_GROUP_ORDERING()Andrew Tridgell1-0/+28
2010-04-06build: make CONFIG_PATH() understand absolute pathsAndrew Tridgell1-1/+4
2010-04-06build: added SUBST_ENV_VAR()Andrew Tridgell1-0/+5
2010-04-06build: added local_include option to CHECK_CODE()Andrew Tridgell1-3/+5
2010-04-06build: new waf version - fixes mkstemp problemAndrew Tridgell1-0/+0
2010-04-06build: fixed cflags in CHECK_CODE()Andrew Tridgell1-1/+3
2010-04-06build: added CHECK_CFLAGS()Andrew Tridgell1-8/+26
2010-04-06build: new waf versionAndrew Tridgell1-0/+0
2010-04-06build: fix name of libs with - in themAndrew Tridgell1-1/+1
2010-04-06build: define HAVE_LIBxxx when we find a libraryAndrew Tridgell1-0/+2
2010-04-06build: move gettimeofday check to libreplaceAndrew Tridgell1-6/+8
2010-04-06build: expand CHECK_CODE() functionAndrew Tridgell1-12/+25
2010-04-06build: added CHECK_CODE_COMPILES()Andrew Tridgell1-0/+27