1,207
edits
mNo edit summary |
m (Add new topics) |
||
Line 8: | Line 8: | ||
* Naming conventions in libinterp (Should we use a prefix such as '''pt-''', '''ov-''', '''ls-''' to indicate which block a piece of code belongs too? If so, why isn't every file in parse-tree labeled with '''pt-'''? | * Naming conventions in libinterp (Should we use a prefix such as '''pt-''', '''ov-''', '''ls-''' to indicate which block a piece of code belongs too? If so, why isn't every file in parse-tree labeled with '''pt-'''? | ||
* Capitalization of file names? Why is it '''Cell.h''', not '''cell.h'''? Other examples, '''Quad.h''', '''DASPK.h'''. ('''Probably too hard because of case-insensitive file systems.''') | * Capitalization of file names? Why is it '''Cell.h''', not '''cell.h'''? Other examples, '''Quad.h''', '''DASPK.h'''. ('''Probably too hard because of case-insensitive file systems.''') | ||
* Replace the abundant files in `liboctave/operators/` with modern C++ templates? | |||
* Update binutils in Octave for Windows from 2.40 to 2.44 on the release branch of MXE Octave now? | * Update binutils in Octave for Windows from 2.40 to 2.44 on the release branch of MXE Octave now? | ||
* Should we discontinue NA? | * Should we discontinue NA? |
edits