Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-10-25 | cleanups only | Stanislaw Halik | |
2018-10-20 | cmake/msvc: fix CRT .pdb link | Stanislaw Halik | |
2018-10-08 | cmake: fix mingw-w64 | Stanislaw Halik | |
2018-10-08 | cmake/msvc: fix warning on preview | Stanislaw Halik | |
2018-10-05 | cmake: fix mingw-w64 | Stanislaw Halik | |
2018-08-25 | cmake/i18n: remove build logspam | Stanislaw Halik | |
2018-08-03 | irrelevant busywork | Stanislaw Halik | |
2018-07-31 | add maintainer mode for building WIP main-window mixins | Stanislaw Halik | |
2018-07-31 | cmake/msvc: shut up harder | Stanislaw Halik | |
2018-07-24 | minor cleanups | Stanislaw Halik | |
2018-07-13 | appease analyzer | Stanislaw Halik | |
2018-07-11 | cmake: fix build | Stanislaw Halik | |
2018-07-10 | fix build | Stanislaw Halik | |
2018-07-10 | cmake/platform: cleanup | Stanislaw Halik | |
2018-07-10 | cmake/msvc: fix flags duplicating themselves | Stanislaw Halik | |
2018-07-09 | cmake: rename | Stanislaw Halik | |
2018-07-09 | cleanup only | Stanislaw Halik | |
2018-07-08 | cmake/msvc: fix building some other project | Stanislaw Halik | |
2018-07-03 | filter/kalman: don't need operator new overload anymore | Stanislaw Halik | |
MSVC 15.0+ supports correct alignment | |||
2018-06-22 | cmake: remove verbose flags | Stanislaw Halik | |
2018-06-13 | cmake: random stuff | Stanislaw Halik | |
2018-05-30 | cmake: binutils fixes | Stanislaw Halik | |
2018-05-30 | cmake: disable in-source builds the right way | Stanislaw Halik | |
2018-05-28 | cmake: remove debug statement | Stanislaw Halik | |
2018-05-28 | cmake/pkg-config: fix linkage #726 | Stanislaw Halik | |
cmake ignores `-lfoo' in LDFLAGS | |||
2018-05-27 | cmake/pkg-config: space _after_ append_string text | Stanislaw Halik | |
Keeps it in line with the rest of the APPEND_STRING code. Putting the space inconsistently makes the whole thing blow up. | |||
2018-05-27 | cmake/pkg-config: print informative message | Stanislaw Halik | |
2018-05-27 | cmake: add pkgconfig for Linux | Stanislaw Halik | |