- 19 Jun, 2013 2 commits
-
-
Roman Donchenko authored
I don't know why it didn't work for the original author, but it definitely works now.
-
peng xiao authored
There is no WIN64 defined in the environment.
-
- 18 Jun, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 13 Jun, 2013 1 commit
-
-
Vladislav Vinogradov authored
OPENCLAMDBLAS and OPENCLAMDFFT never detected under linux. lib64/import and lib32/import is the path on Windows but not Linux. for CLAMDBLAS library we should use CLAMDBLAS_PATH (not CLAMDFFT_PATH)
-
- 11 Jun, 2013 1 commit
-
-
Andrew Senin authored
-
- 07 Jun, 2013 1 commit
-
-
Roman Donchenko authored
This has no bearing on compilation, but it makes them show up in IDEs.
-
- 06 Jun, 2013 1 commit
-
-
Roman Donchenko authored
Also, removing explicit include path configuration, since QT_USE_FILE takes care of that.
-
- 05 Jun, 2013 1 commit
-
-
Roman Donchenko authored
We don't really need it, it makes the code longer, and it can lead to inconsistent paths when OpenCV is itself inside a symlink.
-
- 03 Jun, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 31 May, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
setting 'char' to be signed by default since some tests fail when it's wrong (e.g. native compilation on ARM Linux)
-
- 27 May, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 14 May, 2013 1 commit
-
-
Dominik Rose authored
-
- 13 May, 2013 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 29 Apr, 2013 1 commit
-
-
Andrey Pavlenko authored
fixing precommit build on ubuntu-64 (now it takes OCL headers from non-default OCL SDK, but libs from default one)
-
- 17 Apr, 2013 1 commit
-
-
Roman Donchenko authored
This also fixes the bug where the Sphinx version gets detected as "Sphinx vX.Y.Z" instead of "X.Y.Z" on Unix-like systems.
-
- 12 Apr, 2013 1 commit
-
-
yao authored
-
- 10 Apr, 2013 1 commit
-
-
Roman Donchenko authored
Backport from master.
-
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 04 Apr, 2013 4 commits
-
-
Andrey Kamaev authored
Old paths can have problems with cross-compilation
-
Alexander Smorkalov authored
Native activity build warning fixed; Logcat messages for JavaCameraView updated (Bug #2876); Some fixes for feature #2893 done.
-
Andrey Kamaev authored
Issue #2868
-
Andrey Kamaev authored
Issue #2820
-
- 03 Apr, 2013 4 commits
-
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
-
Vladislav Vinogradov authored
command line option '-Wsign-promo' is valid for C++/ObjC++ but not for C [enabled by default]
-
Alexander Smorkalov authored
-
- 29 Mar, 2013 1 commit
-
-
Misty De Meo authored
Mac OS X 10.7 and newer don't come with Java installed. They do include some stub binaries, which ask the user if they want to install Java when run. OpenCV's cmake script just checks for the existence of an ant binary and assumes that Java's available if ant is. As a result, cmake will configure the build to use Java and it will fail once it tries to compile the Java bindings. This fixes the issue by checking for the exit status of `ant -version` - it exits 0 if Java is installed, or 1 otherwise.(cherry picked from commit a423afdd)
-
- 27 Mar, 2013 2 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
Fixed flann build with NEON; Fixed Haming distance with NEON; Honest cvRound for WinRT added; cvRound test added; Video IO with direct show disabled;
-
- 26 Mar, 2013 2 commits
- 25 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Anatoly Baksheev authored
-
- 21 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 20 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 18 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
-