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