Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-26 | pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')' | Stefan Metzmacher | 1 | -1/+1 | |
foo / 5 * sizeof(bar)' isn't the same as '(foo / 2) * sizeof(bar)'. metze | |||||
2009-11-09 | pidl: Fix selftest after s3 code changed | Volker Lendecke | 1 | -59/+27 | |
2009-10-07 | pidl: update PIDL tests for uint1632 enums | Andrew Tridgell | 1 | -1/+1 | |
2009-10-02 | pidl: fixed unit tests for trailer alignment | Andrew Tridgell | 1 | -0/+2 | |
2009-10-02 | pid: update ndr testsuite for new union alignment | Andrew Tridgell | 1 | -1/+2 | |
2009-09-19 | pidl: update expected output for NDR64 changes | Andrew Tridgell | 1 | -1/+1 | |
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-09-13 | pidl: Remove unnecessary _GNU_SOURCE define. | Jelmer Vernooij | 1 | -1/+0 | |
2009-08-12 | pidl: fix parse_idl test after idl.yp changes | Stefan Metzmacher | 1 | -28/+103 | |
We now generate 'FILE' and 'LINE' elements for each layer. This change makes the expected PIDL trees human readable:-) metze | |||||
2009-08-12 | pidl: fix samba3-cli test after the async function were added | Stefan Metzmacher | 1 | -2/+212 | |
metze | |||||
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 | |||||
2009-07-03 | pidl: Don't run compile tests inside the tree, won't work yet. | Jelmer Vernooij | 1 | -4/+8 | |
2009-06-05 | pidl Fix samba4.pidl.typelist test after addition of 'double' | Andrew Bartlett | 1 | -0/+1 | |
2009-06-02 | Add support for double type in pidl. | Brad Hards | 2 | -2/+9 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-01-30 | pidl: fix samba3-cli test after change to cli->dispatch() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2008-12-23 | pidl: Fix typelist test after addition of type origin tracking. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-12 | Remove EJS backend for PIDL, as we don't have EJS anymore. | Jelmer Vernooij | 1 | -37/+0 | |
2008-10-10 | Fix executability of samba3-srv. | Jelmer Vernooij | 1 | -0/+0 | |
2008-09-17 | Move pidl to top-level directory. | Jelmer Vernooij | 27 | -0/+3441 | |