summaryrefslogtreecommitdiff
path: root/source4/build/pidl/validator.pm
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu...Stefan Metzmacher1-0/+5
2007-10-10r6101: only allow properties we know about, that helps to catch typos!Stefan Metzmacher1-1/+98
2007-10-10r6097: allow compression only on subcontextsStefan Metzmacher1-2/+6
2007-10-10r5797: - add idl property [subcontext_size()]Stefan Metzmacher1-0/+4
2007-10-10r5764: add support for embedded ref pointersStefan Metzmacher1-4/+0
2007-10-10r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij1-1/+24
2007-10-10r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij1-0/+9
2007-10-10r5660: Reduce number of generated "{}"'sJelmer Vernooij1-3/+0
2007-10-10r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij1-4/+0
2007-10-10r5426: Warn about embedded ref pointers.Jelmer Vernooij1-1/+9
2007-10-10r5362: Add pointer_default() support to pidl. pointer_default()Jelmer Vernooij1-0/+6
2007-10-10r5361: Rename some functions, add tests to validator.Jelmer Vernooij1-0/+11
2007-10-10r5338: More efforts to handle types similarly.Jelmer Vernooij1-1/+1
2007-10-10r5320: Treat structs and unions somewhat more similarly:Jelmer Vernooij1-1/+13
2007-10-10r2735: More DCOM updates:Jelmer Vernooij1-4/+10
2007-10-10r2704: Complain about 'object interfaces' that don't have version 0.0 (the st...Jelmer Vernooij1-0/+6
2003-12-19added code to the IDL validator to check for common errors withAndrew Tridgell1-1/+40
2003-12-15make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell1-2/+0
2003-11-22added the beginnings of an IDL validator, to give clearer errors whenAndrew Tridgell1-0/+101