summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Samba4/Header.pm
AgeCommit message (Collapse)AuthorFilesLines
2011-03-10pidl: add support for 'pipe' at the NDR layerStefan Metzmacher1-0/+26
metze
2010-09-27pidl: added ifdef guards around ndr headersAndrew Tridgell1-1/+16
this prevents us parsing the leading headers needlessly
2009-09-17Ensure we enclose the enum values in brackets to make the cast work.Jeremy Allison1-0/+2
Jeremy.
2009-09-17Fix the problem with pidl generating invalid C for enums. AccordingJeremy Allison1-1/+9
to the C standard an enum is guarenteed to be an (int), which means for 4 byte ints specifying a type of 0x80000000 is an invalid value. The Solaris compiler complains about this. Fix by adding an (int) cast in front of the value generation. Jeremy.
2009-02-25Include header with NTSTATUS, as some IDL files use it.Jelmer Vernooij1-0/+3
2009-01-02pidl: add dummy element for empty unionsStefan Metzmacher1-0/+6
This hopefully fixes the build on Solaris and IRIX. metze
2008-12-16Don't write out forward declarations for enums, as some compilers don'tJelmer Vernooij1-0/+2
seem to like it.
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-0/+475