summaryrefslogtreecommitdiffstats
path: root/pidl/tests
Commit message (Collapse)AuthorAgeFilesLines
* pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher2009-11-261-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 Allison2009-11-121-27/+59
| | | | | | This reverts commit 439050fb40e5ce9c476924b01f2254b9aab35a3e. Not needed in this branch (yet).
* pidl: Fix selftest after s3 code changedVolker Lendecke2009-11-121-59/+27
| | | | (cherry picked from commit e6df4c2bc28b9204cf0637575b0289657e604830)
* pidl: update PIDL tests for uint1632 enumsAndrew Tridgell2009-11-031-1/+1
| | | | (cherry picked from commit 7816f9d7abf5203537c3bb7afb9511b00d2d974f)
* pidl: update expected output for NDR64 changesAndrew Tridgell2009-09-191-1/+1
|
* Fix string-wchar-fixed-array-03 test (when libndr is available).Jelmer Vernooij2009-09-131-2/+2
|
* Fix string-wchar-fixed-array-02 test (when libndr is available).Jelmer Vernooij2009-09-131-2/+2
|
* Fix string-wchar-fixed-array-01 test (when libndr is available).Jelmer Vernooij2009-09-131-4/+4
|
* pidl: Remove unnecessary _GNU_SOURCE define.Jelmer Vernooij2009-09-131-1/+0
|
* pidl: fix parse_idl test after idl.yp changesStefan Metzmacher2009-08-121-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 addedStefan Metzmacher2009-08-121-2/+212
| | | | metze
* pidl: add support for [string] on fixed size arrays.Stefan Metzmacher2009-07-271-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 Vernooij2009-07-031-4/+8
|
* pidl Fix samba4.pidl.typelist test after addition of 'double'Andrew Bartlett2009-06-051-0/+1
|
* Add support for double type in pidl.Brad Hards2009-06-022-2/+9
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* pidl: fix samba3-cli test after change to cli->dispatch()Stefan Metzmacher2009-01-301-2/+2
| | | | metze
* pidl: Fix typelist test after addition of type origin tracking.Jelmer Vernooij2008-12-231-0/+1
|
* Remove EJS backend for PIDL, as we don't have EJS anymore.Jelmer Vernooij2008-12-121-37/+0
|
* Fix executability of samba3-srv.Jelmer Vernooij2008-10-101-0/+0
|
* Move pidl to top-level directory.Jelmer Vernooij2008-09-1727-0/+3441