Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-08 | fix clang warningsopentrack-2.3-rc19 | Stanislaw Halik | |
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
2015-07-16 | all: use macros for symbol exposure | Stanislaw Halik | |
2015-07-12 | ht: include in DLL, not as subprocess | Stanislaw Halik | |
2015-07-08 | retab and reformat only | Stanislaw Halik | |
2015-07-06 | ht: initial camera dialog | Stanislaw Halik | |
It doesn't work while tracking. Can't pass DirectShow handle through shared memory. | |||
2015-06-01 | pt, aruco, ht: select camera by name, not index | Stanislaw Halik | |
2015-05-22 | all: implicitly cancel on form dialog close | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-19 | update modules to refactored API | Stanislaw Halik | |
2014-09-22 | fixup! fix Linux build | Stanislaw Halik | |
2014-09-22 | win32: all plugins in Windows binary distro updated to new api | Stanislaw Halik | |
2014-09-22 | remove obsolete axis selector from trackers | Stanislaw Halik | |
2013-12-31 | finish rename | Stanislaw Halik | |
2013-12-31 | meta: get rid of Initialize(), now RAII | Stanislaw Halik | |
2013-12-30 | ht: reduce boilerplate | Stanislaw Halik | |
2013-12-30 | settings framework for ht tracker | Stanislaw Halik | |
2013-12-10 | s/Give/Get/ | Stanislaw Halik | |
2013-12-10 | remove return value from GiveHeadPoseData | Stanislaw Halik | |
2013-10-22 | ht: remove dead code | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-22 | optimize HT widget refresh | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-19 | unbreak build | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> Reported-by: mm0zct | |||
2013-10-19 | untested unbreakage | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-17 | all except 3rdparty-maintained stuff pass -Wall -Wextra -pedantic | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-15 | fix trackers for qt5 | Stanislaw Halik | |
Assorted changes: - make filenames unique, since automoc made a boo-boo - adjust include paths, "QtGui" -> "" - use std::shared_ptr in c++11 mode (thanks Patrick!) - make class names unique, automoc sucks, but saves typing - add a dummy class in one file since moronic automoc thinks every target contains Q_OBJECTS!!! | |||
2013-09-15 | Simplify tracker API | Stanislaw Halik | |
No need to have a separate finalization function, can just as well sleep in the destructor. | |||
2013-07-26 | Remove dead code | Stanislaw Halik | |
2013-04-13 | Don't use axes as class/struct members. Use an array instead, and iterate ↵ | Stanislaw Halik | |
over them where applicable. | |||
2013-04-07 | Better RANSAC params | Stanislaw Halik | |
2013-04-02 | Just put everything new in. Conflict resolution will be later | Stanislaw Halik | |
2013-03-22 | Remove .bat files, actually finish rename this time | Stanislaw Halik | |
2013-03-22 | finish rename | Stanislaw Halik | |
2013-03-22 | Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!! | Stanislaw Halik | |
.git/config: [core] ignorecase = false |