Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-10-28 | cmake: stuff | Stanislaw Halik | |
2017-10-20 | some nonsense | Stanislaw Halik | |
2017-10-13 | cmake: disable cotire for now | Stanislaw Halik | |
2017-10-08 | cmake: add precompiled header generator | Stanislaw Halik | |
cf. https://github.com/sakra/cotire | |||
2017-10-08 | use "static" once, don't propagate from a macro | Stanislaw Halik | |
2017-10-02 | cmake: wtf, all modules need include ${CMAKE_BINARY_DIR} | Stanislaw Halik | |
2017-09-30 | cmake: split i18n into own file | Stanislaw Halik | |
2017-08-25 | cmake: fix typo | Stanislaw Halik | |
2017-08-25 | cmake: fix make clean for i18n files | Stanislaw Halik | |
`make clean' was deleting .ts files. Thanks to @MrCapone for diagnosing this issue. Fixes: #677 | |||
2017-08-14 | cmake: preliminary support for clang with vc++ codegen | Stanislaw Halik | |
2017-08-14 | cmake: drop executable bit from installed normal files | Stanislaw Halik | |
2017-08-14 | cmake: get lupdate/lrelease pathnames | Stanislaw Halik | |
cf. #669 | |||
2017-08-04 | fixed qt binaries location for linux | Dmitry | |
2017-07-29 | cmake: fix Linux build | Stanislaw Halik | |
Issue: #661 | |||
2017-07-28 | cmake: fix mingw-w64 llvm build | Stanislaw Halik | |
2017-07-16 | cmake: install existing i18n files when update disabled | Stanislaw Halik | |
That was never intended. | |||
2017-06-22 | cmake: rename cache var | Stanislaw Halik | |
2017-06-19 | cmake: use DEFINE_SYMBOL target property rather than NIH | Stanislaw Halik | |
2017-06-19 | cmake: add cache variables | Stanislaw Halik | |