Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit a3e22bbcea27580c31d44dfaae04c9eef83389d4)
|
|
The 2nd or higher level of wire pointers needs to be marked as deferred.
metze
(This used to be commit d7970d70329e0d4f9de30ccfcedd03e583817fa2)
|
|
Only the first level gets the pointer type from the
pointer property, the others get them from
the pointer_default() interface property
see http://msdn2.microsoft.com/en-us/library/aa378984(VS.85).aspx
(Here they talk about the rightmost pointer, but testing shows
they mean the leftmost pointer.)
metze
(This used to be commit aa8518521b2a6a7110c84c4981c53acce7389ee9)
|
|
metze
(This used to be commit 145d6c8ea0eafc69cdeca45fbf296148b890133d)
|
|
8ebf16c0741085fa769fcc2929f275ab49b1ea5d Works!!!...pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointers
6fcf2456d0e81898b5779ef1650f38b4c5363a80 WORKS!!!...pidl/NDR: fix handling of multilevel pointers in function elements
0569139ca2960ec5478829c3e66f7ff69bdb55cd LOOKS OK... pidl: get the pointer types correct when an element has multiple pointe
rs
13afc89a87716063180723f0e9cb4f76daca837e CHECKED... pidl/Samba4::NDR::Parser: correctly get the name of an array element
29c104944bcad30c6a2a3fa70d527bf0ee8969de CHECKED... TODO:MSG pidl/Samba4::NDR::Parser: fix ...
3369015f5d8c425e1a9f9d861471028f03f163bb CHECKED... pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() into a f
unction
metze
(This used to be commit 0bcc8e53d1470ba9dfe93e5d6925b8f4c20c7c66)
|
|
The 2nd or higher level of wire pointers needs to be marked as deferred.
metze
(This used to be commit 6fcf2456d0e81898b5779ef1650f38b4c5363a80)
|
|
pointers
Only the first level gets the pointer type from the
pointer property, the others get them from
the pointer_default() interface property
see http://msdn2.microsoft.com/en-us/library/aa378984(VS.85).aspx
(Here they talk about the rightmost pointer, but testing shows
they mean the leftmost pointer.)
metze
(This used to be commit 0569139ca2960ec5478829c3e66f7ff69bdb55cd)
|
|
metze
(This used to be commit 3c191981436ab3f7dd166a87875ffbac127fbdf5)
|
|
metze
(This used to be commit fdf9bcb163516f7d96675ae0dce2917afb8f86d3)
|
|
(This used to be commit b00c1a072457e5083ffc24a8b74b3793d0b44eee)
|
|
(This used to be commit 893f4102c93c1c2cd6b836f12644d06d9e31800c)
|
|
(This used to be commit 254bf85c2eb69fc2ee22d3a92a6b027a25594250)
|
|
(This used to be commit 2fe013f715bdee6c01a833bc6c883e830bdc5dfd)
|
|
of a type can contain deferred data.
(This used to be commit 9e804e0c21f09b699707bb88d534bde55d265087)
|
|
(This used to be commit 1afc7dd4d33f05d58121defed88faf8fcee3df8f)
|
|
in can_contain_deffered()
jelmer: we need to handle this more genericly, I assume
we have a lot of other related bugs
metze
(This used to be commit 3e0f22c85769cac7a5f439836be7b692259ddd81)
|
|
(This used to be commit 30c1de30bb4ded16e79316c0ab43809e0e19f75d)
|
|
metze
(This used to be commit b7d6ac5215c27f7eb4ae16e3a68b7f7fc32dcb72)
|
|
foreach my $e (@{$union->{ELEMENTS}}) {
changes $union->{ELEMENTS} from undef into an empty array.
this removes the difference between
struct foo { }; and struct foo;
So we need to explicit return before.
- we should return the same element for layout for
structs and unions with no elements.
- fix the testsuite to match
metze
(This used to be commit 5f1f50cd27e3702b79a19dbe1079498cbfc4842b)
|
|
metze
(This used to be commit 47fb2d42dfa917f5aca4daaacf53134afc22d288)
|
|
incorrect idl files
metze
(This used to be commit 8aacab6f6a04d0f56bed945e07cd894ac1344ace)
|
|
'declare' this should fix the problem with the winbind IRPC calls
metze
(This used to be commit 5abbb4673a49a9dee4002cc6f2ee8180b85cb5e5)
|
|
(This used to be commit 74a3681d65f570acf2756b40e0ad82799b86e9ec)
|
|
"struct foo {};".
Reported by one of the OpenChange folks, thanks!
(This used to be commit d65b520f08ea4ee82c35ff334a58aa6ffc403d67)
|
|
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)
|
|
(This used to be commit 6a4033464bf269176f928a5b3b7e63aad1bb1e7a)
|
|
(This used to be commit bbbfbfa870c44a6148c3d4d47ff409098e85fcc3)
|
|
(This used to be commit 4d28396f0928444406334888f4bc345e74a380df)
|
|
(This used to be commit ec3c9ebfd0de287411ce399967409f902653d5c6)
|
|
named nested types yet, as these have to be registered.
(This used to be commit 9b0416b5d06286c81c73477a24cb591fd4b23d18)
|
|
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)
|
|
(This used to be commit 34517c69e67d7eafa00e6fe0072bd04f074cdbde)
|
|
* Pidl will now warn when trying to use pointers as integers in expressions.
* "subcontext()" is now marked as deprecated. The alternatives,
transmit_as() / represent_as() should be available soon.
* More tests.
* Remove some unused code in smbtorture.
(This used to be commit 37c0da541e3962164d5af3e3c9560803a733f3b7)
|
|
(This used to be commit ded25eca701b8e3e0e13e7ef64d5511d8953eb0d)
|
|
(This used to be commit 959adfd0a682a4894c3bdd4ae9c6fc3ebfeeef1f)
|
|
duplicates later.
(This used to be commit 006ab1d4a449c81680add57e0116a86b8317fbfb)
|
|
until jelmer commits his 'ptr' support
metze
(This used to be commit f5aa620b1bc5b0da866cbdb71947ef25a4bae0ad)
|
|
(This used to be commit 3f0da2388d30959c93483b102fbfab75a8381fef)
|
|
Fallback to "unique" when "ptr" is specified instead of failing.
(This used to be commit a1b6308b21f3c38ffd4db4643a5e307fbf32a569)
|
|
(This used to be commit 21efd2bdb8df8e709259d429fc3ff35eaa332d02)
|
|
(This used to be commit 78153200ac45ce7333c91c48ded549b5eed5e077)
|
|
(This used to be commit 324395afc725e90f44f286fd776b38a64bdc8e3b)
|
|
- `include' (replaces helper())
- `import' (replaces depends())
Add support for parsing importlib() - importlib() is now ignored (with a
warning), but no longer causes syntax errors.
helper() and depends() are now marked deprecated and will cause warnings.
(This used to be commit 1ccab71cb8a9e3db9448b6679d01ad00e1c1e9a3)
|
|
(This used to be commit 4f1f541837db31322d875b6d2452c3f3a0d37fcd)
|
|
(This used to be commit d1364ef0cd8f1a64f44476476323ab390ac4de48)
|
|
(This used to be commit 86b4624226d6e72645221cadb8669b0f1aba0903)
|
|
(This used to be commit caac6cf817b09c864554e992f89437f6205b948b)
|
|
(This used to be commit f67b4d58acd2c3746e5ffeffa804e888ca3c49a5)
|
|
in having pointers for outgoing data when you can already modify the top-level
element.
This can be overridden (temporarily) by specifying the new "keepref"
attribute. Once we've removed keepref from all IDL files, I'll remove this
attribute as well.
(This used to be commit bdc6dd37503ced8322a671d225122ccffbb8bfec)
|
|
(This used to be commit 3e89ef0875c5c8ccaafa9694d27a8043930127e6)
|