Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2018-02-13 | cmake/i18n: workaround msbuild dependency breakage | Stanislaw Halik | |
Visual Studio runs "lrelease" targets without their "lupdate" dependencies. Add a crude workaround. Spotted by: @cpuwolf Issue: #748 | |||
2018-02-12 | cmake: remove cotire due to breakages | Stanislaw Halik | |
2018-02-12 | cmake: remove otr_prop() | Stanislaw Halik | |
It's too complex to be understood when written in CMake. Replace with explicit calls to set_property(). This hasn't been tested on OSX. | |||
2018-02-12 | cmake/i18n: cull unused variable | Stanislaw Halik | |
2018-02-12 | contrib: don't install source code | Stanislaw Halik | |
2018-02-12 | cmake/i18n: fix `make i18n' | Stanislaw Halik | |
Also remove disabling i18n regen cf. #746 | |||
2018-01-18 | cmake/mingw-w64: update | Stanislaw Halik | |
2018-01-18 | cmake/msvc: don't want -Zc:throwingNew | Stanislaw Halik | |
2018-01-18 | cmake: make per-user defaults more useful | Stanislaw Halik | |
2018-01-18 | cmake/hier: add comment | Stanislaw Halik | |
2018-01-18 | cmake: fix otr_module(x SUBDIRS ...) | Stanislaw Halik | |
2018-01-18 | cmake: change up OPENTRACK_BASE_PATH handling | Stanislaw Halik | |
2018-01-18 | cmake/msvc: remove argument set to default value | Stanislaw Halik | |
2018-01-18 | cmake: fix setting default install prefix on startup | Stanislaw Halik | |
2018-01-16 | cmake: split variant handling to each variant | Stanislaw Halik | |
2018-01-13 | cmake: variant work | Stanislaw Halik | |
2018-01-13 | cmake, main: work toward introducing alternative UI | Stanislaw Halik | |
We're going to base opentrack derivatives on the same branch. Previously merges were a living hell. Modularizing the UI code and having continuously-built executables will do a lot. First opentrack variant in progress is a TrackHat device for mouse and scrolling control for people with spine and hand/arm disabilities. |