Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-24 | cmake/platform: don't break build via -HIGHENTROPYVA | Stanislaw Halik | |
Fixes: #640 | |||
2017-06-22 | misc irrelevant | Stanislaw Halik | |
2017-06-22 | tracker/pt: replace point extraction algorithm | Stanislaw Halik | |
Profiling over a longer time period showed a bottleneck while iterating pixels with `cv::floodFill()'. Contours are actually faster, and we have MeanShift to establish the proper center basing on pixel intensities. | |||
2017-06-22 | cmake: rename cache var | Stanislaw Halik | |
2017-06-19 | cmake/msvc: new stuff | Stanislaw Halik | |
2017-06-19 | cmake: remove some complex code | 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-19 | cmake: move from build to mrproper and platform | Stanislaw Halik | |
2017-06-18 | cmake: random nonsense | Stanislaw Halik | |
2017-06-13 | cmake: fix rebuild on SDK_INSTALL_DEBUG_INFO | Stanislaw Halik | |
2017-06-12 | cleanup | Stanislaw Halik | |
2017-06-10 | cmake: don't force cache variables | Stanislaw Halik | |
2017-06-07 | cmake: cleanup | Stanislaw Halik | |
We now inherit parent process' console. No need for the cmake cache option. | |||
2017-05-30 | fix linux hotkeys | Stanislaw Halik | |
Requested-by: @miniskipper and many others | |||
2017-05-24 | cmake: avoid rebuilds wrt win32 subsystem | Stanislaw Halik | |
2017-05-16 | cmake/msvc: unset linker warnings are errors | Stanislaw Halik | |
Spurious "corrupted .pdb" warning doesn't let complete the build. | |||
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-16 | cleanup | Stanislaw Halik | |
2017-05-16 | cmake/mingw-w64: update for cygwin cross | 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: also copy Qt pdb files if they exist | Stanislaw Halik | |
2017-05-10 | cmake/msvc: -Gm requires -Zi | Stanislaw Halik | |
2017-05-10 | cmake/msvc: add -DHAS_EXCEPTIONS=0 | 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 | |
The original was pretty tasteless. | |||
2017-05-03 | cmake: also set .pdb generation, duh | Stanislaw Halik | |
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-05-03 | revert msvc utf-8 source file encoding | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298637288 | |||
2017-05-02 | cmake/msvc: always pass -source-charset | Stanislaw Halik | |
The toolchain file isn't always used. | |||
2017-04-30 | cmake/msvc: don't warn on charset includes | Stanislaw Halik | |
They're in dependencies. | |||
2017-04-29 | cmake/msvc: don't force sse2 for all projects | Stanislaw Halik | |
In particular OpenCV now branches on extensions at runtime. | |||
2017-04-20 | cmake: disable lto miscompiling binaries | Stanislaw Halik | |
2017-04-18 | cmake: remove skip-translation-update cache var | Stanislaw Halik | |
Better way is to checkout .ts files from the current branch after running `make i18n'. | |||
2017-04-12 | cmake/mingw-w64: mess it up again | Stanislaw Halik | |
2017-04-12 | cmake: don't barf out on nonexistent files in lrelease | Stanislaw Halik | |
2017-04-07 | cmake: remove PROJECT() scope from subdirectories | Stanislaw Halik | |
cf. https://bugreports.qt.io/browse/QTCREATORBUG-17955 | |||
2017-04-06 | cmake: PROJECT() must be invoked from inside a macro | Stanislaw Halik | |
Otherwise CMAKE_PROJECT_NAME and PROJECT_NAME are equal when invoked from inside a function. Also, split headers and units into separate variables for further testing. cf. https://bugreports.qt.io/browse/QTCREATORBUG-17955 | |||
2017-04-06 | cmake: update few toolchain files | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/586#issuecomment-291313687 | |||
2017-03-30 | cmake: add skipping lupdate again | Stanislaw Halik | |
2017-03-29 | cmake: fix build | Stanislaw Halik | |
2017-03-28 | cmake: fix i18n target | Stanislaw Halik | |