Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 784 Bytes

TODO.md

File metadata and controls

18 lines (16 loc) · 784 Bytes

TODOLIST

Version 1.0 :

  • Better support shadow build hierarchy
  • Add option MOC_LVL_0
  • Refactor how the arguments are passed to qmake_unity.py to add config arguments
  • Benchmark perfs
  • Remove f-strings from python (compatibility)
  • Profile python
  • Make a zip release

Not planned for now :

  • Remove SAFE_MODE (always check the files to delete are in the UNITY_DIR directory or throw an exception...)
  • Auto-remove moc.h files from unity (MOC) if a cpp file contains : #include "toto.moc", #include "moc_toto.cpp"
  • Study PIMPL case
  • Support Visual Studio
  • Write automated incremental tests (ex : add a cpp file to the project, see how the groups are updated)
  • Check compatibility with qmake static_and_shared option