blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
405 stars 84 forks source link

contents of the old TODO file #53

Open slayoo opened 5 years ago

slayoo commented 5 years ago

These are the contents of the TODO file that I've just removed from the repo as it clearly do not follow TODO-related discussions elsewhere:

** make Blitz STL-compliant
** extend "new" expression template support to all blitz container classes, not just Arrays
** expression template support for TinyMatrix (or perhaps a merger with the tvmet library)
** proper usage of std namespace within blitz (reduce or eliminate use of non-standard headers and using directives)
** add RPM as a dist medium
** make Blitz OpenMP supported

Is there anything here worth retaining as a "ticket" on github?