summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/header.pl
AgeCommit message (Collapse)AuthorFilesLines
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-108/+0
2008-01-14pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because ↵Jelmer Vernooij1-2/+52
they only work with the structures generated by that file. (This used to be commit 9aeb7f31b0fc3b9679e5af07e65e79bc8073c4e1)
2007-10-10r24815: Support cpp_quote().Jelmer Vernooij1-1/+4
(This used to be commit 30c1de30bb4ded16e79316c0ab43809e0e19f75d)
2007-10-10r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr treeStefan Metzmacher1-1/+3
not the $pidl tree anymore. metze (This used to be commit 3cbbddb94c9e986d0adbe3b001146b209cd810d9)
2007-10-10r21690: Test use of typedef /and/ struct nameJelmer Vernooij1-1/+4
(This used to be commit f6d9cdb8a8eca6ff986504d4481b5165aee770c6)
2007-10-10r21681: Fix bug in the parsing code that parsed "struct foo;" the same asJelmer Vernooij1-1/+7
"struct foo {};". Reported by one of the OpenChange folks, thanks! (This used to be commit d65b520f08ea4ee82c35ff334a58aa6ffc403d67)
2007-10-10r21584: Support for tagged types has landed!Jelmer Vernooij1-1/+7
It's now possible to use "struct foo" without a typedef in IDL files. echo_info4 is the first type that's been converted. (This used to be commit 3ac68e858df9b53cf5e0a84741916214a53b3121)
2007-10-10r21430: Support tagged types without typedef. This means:Jelmer Vernooij1-1/+3
struct foo { ... }; in IDL will now work. This is the first step towards nested types and using typedefs for partial types (such as "typedef int *bar;"), a requirement for complex uses of represent_as(). (This used to be commit a716aa70f0c90898e6fcf57d63a2cf4c40e7d4df)
2007-10-10r21260: Fix regex.Jelmer Vernooij1-1/+1
(This used to be commit 025597a3593d9dede93180d284beda256caf9483)
2007-10-10r21254: Fix running the testsuite outside pidl/Jelmer Vernooij1-2/+2
(This used to be commit 84c15158b986ef9e82f46d6c01d5cbf04300cda5)
2007-10-10r21253: Merge some pidl fixes:Jelmer Vernooij1-0/+36
* Add tests for wireshark dissector generator * Add tests for the header code * Some cleanups * Fix handling of elements without [in] or [out] (This used to be commit 1aecba7100685ed291ea13b0ae47fb0cf9e6a6c8)