Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 767 Bytes

TODO.md

File metadata and controls

39 lines (20 loc) · 767 Bytes

FastFormat - To Do


FastFormat 0.7+ TODOs:

  • full distribution of makefiles, project files, workspace files, etc.

  • decent docs

  • decent website

  • GNU Autotools : "./configure; make; make install"

  • Debian package

  • RPM package

  • ensure that platform-specific EOL is only emitted in file output

  • inserters:

    • lc_i - these will do "thousands" (or whatever is appropriate to a given locale) formatting on integers, e.g. "100,000,000"
    • storage_size
  • sinks :

    • include/fastformat/sinks/WindowsFileHANDLE.hpp
    • synchronisation of ostream sink : spin / thread_mutex
    • include/fastformat/sinks/to_sink.hpp

FastFormat 0.8+ TODOs:

  • <none> (yet)