Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-10 | pidl: add support for 'pipe' at the NDR layer | Stefan Metzmacher | 1 | -0/+26 | |
metze | |||||
2010-09-27 | pidl: added ifdef guards around ndr headers | Andrew Tridgell | 1 | -1/+16 | |
this prevents us parsing the leading headers needlessly | |||||
2009-09-17 | Ensure we enclose the enum values in brackets to make the cast work. | Jeremy Allison | 1 | -0/+2 | |
Jeremy. | |||||
2009-09-17 | Fix the problem with pidl generating invalid C for enums. According | Jeremy Allison | 1 | -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-25 | Include header with NTSTATUS, as some IDL files use it. | Jelmer Vernooij | 1 | -0/+3 | |
2009-01-02 | pidl: add dummy element for empty unions | Stefan Metzmacher | 1 | -0/+6 | |
This hopefully fixes the build on Solaris and IRIX. metze | |||||
2008-12-16 | Don't write out forward declarations for enums, as some compilers don't | Jelmer Vernooij | 1 | -0/+2 | |
seem to like it. | |||||
2008-09-17 | Move pidl to top-level directory. | Jelmer Vernooij | 1 | -0/+475 | |