Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-01-11 | cmake, gui, main: make user interface reusable | Stanislaw Halik | |
The work isn't complete. We need moving out all non-reusable parts away and only keeping user interface logic in a class. | |||
2018-01-10 | cmake: always link opencv components explicitly | Stanislaw Halik | |
2018-01-10 | cmake: fix win32 platform plugin install | Stanislaw Halik | |
2018-01-10 | cmake/msvc: fix | Stanislaw Halik | |
2018-01-10 | cmake: copy .pdb files on win32 correctly | Stanislaw Halik | |
2018-01-10 | cmake: cleanup, decruft, probably fix mingw | Stanislaw Halik | |
2018-01-10 | many: spring cleanup | Stanislaw Halik | |
2018-01-10 | api, cmake: use the same dynamic library prefix | Stanislaw Halik | |
2018-01-04 | cv: fixed ps3 eye dialog | Stanislaw Halik | |
2018-01-03 | cmake/msvc: prevent link failure on msvc preview | Stanislaw Halik | |
2017-12-18 | cmake: const correctness | Stanislaw Halik | |
2017-12-09 | compat: add easier translate boilerplate for non-qobject | Stanislaw Halik | |
2017-12-02 | cmake/mingw-w64: fix failing at runtime | Stanislaw Halik | |
2017-11-15 | cmake: fix silent runtime failure | Stanislaw Halik | |
2017-11-02 | cmake: fix build | Stanislaw Halik | |
2017-11-02 | cmake/mingw-w64: less krap | Stanislaw Halik | |
2017-10-28 | cmake: stuff | Stanislaw Halik | |