- 01 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
* Do not build protobuf if dnn is disabled * Added BUILD_LIST cmake option to the cache * Moved protobuf to the top level * Fixed static build * Fixed world build * fixup! Fixed world build
-
- 11 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 20 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 23 Mar, 2017 1 commit
-
-
Alexander Alekhin authored
- use suffixes like '.avx.cpp' - added CMake-generated files for '.simd.hpp' optimization approach - wrap HAL intrinsic headers into separate namespaces for different build flags - automatic vzeroupper insertion (via CV_INSTRUMENT_REGION macro)
-
- 23 Jan, 2017 1 commit
-
-
Alexander Alekhin 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
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 15 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 17 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 05 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 08 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 05 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 18 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 28 Aug, 2014 1 commit
-
-
StevenPuttemans authored
fixed dependency of stitching module on xfeatures2d module as optional fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
-
- 25 Aug, 2014 1 commit
-
-
StevenPuttemans authored
-
- 08 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 01 Jul, 2014 1 commit
-
-
Ievgen Khvedchenia authored
-
- 18 Apr, 2014 1 commit
-
-
Alessandro Trebbi authored
-
- 08 Nov, 2013 1 commit
-
-
Kiran Pradeep authored
CMake's get_filename_component with NAME_WE parameters, interprets first period as start of extension. For. e.g file name with out extension of 'this.is.a.text.file.txt' will be taken as 'this'. Hence using NAME with regex replacement to get 'this.is.a.text.file'
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 08 Aug, 2013 1 commit
-
-
Roman Donchenko authored
Looks like we don't actually use them; when creating precompiled headers with Visual C++, a dummy .cpp is created at build time.
-
- 10 Jul, 2013 1 commit
-
-
Roman Donchenko authored
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Mar, 2013 1 commit
-
-
Anatoly Baksheev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 28 Jun, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Vadim Pisarevsky authored
added script to build the universal opencv2.framework for iOS device and simulator. fixed opencv_world cmake script to create static libopencv_world.a for iOS. temporarily disable compressed file storages in the case of iOS (to avoid dependency of zlib)
-
- 06 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 21 May, 2012 2 commits
-
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876)
-
- 13 May, 2012 1 commit
-
-
Andrey Kamaev authored
Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows.
-
- 12 May, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
-