Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-07 | pidl: parse idl 'pipe' typedefs, but print out a not supported message for now | Stefan Metzmacher | 1 | -3/+17 | |
metze | |||||
2009-07-27 | pidl: add support for [string] on fixed size arrays. | Stefan Metzmacher | 1 | -0/+7 | |
midl also supports this: struct { long l1; [string] wchar_t str[16]; long l2; }; Where the wire size of str is encoded like a length_is() header: 4-byte offset == 0; 4-byte array length; The strings are zero terminated. metze | |||||
2009-06-02 | Add support for double type in pidl. | Brad Hards | 1 | -0/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-01-17 | pidl: Remove "max" and make "range" smarter about unsigned types | Tim Prouty | 1 | -1/+0 | |
This eliminates a warning in pidl generated code, while preserving cross-platform idl compatibility. | |||||
2009-01-15 | pidl: Add max property to be used instead of range for unsigned types. | Tim Prouty | 1 | -0/+1 | |
Compilers complain about ranges starting at 0 for unsigned types, since an unsigned type is never less than 0. The max property implicitly makes 0 the lower bound when used with unsigned types. | |||||
2008-12-12 | Support pyhelper property to allow additional methods to be tucked onto a | Jelmer Vernooij | 1 | -0/+1 | |
pidl-generated type. | |||||
2008-12-12 | Remove noejs property, which is no longer used. | Jelmer Vernooij | 1 | -1/+0 | |
2008-09-17 | Move pidl to top-level directory. | Jelmer Vernooij | 1 | -0/+1235 | |