summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_pidl.py
Commit message (Expand)AuthorAgeFilesLines
* pidl:NDR/ServerCompat: Compat server PIDL parserSamuel Cabrero2020-03-201-0/+1
* lib/fuzzing: Split up automatically build fuzzers into TYPE_{IN,OUT,STRUCT}Andrew Bartlett2019-12-111-1/+13
* lib/fuzzing: Link only the required NDR_ subsystems into ndr_fuzz_X binariesAndrew Bartlett2019-12-101-1/+1
* lib/fuzzing: add fuzz_ndr_XDouglas Bagnall2019-12-101-2/+10
* pidl: optionally annotate output for debug purposesDouglas Bagnall2019-12-041-1/+5
* wafsamba: fix pidl dependencies to rebuild on pidl changesStefan Metzmacher2018-12-131-2/+2
* wafsamba: simplify SAMBA_PIDL_TABLES() ruleStefan Metzmacher2018-11-201-1/+2
* wafsamba: remove unused Build.BuildContext.pre_build overloadStefan Metzmacher2018-11-201-1/+1
* wafsamba: remove hardcoded '..' and '/default/' from SAMBA_PIDL()Stefan Metzmacher2018-11-201-3/+7
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-3/+3
* build:wafsamba: Build on waf 1.9Thomas Nagy2018-09-051-5/+6
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-5/+4
* build:wafsamba: Use the Waf 1.8 API get_tgen_by_name instead of name_to_objThomas Nagy2015-09-021-1/+1
* Transition to waf 1.8: replaced on_results by update_outputsThomas Nagy2015-03-161-2/+2
* 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