summaryrefslogtreecommitdiffhomepage
path: root/migration/migration.hpp
AgeCommit message (Collapse)Author
2018-07-08modernize onlyStanislaw Halik
2018-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-05-02migration: add missing <memory>Stanislaw Halik
Spotted-by: @zanoni-mbdyn
2018-04-28migration: use thunksStanislaw Halik
Otherwise we get QCoreApplication used before QApplication instance is created. Requesting the sorted migration data will force the thunks.
2017-03-28start renaming internal macros as OPENTRACK_* to OTR_*Stanislaw Halik
2016-09-18add missing copyright termsStanislaw Halik
Due to fucking AT&T vs BSD suit copyright defaults to all rights reserved. Fuck Berne Convention as well.
2016-09-09migration: fix -pedanticStanislaw Halik
2016-09-09migration: type aliases confuse IDE so let's notStanislaw Halik
2016-09-09migration: try prevent developer naming migrations badlyStanislaw Halik
2016-09-09add support for migrationsStanislaw Halik
They're run from the UI thread so can even be interactive.