Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-05-27 | cmake: set `self' variable in `otr_module' | Stanislaw Halik | |
2018-05-27 | cmake: cleanup | Stanislaw Halik | |
2018-05-26 | cmake/i18n: shut up warnings due to static lib | Stanislaw Halik | |
2018-05-23 | cmake/i18n: add i18n dependency for targets | Stanislaw Halik | |
Hopefully helps with differing build tools. | |||
2018-05-17 | cmake: move unix i18n to share/opentrack/i18n | Stanislaw Halik | |
2018-05-14 | cmake/i18n: fix "make clean" | Stanislaw Halik | |
The Ninja generator deleted source files. I hope this change doesn't break GNU Make and msbuild. | |||
2018-04-28 | cmake/install: add host system check | Stanislaw Halik | |
2018-04-28 | cmake: verbose load user settings | Stanislaw Halik | |
2018-04-27 | cmake/i18n: fixes | Stanislaw Halik | |
- fix build error on missing .ts files - show duplicate string details - prevent lines of "cmd /c" in Ninja output | |||
2018-04-06 | cmake: now can specify c++ standard for MSVC | Stanislaw Halik | |
2018-04-05 | fir Linux build | Stanislaw Halik | |
2018-04-05 | cmake/i18n: fix depends | Stanislaw Halik | |
Some files weren't getting rebuilt. | |||
2018-04-05 | cmake: cleanup | Stanislaw Halik | |
- OTR_MODULE_NAME now unused - _USE_MATH_DEFINES only needed for MSVC - old cruft in i18n support | |||
2018-04-05 | i18n: provide for non-QObject classes | Stanislaw Halik | |
See compat/tr.hpp for comment. | |||
2018-04-05 | cmake/qt: don't include in all projects | Stanislaw Halik | |
2018-04-05 | cmake/msvc: don't do stack checks | Stanislaw Halik | |
2018-04-05 | cmake/install: cleanup | Stanislaw Halik | |
2018-03-14 | cmake: some cleanup | Stanislaw Halik | |
2018-03-14 | cmake/i18n: fix GNU make | Stanislaw Halik | |
Issue: #726 Reported by: Artem Sobolev @ljgdasfhk | |||
2018-03-14 | cmake: find editbin for .sln easier | Stanislaw Halik | |
It's in the linker directory as-is. | |||
2018-03-13 | cmake: support per-cross-compile user settings | Stanislaw Halik | |
2018-03-12 | cmake/user-settings: use separate file for WSL | Stanislaw Halik | |
2018-02-16 | cmake/i18n: unbreak translations | Stanislaw Halik | |
Issue: #748 | |||
2018-02-16 | cmake/i18n: oops, fix lupdate invocation | Stanislaw Halik | |
Some options weren't working, like -silent Issue: #748 |