rakhimov / scram

Probabilistic Risk Analysis Tool (fault tree analysis, event tree analysis, etc.)
https://scram-pra.org
GNU General Public License v3.0
131 stars 54 forks source link

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

Open rakhimov opened 6 years ago

rakhimov commented 6 years ago

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
rakhimov commented 6 years ago

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

rakhimov commented 6 years ago

Verdigris is packaged on Debian.