- 13 May, 2014 2 commits
-
-
Alexander Alekhin authored
-
Vladislav Vinogradov authored
-
- 12 May, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 07 May, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 29 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 28 Apr, 2014 1 commit
-
-
Abhijit Kundu authored
-
- 13 Apr, 2014 5 commits
-
-
Tony authored
modified: CMakeLists.txt modified: cmake/OpenCVFindLibsGUI.cmake
-
Tony authored
When with_gtk is selected but GTK3 is not present the current logic fails to check for GTK2. This edit corrects this.
-
Tony authored
When GTK3 is not found, HAVE_GTK was being set to TRUE. This edit ensures that HAVE_GTK is only set if GTK3 or GTK2 (meeting minimum version requirements) is present. Selection logic for printing 'GTK: No' when the libraries are not found has also been removed so the message is printed when GTK is not found or selected in common with other libraries. Changes committed: modified: CMakeLists.txt modified: cmake/OpenCVFindLibsGUI.cmake
-
Tony authored
The new logic will select GTK+3 by default if WITH_GTK is selected. If the GTK+3 libraries are not found, then GTK+2 libraries will be selected if found. This can be overridden by using WITH_GTK_2_X to force selection of GTK+2 (if found).
-
Tony authored
specific code. As a result of this, HAVE_GTK3 no longer needs to be exposed. The use of HAVE_GTK, and HAVE_ GTK3 have been changed to mirror the method used by HAVE_QT and HAVE_QT5. On branch gtk3 Changes to be committed: modified: CMakeLists.txt modified: cmake/OpenCVFindLibsGUI.cmake modified: cmake/templates/cvconfig.h.in modified: modules/highgui/src/window.cpp modified: modules/highgui/src/window_gtk.cpp
-
- 12 Apr, 2014 1 commit
-
-
Tony authored
modified: CMakeLists.txt modified: cmake/OpenCVFindLibsGUI.cmake
-
- 11 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 10 Apr, 2014 1 commit
-
-
Tony authored
When with_gtk is selected but GTK3 is not present the current logic fails to check for GTK2. This edit corrects this.
-
- 09 Apr, 2014 2 commits
-
-
Tony authored
When GTK3 is not found, HAVE_GTK was being set to TRUE. This edit ensures that HAVE_GTK is only set if GTK3 or GTK2 (meeting minimum version requirements) is present. Selection logic for printing 'GTK: No' when the libraries are not found has also been removed so the message is printed when GTK is not found or selected in common with other libraries. Changes committed: modified: CMakeLists.txt modified: cmake/OpenCVFindLibsGUI.cmake
-
Alexander Alekhin authored
-
- 08 Apr, 2014 3 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 07 Apr, 2014 3 commits
-
-
vbystricky authored
-
vbystricky authored
-
vbystricky authored
-
- 03 Apr, 2014 2 commits
-
-
Alexander Alekhin authored
-
Elena Gvozdeva authored
-
- 01 Apr, 2014 2 commits
-
-
Tony authored
The new logic will select GTK+3 by default if WITH_GTK is selected. If the GTK+3 libraries are not found, then GTK+2 libraries will be selected if found. This can be overridden by using WITH_GTK_2_X to force selection of GTK+2 (if found).
-
Elena Gvozdeva authored
-
- 31 Mar, 2014 1 commit
-
-
Tony authored
specific code. As a result of this, HAVE_GTK3 no longer needs to be exposed. The use of HAVE_GTK, and HAVE_ GTK3 have been changed to mirror the method used by HAVE_QT and HAVE_QT5. On branch gtk3 Changes to be committed: modified: CMakeLists.txt modified: cmake/OpenCVFindLibsGUI.cmake modified: cmake/templates/cvconfig.h.in modified: modules/highgui/src/window.cpp modified: modules/highgui/src/window_gtk.cpp
-
- 28 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 22 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 21 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 19 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 18 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 17 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 12 Mar, 2014 1 commit
-
-
Anatoly Baksheev authored
-
- 06 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
Feature allows to exclude CUDA or OpenCL optimizations at all even CUDA is used on build. Exclusion of CUDA or OpenCL cut unwanted dependencies.
-
- 24 Feb, 2014 1 commit
-
-
Nicolas Martin authored
-
- 18 Feb, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 17 Feb, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 14 Feb, 2014 1 commit
-
-
Vladislav Vinogradov 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
-