-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
33 lines (27 loc) · 670 Bytes
/
TODO.txt
File metadata and controls
33 lines (27 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
###
# What Works:
- basic types
- structs
- vectors
- vector of structs
- c++, python, matlab
- binary i/o for C++, Python and Matlab
- fixed length arrays
###
# What doesn't:
- ascii i/o
###
# Other todos:
___ Move tests to subdirs
___ Remove complex data types
___ Test GPB Numeric conversions (u8->u32, ex)
___ Native strings
___ UML Output
___ Prettyify output code
___ Name mangle C code with namespace?
___ C++ - verify namespace handling (what if none supplied?)
___ Check if set_defaults uses for loops or bloats code
___ Better JSON Format Debugging
___ io_support.c - add inlines
___ ascii i/o support? json i/o support?
- flat vectors to flat output