Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-06-18 | cmake: random nonsense | Stanislaw Halik | |
2017-06-07 | cmake: cleanup | Stanislaw Halik | |
We now inherit parent process' console. No need for the cmake cache option. | |||
2017-05-24 | cmake: avoid rebuilds wrt win32 subsystem | Stanislaw Halik | |
2017-05-16 | cmake: fix i18n target dependencies | Stanislaw Halik | |
The real error was on the "DEPENDS" like in boilerplate.cmake. The rest is merely removing dead code. | |||
2017-05-16 | nothing | Stanislaw Halik | |
2017-05-16 | add otr_prop for appending property strings | Stanislaw Halik | |
2017-05-16 | cmake: fix makefile dependencies | Stanislaw Halik | |
2017-05-14 | Merge branch 'unstable' into unstable | Stanisław Halik | |
2017-05-12 | cmake: don't relink when no headers change | Stanislaw Halik | |
This makes release builds hella fast. | |||
2017-05-12 | fix linux build | Sven Kocksch | |
2017-05-10 | cmake: fix var expansion for older cmake versions | Stanislaw Halik | |
2017-05-10 | cmake: unbreak linker language detect for GNU | Stanislaw Halik | |
2017-05-10 | cmake: APPEND_STRING must have a space in front | Stanislaw Halik | |
2017-05-03 | cmake: conditionalize .pdb install on MSVC | Stanislaw Halik | |
I haven't written the binutils equivalent yet. The official builds will come with debug info but it defaults to disabled. cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298856218 | |||
2017-05-03 | cmake: simplify | Stanislaw Halik | |
otr_module is still long but more readable now. There shouldn't be any breaking changes. Also, .pdb install is now enabled. The rationale is that unless the user performs a build on his own, the original .pdb files are long gone. Still need to add splitdebug for Unix installations. | |||
2017-04-07 | cmake: remove PROJECT() scope from subdirectories | Stanislaw Halik | |
cf. https://bugreports.qt.io/browse/QTCREATORBUG-17955 |