Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 1fe5c1ad07c574dc094f59f728025dfcafa0cf22)
|
|
(This used to be commit 4f4dfa6042178c157a09df61d72a42af7aa5c67b)
|
|
(This used to be commit e44ee3e60ac4eb56cca02b58fdecb171269daca4)
|
|
(This used to be commit 30c1de30bb4ded16e79316c0ab43809e0e19f75d)
|
|
(This used to be commit f6d9cdb8a8eca6ff986504d4481b5165aee770c6)
|
|
"struct foo {};".
Reported by one of the OpenChange folks, thanks!
(This used to be commit d65b520f08ea4ee82c35ff334a58aa6ffc403d67)
|
|
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)
|
|
Make sure errors are reported correctly.
(This used to be commit 9f794c55a60b09536d6e0dbadfc172e1e74497ff)
|
|
statements.
(This used to be commit 3a850bda962da9ce58227ea6d74e974f7654d734)
|
|
(This used to be commit 516b66e0f1c65688abb936b4432039bc431b872c)
|
|
(This used to be commit 1fa6c3568b9653f637da92e9a66695cd89825a2f)
|
|
Convert other pidl tests to use Test::More and run them from 'make test'
(This used to be commit 3a57d29a62112ab654e290ccc985fba7f67664c5)
|
|
testing framework (Test::Simple, distributed with perl itself).
Run these tests from 'make test'
(This used to be commit 975d8816db6697dab828941b69a740e3a0a2c272)
|