Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-25 | cmake: fix install prefix harder | Stanislaw Halik | |
2019-06-25 | cmake: fix modules not installing | Stanislaw Halik | |
2019-06-21 | cmake: set executable permissions | Stanislaw Halik | |
2019-06-21 | cmake: simplify | Stanislaw Halik | |
2019-05-06 | cmake: remove dead code | Stanislaw Halik | |
2019-05-06 | cmake: use unprefixed name as executable output | Stanislaw Halik | |
2019-04-24 | cmake: kill -Wheader-hygiene | Stanislaw Halik | |
2019-04-24 | cmake: allow install lib by path | Stanislaw Halik | |
2019-04-24 | cmake: fix otr_module(... SUBDIRS ...) | Stanislaw Halik | |
2019-04-13 | cmake: add more verbose error message | 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-14 | cmake: add otr_module NO-I18N | Stanislaw Halik | |
2019-03-02 | cmake: use `target_compile_definitions()' | Stanislaw Halik | |
2019-02-28 | cmake: kill useless include | Stanislaw Halik | |
2019-02-22 | cmake: add -GA for MSVC | Stanislaw Halik | |
2019-02-22 | cmake: remove dead code | Stanislaw Halik | |
2019-02-10 | cmake: use target_{compile,link}_options | Stanislaw Halik | |
2019-02-10 | cmake: small cleanup | 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-01-20 | cmake: drop moc and moc-* targets | Stanislaw Halik | |
They clutter the target list in some IDEs. | |||
2019-01-16 | cmake/boilerplate: add missing quotes | 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-24 | cmake: decruft, disable deprecated Qt functions | 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-06 | cruft only | Stanislaw Halik | |
2018-11-03 | fix build on Linux | 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-07-09 | cleanup only | Stanislaw Halik | |
2018-05-27 | cmake: set `self' variable in `otr_module' | Stanislaw Halik | |
2018-05-27 | cmake: cleanup | Stanislaw Halik | |
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-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-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 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-01-18 | cmake: fix otr_module(x SUBDIRS ...) | Stanislaw Halik | |
2018-01-18 | cmake: change up OPENTRACK_BASE_PATH handling | 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: cleanup, decruft, probably fix mingw | Stanislaw Halik | |
2018-01-10 | api, cmake: use the same dynamic library prefix | Stanislaw Halik | |
2017-12-09 | compat: add easier translate boilerplate for non-qobject | Stanislaw Halik | |
2017-11-02 | cmake: fix build | Stanislaw Halik | |