pidl: Update documentation.
[ira/wip.git] / source / 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 - make bitmap an optional attribute on enum
10 - support nested elements
11 - support typedefs properly (e.g. allow "typedef void **bla;")
12 - make typedefs generate real typedefs
13 - improve represent_as(): allow it to be used for arrays and other complex 
14   types
15
16 - --explain-ndr option that dumps out parse tree ?
17
18 - seperate tables for NDR and DCE/RPC
19  - maybe no tables for NDR at all? we only need them for ndrdump 
20    and that can use dlsym()
21
22 - allow data structures outside of interfaces
23
24 - mem_ctx in the interface rather than as struct ndr member.
25
26 - real typelibs
27
28 - fix [in,out] handling and allocation for samba3:
29  - add inout
30  - make NULL to mean "allocate me"
31  - remove NDR_AUTO_REF_ALLOC flag
32
33 - automatic test generator based on IDL pointer types