Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-19 | Fix bundle creation OSX | R. van Twisk | |
2019-07-05 | cmake: add default flags for gcc/clang | Stanislaw Halik | |
2019-05-25 | cmake: fix rpath on first generation | Stanislaw Halik | |
2019-05-06 | cmake: install sources | Stanislaw Halik | |
2019-02-22 | cmake: fix typo | Stanislaw Halik | |
2019-02-11 | cmake: require v3.13 for target_{compile,link}_options | Stanislaw Halik | |
2019-02-10 | cmake: fix warning with new version | Stanislaw Halik | |
2019-02-10 | cmake: small cleanup | Stanislaw Halik | |
2018-12-25 | cmake: move CMakeDetermineCXXCompiler after project() | Stanislaw Halik | |
2018-12-24 | cmake: decruft, disable deprecated Qt functions | Stanislaw Halik | |
2018-12-24 | cmake, modules: fix project language logic errors | Stanislaw Halik | |
2018-12-19 | cmake/word-size: move to cmake/platform | Stanislaw Halik | |
2018-10-29 | cmake: add include guards | Stanislaw Halik | |
2018-10-05 | cmake: fix mingw-w64 | Stanislaw Halik | |
2018-07-10 | cmake: spew out effective flags | Stanislaw Halik | |
2018-07-10 | fixup! cmake: rename | 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-17 | cmake: bump required to 3.8 (we use C++17) | Stanislaw Halik | |
2018-05-14 | cmake: min version bump | Stanislaw Halik | |
2018-04-05 | cmake: install loose files last | Stanislaw Halik | |
Installing freetrack .dll's fails when a game is running. If we install the dll last, we can still run a fresh opentrack build. | |||
2018-03-14 | cmake: some cleanup | Stanislaw Halik | |
2018-02-12 | contrib: don't install source code | Stanislaw Halik | |
2018-02-12 | cmake: add zh_CN | Stanislaw Halik | |
cf. #746 | |||
2018-01-16 | cmake: split variant handling to each variant | 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. | |||
2017-11-15 | cmake: mode change | Stanislaw Halik | |
2017-10-20 | some nonsense | Stanislaw Halik | |
2017-09-30 | cmake: split i18n into own file | Stanislaw Halik | |
2017-09-25 | api, logic: support "extensions" for pose transform | Stanislaw Halik | |
2017-08-25 | cmake: move to separate file | Stanislaw Halik | |
2017-08-14 | cmake: some small quality-of-life improvements | Stanislaw Halik | |
2017-07-16 | cmake: don't cache initial translation list | Stanislaw Halik | |
2017-06-19 | cmake: remove some complex code | Stanislaw Halik | |
2017-06-19 | cmake: add cache variables | Stanislaw Halik | |
2017-06-19 | cmake: move from build to mrproper and platform | Stanislaw Halik | |
2017-06-10 | cmake: don't force cache variables | Stanislaw Halik | |
2017-03-28 | rename spline-widget -> spline | Stanislaw Halik | |
Adjust usages. | |||
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-03-27 | cmake: remove -DNDEBUG from cxxflags automatically | Stanislaw Halik | |
User came complain why ndebug-guard.hpp #error'ed out. | |||
2017-02-24 | cmake: install program sources more robustly | Stanislaw Halik | |
Before it skipped some subdirectory parts. | |||
2017-02-24 | cmake: fix policy scope | Stanislaw Halik | |
2017-02-22 | cmake: change translation regen logic | Stanislaw Halik | |
- lupdate runs after every source code change for that module - lrelease depends on .ts files created by lupdate - SDK_REGEN_TRANSLATIONS got removed - file dependencies are expressed right, so parallel build works | |||
2017-02-13 | cmake: allow run i18n target if SDK_REGEN_TRANSLATIONS is false | Stanislaw Halik | |
2017-01-01 | Revert "cmake: switch to using dynamically-linked CRT" | Stanislaw Halik | |
This reverts commit 28d028d26abaaa5c6192624262811e2989de36de. | |||
2016-12-24 | cmake: switch to using dynamically-linked CRT | Stanislaw Halik | |
It's been verified to work on Windows XP. | |||
2016-12-08 | cmake: use CMAKE_COMMAND var | Stanislaw Halik | |
2016-12-08 | cmake: fix translation generation | Stanislaw Halik | |
2016-11-29 | contrib, cmake: add stub translation generator | Stanislaw Halik | |
Issue: #500 |