rakhimov / scram

Probabilistic Risk Analysis Tool (fault tree analysis, event tree analysis, etc.)

Home Page:https://scram-pra.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI: Verdigris for modern C++ (Qt MOC replacement)

rakhimov opened this issue · comments

Qt moc doesn't play well with modern C++ (Issue #250).
It will always be a laggard and headache till reflection comes to C++.
Thankfully, SCRAM doesn't need all the features of Qt MOC.
Only, automatic signal definition generation is necessary.

Alternatives:

  1. verdigris
  2. moc-ng
  3. Boost signal

Reopen when/if verdigris gets released and packaged in Debian.

Verdigris is packaged on Debian.