summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_pidl.py
Commit message (Expand)AuthorAgeFilesLines
* build: Do not pass CPP="" to pidl, skip the env variable entirelyAndrew Bartlett2013-03-251-1/+1
* build: Remove the forced use of only the first part of the compiler stringAndrew Bartlett2013-03-251-2/+2
* build: Remove support for IDL-generated files in git treeAndrew Bartlett2012-10-281-24/+2
* wafsamba: Expand tabs.Jelmer Vernooij2012-02-101-2/+2
* wafsamba: quote CPP and CC values when calling pidlStefan Metzmacher2011-01-191-4/+4
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-051-1/+1
* build: cpp is prefixed by CPP=Matthieu Patou2010-12-101-1/+1
* build: compiler on aix is xlc_r not xlr_cMatthieu Patou2010-12-101-1/+1
* build: reset cpp on host with xlr_c and let pidl use $CC -EMatthieu Patou2010-12-101-0/+4
* build: detect if conf.env['CPP'] is an array or notMatthieu Patou2010-12-101-1/+6
* build: use CPP and CC values when calling pidlMatthieu Patou2010-12-101-1/+10
* waf: fixed the build with a space in the source directoryAndrew Tridgell2010-11-211-1/+1
* waf: make the error msg when gen_ndr directory is missing clearerAndrew Tridgell2010-07-191-0/+7
* waf: Make waf handle IDL files from Samba3Andrew Bartlett2010-05-141-4/+8
* build: more dependencies on /usr/bin/perl -> ${PERL}Andrew Tridgell2010-04-181-1/+1
* build: cope with perl not being in /usr/bin/perlAndrew Tridgell2010-04-181-1/+1
* build: make the handling of relative paths a bit sanerAndrew Tridgell2010-04-081-5/+5
* build: don't depend on the blib/ files in SAMBA_PIDL()Andrew Tridgell2010-04-061-1/+1
* build: nicer progress display for a standard buildAndrew Tridgell2010-04-061-1/+1
* build: tidy up the wafsamba rules a bitAndrew Tridgell2010-04-061-0/+1
* build: fixed build group for the PIDL tables generationAndrew Tridgell2010-04-061-0/+1
* build: only depend on the actual pidl source files in the pidl ruleAndrew Tridgell2010-04-061-1/+3
* build: make use on_results=True for some build rulesStefan Metzmacher2010-04-061-0/+2
* build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell2010-04-061-6/+9
* build: more efficient pidl rules from itaAndrew Tridgell2010-04-061-3/+7
* build: cope with the common gen_ndr files being in the git treeAndrew Tridgell2010-04-061-4/+24
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-5/+8
* build: nearly there on samba4 buildAndrew Tridgell2010-04-061-6/+5
* build: much nicer pidl rulesAndrew Tridgell2010-04-061-77/+57
* build: smarter list splittingAndrew Tridgell2010-04-061-1/+1
* build: use shell for TDR rule, as -- confuses the build ruleAndrew Tridgell2010-04-061-1/+1
* build: result of hack session with itaAndrew Tridgell2010-04-061-13/+31
* build: fixes from itaAndrew Tridgell2010-04-061-33/+85
* build: rewrote PIDL rules, breaking them into a separate waf toolAndrew Tridgell2010-04-061-0/+53