Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-22 | cmake: simplify with cmake 3.13 | Stanislaw Halik | |
2019-02-22 | cmake: add -GA for MSVC | Stanislaw Halik | |
2019-02-22 | cmake/msvc: simplify | Stanislaw Halik | |
2019-02-22 | cmake: remove dead code | Stanislaw Halik | |
2019-02-22 | cmake: fix build error | Stanislaw Halik | |
2019-02-11 | dos2unix | Stanislaw Halik | |
2019-02-10 | cmake: use target_{compile,link}_options | Stanislaw Halik | |
2019-02-10 | cmake: remove build type suffix | Stanislaw Halik | |
2019-02-10 | cmake: small cleanup | Stanislaw Halik | |
2019-02-10 | cmake: improve quotemeta for C | Stanislaw Halik | |
2019-02-09 | cmake: wrap around for function var scope | Stanislaw Halik | |
2019-02-09 | cmake: try not use leading underscore in header name | Stanislaw Halik | |
2019-02-03 | proto/simconnect: fix activation context again | Stanislaw Halik | |
Issue: #804 | |||
2019-02-01 | cmake/qt: fix platform plugin also | Stanislaw Halik | |
Issue: #867 | |||
2019-02-01 | cmake/qt: fix typo | Stanislaw Halik | |
Issue: #867 | |||
2019-02-01 | cmake/qt: try get Qt with correct CRT version | Stanislaw Halik | |
Issue: #867 | |||
2019-01-20 | cmake: drop moc and moc-* targets | Stanislaw Halik | |
They clutter the target list in some IDEs. | |||
2019-01-16 | cmake: remove duplication | Stanislaw Halik | |
2019-01-16 | cmake/boilerplate: add missing quotes | Stanislaw Halik | |
2019-01-16 | cmake: help with vim autocompletion | Stanislaw Halik | |
2019-01-16 | cmake/qt: log full file path and function in qDebug() | Stanislaw Halik | |
2019-01-16 | cmake: try add Visual Studio folders for boilerplate targets | Stanislaw Halik | |
2019-01-16 | clang-tidy fixes only | Stanislaw Halik | |
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever. | |||
2018-12-26 | cmake/i18n: simplify lupdate/lrelease invocations | Stanislaw Halik | |
This cuts down build time by half, to 20 seconds. Barely any of that time is spent in i18n targets now. Ninja builds aren't affected. | |||
2018-12-26 | cmake: fix mingw-w64 build | Stanislaw Halik | |
2018-12-26 | cmake: fix Intel detection on win32 | Stanislaw Halik | |
2018-12-26 | cruft | Stanislaw Halik | |
2018-12-24 | cmake: decruft, disable deprecated Qt functions | Stanislaw Halik | |
2018-12-24 | add -fPIC in cmake | Stanislaw Halik | |
2018-12-24 | cmake/toolchain: make mingw-w64 def usable for clang | Stanislaw Halik | |
2018-12-24 | style/quality only | Stanislaw Halik | |
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis | |||
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-24 | cmake/mingw-w64: cleanup | Stanislaw Halik | |
2018-12-24 | cmake/msvc: fix duplicate code | Stanislaw Halik | |
include(... NO_POLICY_SCOPE) already does that. | |||
2018-12-24 | cmake/msvc: move comment | Stanislaw Halik | |
2018-12-24 | cmake, modules: fix project language logic errors | Stanislaw Halik | |
2018-12-24 | cmake/platform: decruft | Stanislaw Halik | |
2018-12-19 | cmake/word-size: move to cmake/platform | Stanislaw Halik | |
2018-12-19 | cmake/platform: detect Intel arch (ia32/amd64) | Stanislaw Halik | |
2018-12-08 | cruft | Stanislaw Halik | |
2018-12-06 | cruft only | Stanislaw Halik | |
2018-11-29 | cmake/msvc: generate .pdb fasteropentrack-2.3.11-beta1 | Stanislaw Halik | |
2018-11-14 | cmake/msvc: don't hardcode -machine:x86 | Stanislaw Halik | |
2018-11-03 | fix build on Linux | Stanislaw Halik | |
2018-10-29 | cmake: try fix all generators | Stanislaw Halik | |
2018-10-29 | cmake: use separate dev settings for cross builds | Stanislaw Halik | |
2018-10-29 | cmake: add target for doing only ui/moc files | Stanislaw Halik | |
This is helpful when running under CLion, due to the lack of support for the Ninja generator. | |||
2018-10-29 | cmake: add include guards | Stanislaw Halik | |
2018-10-27 | cleanup | Stanislaw Halik | |
2018-10-27 | cmake: cleanup | Stanislaw Halik | |
Don't install any source code components. |