Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-24 | cmake: fix otr_module(... SUBDIRS ...) | Stanislaw Halik | |
2019-04-13 | cmake: add more verbose error message | Stanislaw Halik | |
2019-04-06 | cmake: fix evil typo | Stanislaw Halik | |
2019-04-05 | cmake: fix pdb path install | Stanislaw Halik | |
Issue: #867 | |||
2019-04-05 | cmake: install shared libs only on win32 | Stanislaw Halik | |
Issue: #867 | |||
2019-04-05 | cmake: install shared opencv libraries | Stanislaw Halik | |
Issue: #867 Requested by: @Slion | |||
2019-03-28 | cmake: move around variant directories | Stanislaw Halik | |
2019-03-27 | Not changing _ITERATOR_DEBUG_LEVEL default value any more when using default ↵ | Stéphane Lenclud | |
toolchain. Thus making default MSVC build working with default OpenCV static library build. Closes #920. | |||
2019-03-18 | cmake/i18n: shut up lupdate warnings | Stanislaw Halik | |
2019-03-18 | cmake: no need for silent lupdate anymore | Stanislaw Halik | |
2019-03-14 | cmake: add otr_module NO-I18N | Stanislaw Halik | |
2019-03-14 | cmake: disable lupdate warnings | Stanislaw Halik | |
2019-03-03 | cmake: set RC_FLAGS after compiler is detected | Stanislaw Halik | |
2019-03-03 | cmake: fix debug build crt | Stanislaw Halik | |
2019-03-03 | cmake: fix spurious linker warning | Stanislaw Halik | |
Issue: #883 Reported by: @Slion | |||
2019-03-02 | cmake: use `target_compile_definitions()' | Stanislaw Halik | |
2019-02-28 | cmake: kill useless include | Stanislaw Halik | |
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 | |