c7ae61a890ed0f4ec82cd05afab864b7b282b97c
[samba.git] / source / pidl / TODO
1 - true multiple dimension array / strings in arrays support
2
3 - compatibility mode for generating MIDL-readable data:
4  - strip out pidl-specific properties
5
6 - support nested elements
7  - generate names for anonymous tagged types
8  - support typedefs properly
9
10 - improve represent_as(): allow it to be used for arrays and other complex types
11
12 - --explain-ndr option that dumps out parse tree ?
13
14 - seperate tables for NDR and DCE/RPC
15
16 - allow data structures outside of interfaces
17
18 - mem_ctx in the interface rather then as struct ndr member.