- 02 May, 2017 2 commits
-
-
Yuriy Solovyov authored
-
Yuriy Solovyov authored
-
- 26 Apr, 2017 1 commit
-
-
Alexander Alekhin authored
- eliminate CMake 3.5+ warnings - removed usage of dropped "OPENCV_CAMERA_MODULES" variable - partial support for Android NDK 11+
-
- 16 Apr, 2017 1 commit
-
-
Kyle Fleming authored
Without it set, the build will choose the current OS version as the deployment target. 10.9 is the earliest usable, since that is when OS X introduced libc++.
-
- 18 Mar, 2017 1 commit
-
-
Kerry Billingham authored
* Introduced OSGi Blueprint XML file and Bean class too automatically load the native library. * Introduced integration testing module to deploy to Karaf OSGi implementation. * Clears library executable stack flag during build. * Updated README document.
-
- 21 Feb, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 24 Jan, 2017 1 commit
-
-
Dal Rupnik authored
-
- 20 Jan, 2017 1 commit
-
-
Dal Rupnik authored
CMake: Building Dynamic Framework on iOS (#8009) * Updated python script with dynamic parameter Updated python script to build static library by default Updated python script to include bitcode flag Added bitcode flag to c flags Fixed directories and targets with static Bitcode parameter fixed Fixed script for static library Fixed parameters in build function Updated cmake common toolchain Added changes to OpenCV Utils Updates to cmake Added cache internal Updates to common toolchain Fixed path in framework destination and added UIKit dependency Dynamic plist for framework Lib version removed hardcoded value Removed trailing whitespace in toolchain * Removed trailing whitespace * Fixed typo in comment * Renamed bitcode variable to bitcodedisabled * Fixed target device family
-
- 19 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
3.2.0-rc
-
- 18 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 10 Nov, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 12 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 28 Sep, 2016 1 commit
-
-
Ian MacLeod authored
-
- 16 Sep, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 01 Sep, 2016 1 commit
-
-
Matthew Cook authored
-
- 11 Aug, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 12 Jul, 2016 2 commits
-
-
Kerry Billingham authored
This commit introduces a POM.xml file to allow the build of OpenCV and Java bundles using Maven. An additonal directory has been created 'platforms/maven' to contain the POM and scripts used during the build process. An additional Markdown file is included to give instructions on how to build with Maven.
-
Alexander Alekhin authored
-
- 07 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 28 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 20 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 12 May, 2016 1 commit
-
-
Dmitry Mozgin authored
-
- 21 Jan, 2016 1 commit
-
-
Matt Leotta authored
The INSTALL_NAME_DIR property of a target specifies how a dynamic library should be found on OS X. If INSTALL_NAME_DIR is not specified the loader will search relative to the standard search paths. If specified it should either be an absolute path or relative path prefixed with either @executable_path, @load_path, or @rpath. Specifying "lib" does not make sense here and causes linking error as documented here: http://answers.opencv.org/question/4134/cmake-install_name_tool-absolute-path-for-library-on-mac-osx/ and here http://stackoverflow.com/questions/26978806/dyld-library-not-loaded-lib-libopencv-core-3-0-dylib-reason-image-not-found This patch removes INSTALL_NAME_DIR everywhere it is set to "lib". An alternate solution would be to set an absolute path like "${CMAKE_INSTALL_PREFIX}/lib" or relative path like "@executable_path/../lib". However, if there is not specific need for specifying a path, it is probably best left unset.
-
- 05 Jan, 2016 2 commits
-
-
Pierre Dulac authored
and fix the compilation for iOS in the same time
-
Anush Elangovan authored
The Android NDK would be moving to Clang as its default compiler in the future. This patch allows OpenCV to build with the default c++_shared / c++_static TEST=Builds OpenCV with -DANDROID_TOOLCHAIN_NAME= aarch64-linux-android-clang3.6 -DANDROID_STL=c++_shared
-
- 18 Dec, 2015 2 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
- 17 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 17 Nov, 2015 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 29 Oct, 2015 2 commits
-
-
Maksim Shabunin authored
Conflicts: modules/ts/misc/run.py
-
Maksim Shabunin authored
-
- 12 Oct, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 01 Sep, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 31 Aug, 2015 1 commit
-
-
Maksim Shabunin authored
- IPP is disabled by default when compiler is mingw (couldn't make it work) - fixed some warnings - fixed some `__GNUC__` version checks (for correctness and convenience) - removed UTF-8 BOM from hough.cpp (fixes #5253)
-
- 25 Aug, 2015 1 commit
-
-
Anush Elangovan authored
Add Android HardFP support. Expose the "armeabi-v7a-hard with NEON" ANDROID_ABI. TEST= Add -DANDROID_NATIVE_API_LEVEL=21 -DANDROID_ABI="armeabi-v7a-hard with NEON" to compile with hardfp. Checked the output of make verbose to confirm -lm_hard is being linked. There are known test failures but that can be fixed once this is in.
-