r21222: Merge a couple of pidl fixes:
[samba.git] / source4 / pidl / TODO
1 - EJS output backend shouldn't use the NDR levels stuff but instead 
2   as the "C levels" and NDR levels don't necessarily match.
3
4 - true multiple dimension array / strings in arrays support
5
6 - compatibility mode for generating MIDL-readable data:
7  - strip out pidl-specific properties
8
9 - support nested elements
10  - generate names for anonymous tagged types
11  - support typedefs properly
12
13 - improve represent_as(): allow it to be used for arrays and other complex types
14
15 - --explain-ndr option that dumps out parse tree ?
16
17 - seperate tables for NDR and DCE/RPC
18
19 - allow data structures outside of interfaces
20
21 - mem_ctx in the interface rather than as struct ndr member.
22
23 - real typelibs