- 21 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 19 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 24 Feb, 2014 1 commit
-
-
Roman Donchenko authored
-
- 18 Feb, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 13 Feb, 2014 1 commit
-
-
Stuart Cunningham authored
Improve comments to indicate actual usage of WORDS_BIGENDIAN where it is tested with #ifdef rather than #if
-
- 12 Feb, 2014 3 commits
-
-
Ilya Lavrenov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 04 Feb, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 29 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 28 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
Added opencv_testing.sh.in file; opencv_testing.sh installation guarded by OS check.
-
- 27 Jan, 2014 2 commits
-
-
Alexander Smorkalov authored
Env setup for testing package implemented using /etc/profile.d; Variable with path for all native samples added; Path for test binaries and test data updated.
-
Alexander Smorkalov authored
-
- 26 Jan, 2014 1 commit
-
-
Anatoly Baksheev authored
-
- 21 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 20 Jan, 2014 1 commit
-
-
Anatoly Baksheev authored
-
- 26 Dec, 2013 1 commit
-
-
GregoryMorse authored
WinRT native C++ support allowing building of static libraries Update CMakeLists.txt Update OpenCVCRTLinkage.cmake Update OpenCVCRTLinkage.cmake
-
- 23 Dec, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 20 Dec, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 19 Dec, 2013 4 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 13 Dec, 2013 1 commit
-
-
Vladimir Bystricky authored
-
- 03 Dec, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
(master branch was fixed before, no need to merge this to master!) - disable openexr (numerous undefined std::min & std::max) - workaround for two compilator bugs
-
- 28 Nov, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 22 Nov, 2013 1 commit
-
-
Alexander Smorkalov authored
Some of functions were enabled on Qualcomm S800 by changing grid size; OpenCL kernel grid size unification for different platfroms; Test pass rate improvements by inclreasing threshold; Some tests were disabled for Android; run.py was adopted for devices with brackets in in name.
-
- 30 Oct, 2013 1 commit
-
-
Roman Donchenko authored
include() doesn't create a variable scope, so the settings of CMAKE_MODULE_PATH and CMAKE_FIND_ROOT_PATH_MODE_* were polluting everything included after OpenCVDetectCUDA.cmake. Also, FindCUDA includes FindPackageHandleStandardArgs, which includes CMakeParseArguments, which causes warnings related to policy CMP0017. Setting it to NEW seems safe enough.
-
- 25 Oct, 2013 1 commit
-
-
Roman Donchenko authored
The reasons for that are twofold: 1) LINK_PRIVATE is only available since CMake 2.8.7. 2) The way it was used generated a warning because of CMake policy CMP0023: http://www.cmake.org/cmake/help/v2.8.12/cmake.html#policy:CMP0023 Using LINK_INTERFACE_LIBRARIES actually causes another warning - this time because of CMake policy CMP0022: http://www.cmake.org/cmake/help/v2.8.12/cmake.html#policy:CMP0022 I set the policy to OLD, because NEW means subtle changes when compiling with CMake 2.8.12, and I don't want to research that this close to release. :-) I also removed the setting of CMP0003, because it's set by cmake_minimal_version anyway.
-
- 22 Oct, 2013 1 commit
-
-
Roman Donchenko authored
Bug report and inspiration: http://code.opencv.org/issues/3328
-
- 18 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 17 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
This will allow to disable modules between cmake runs
-
- 16 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 09 Oct, 2013 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Allow to build samples via OpenCV binaries from distribution package (find_package with OpenCV_DIR).
-
- 02 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
Support functions from OpenCL 1.1 / OpenCL 1.2
-
- 30 Sep, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 14 Aug, 2013 1 commit
-
-
kamjagin authored
-