Difference between revisions of "SCI/TODO"

Jump to navigation Jump to search
m (Use C++ syntax highlighting ;))
Line 1: Line 1:
The following list is taken from Max's mails to -devel:
The following list is taken from Max's mails to -devel:
* Move everything into namespace SCI
* Replace all uses of gint8, etc. by our native types, to get rid of the typedefs we use right now.
* Replace all uses of gint8, etc. by our native types, to get rid of the typedefs we use right now.
* check for places that use char or unsigned char for boolean values, and change those to use type bool instead
* check for places that use char or unsigned char for boolean values, and change those to use type bool instead