Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-20 | api, compat: backport exports fix | Stanislaw Halik | |
2016-09-20 | cmake: expose M_PI and friends on MSVC | Stanislaw Halik | |
2016-09-12 | cmake: add msvc toolchain | Stanislaw Halik | |
2016-03-07 | Merge branch 'unstable' into trackhattrackhat-1.2p1 | Stanislaw Halik | |
2016-03-07 | tarball: don't assume env(1) is in pathopentrack-2.3-rc21p9 | Stanislaw Halik | |
2016-03-06 | cmake: don't search for Qt5Xml | Stanislaw Halik | |
We're not using it anywhere. | |||
2016-03-06 | cmake: update compiler path in toolchain file | Stanislaw Halik | |
We're now using dw2 rather than sjlj for official builds. | |||
2016-01-06 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
* unstable: cmake: don't upload tarball for branch builds cmake: append branch information for branch builds | |||
2016-01-06 | cmake: append branch information for branch builds | Stanislaw Halik | |
2016-01-06 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
* unstable: (140 commits) tracker/pt: increase auto threshold bucket size again tracker/pt: limit max amount of extracted blobs gui: don't update main window if we're minimized tracker/pt: only show widget if the frame is visible tracker/pt: don't resize twice in widget freetrack/games: regen contrib/make-csv: perl sort isn't stable, don't ignore case tracker/pt: avoid widget temp QImage allocation spline-widget: oops, pass by reference tracker/pt: don't allocate temporary dynamic size arrays tracker/pt: don't copy points array needlessly tracker/pt: don't allocate temporary frame tracker/pt: cv::Mat::at<T> is slow, use cv::Mat::ptr tracker/pt: avoid widget malloc when able tracker/pt: optimize widget tracker/pt: update video widget at 40 -> 50 ms cmake/mingw-w64: update tracker/pt: reduce mutex contention gui: fix left margin tracker/pt: remove krap tracker/pt: move ctor out of the loop tracker/pt: nix unused tracker/pt: don't fill mask on frame pose-widget: also bilinear interpolation of alpha value ui: adjust margin ui: make more compact glwidget: use transparent octopus background api/mat: fix typos/breakage api/joy: refresh only manually on certain events pt: histogram more granular 6 -> 8 cmake/api: link with strmiids.lib on win32 tracker/pt: reduce auto thresholding histogram bucket size api/keys: prevent idempotent keys api/joy: move from header api/joy: prevent idempotent keypressed passed to receiver compat/options: get rid of std::string usage compat/options: move from header gui/settings: set parent, otherwise not modal gui/settings: don't forget to show a modal dialog before executing gui/main: don't raise a new window, it's enough to set visible api/joy: speed up poll_axis path api/joy: nix static, now that we're not a singleton tracker/joy: adapt to non-singleton joy worker joystick: no longer singleton, use fake window handle api/keys: use a fake window for DirectInput handle gui/keys: allow for pausing global keystrokes for options dialog api/keys: nix tautological #ifdef contrib/aruco: oops, right extension contrib/aruco: use @frost555's marker image api/camera-names: move to compat/ ... | |||
2015-12-18 | cmake/mingw-w64: update | Stanislaw Halik | |
2015-11-03 | cmake: can use default hidden visibility on apple | Stanislaw Halik | |
2015-11-01 | cmake: export only needed symbols | Stanislaw Halik | |
2015-11-01 | cmake: less linkage boilerplate | Stanislaw Halik | |
2015-11-01 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
2015-11-01 | cmake: add current module name to preprocessor vars | Stanislaw Halik | |
2015-11-01 | cmake: nuke -rdynamic | Stanislaw Halik | |
2015-11-01 | cmake: fix NO-LINKER-SCRIPT | Stanislaw Halik | |
typo | |||
2015-10-31 | fix osx install bundle orderopentrack-2.3-rc20p1 | Stanislaw Halik | |
2015-10-30 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
2015-10-30 | qxt: fix unix build | Stanislaw Halik | |
2015-10-30 | mismerge: don't install contrib/ | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-30 | cmake: switch to GNU CC 5.2.0 in mingw-w64 toolchain fileopentrack-2.3-rc20 | Stanislaw Halik | |
2015-10-28 | buffer flush | Stanislaw Halik | |
2015-10-22 | cmake: update toolchain file | Stanislaw Halik | |
2015-10-20 | cmake: fix copy-paste comment | Stanislaw Halik | |
2015-10-20 | cmake: add toolchain file for OSX | Stanislaw Halik | |
2015-10-18 | cmake: regen before making tarball | Stanislaw Halik | |
Updates timestamp as it should. | |||
2015-10-17 | cmake: fix git describe --dirty | Stanislaw Halik | |
2015-10-17 | cmake: retab git module | Stanislaw Halik | |
2015-10-17 | cmake: drop -ffast-math, allow for NaN check | Stanislaw Halik | |
2015-08-13 | update mingw-w64 cmake toolchain file | Stanislaw Halik | |
2015-07-08 | generic toolchain for unix systems | Stanislaw Halik | |
2015-06-18 | cmake: switch LTO off | Stanislaw Halik | |
It emits broken binaries on trackhat branch. If it's so easy to break let's not use it. | |||
2015-06-18 | cmake: add toolchain debug version | Stanislaw Halik | |
2015-06-15 | cmake: now able to build with IPA with minor changes | Stanislaw Halik | |
For OpenCV videoio/cap_dshow.cpp, deactivate LTO for just that file. Either with cmake or #pragma. Otherwise opening the camera causes a crash in DShow machinery. LibOVR build without LTO completely as there are some duplicate symbol errors. Other than that, LTO build seems to work fine. | |||
2015-06-12 | cmake: more opt flags | Stanislaw Halik | |
2015-06-10 | for an optimized build we need gcc-{ar,nm,ranlib} | Stanislaw Halik | |
2015-06-09 | cmake: remove too many flags, lto linker plugin doesn't work | Stanislaw Halik | |
2015-06-06 | cmake: apply more optimizations to release builds | Stanislaw Halik | |
This MAY break support on hardware like AMD or older Intel CPUs. In this case revert this commit. | |||
2015-06-03 | cmake toolchain file: slight tweaks | Stanislaw Halik | |
2014-12-19 | cmake: cleanup hardcoded path in toolchain file | Stanislaw Halik | |
2014-11-19 | fix build further | Stanislaw Halik | |
2014-11-19 | cmake: fix lto build | Stanislaw Halik | |
2014-11-19 | cmake convenience | Stanislaw Halik | |
2014-10-19 | fix link errors on win32 -only- | Stanislaw Halik | |
2014-09-22 | add -ffast-math to toolchain file | Stanislaw Halik | |
2014-09-22 | cmake: add cross-compile example | Stanislaw Halik | |
2013-10-23 | integrate Git version in the titlebar | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> |