Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-13 | Fix string-wchar-fixed-array-03 test (when libndr is available). | Jelmer Vernooij | 1 | -2/+2 | |
2009-09-13 | Fix string-wchar-fixed-array-02 test (when libndr is available). | Jelmer Vernooij | 1 | -2/+2 | |
2009-09-13 | Fix string-wchar-fixed-array-01 test (when libndr is available). | Jelmer Vernooij | 1 | -4/+4 | |
2009-07-27 | pidl: add support for [string] on fixed size arrays. | Stefan Metzmacher | 1 | -1/+109 | |
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 | |||||
2008-09-17 | Move pidl to top-level directory. | Jelmer Vernooij | 1 | -0/+90 | |