Alexander Alekhin
|
0312df4812
|
cmake: fix compiler flags
|
2017-07-30 14:11:10 +03:00 |
|
Alexander Alekhin
|
041502e42c
|
build: eliminate ICC warnings
|
2016-12-15 16:03:15 +03:00 |
|
Alexander Alekhin
|
d206e84a13
|
cmake: use -fp-model precise with ICC
|
2016-12-15 15:50:30 +03:00 |
|
Alexander Alekhin
|
26fbaada0a
|
cmake: disable warning C4127 for MSVS < 2015
|
2016-12-10 18:38:05 +03:00 |
|
Alexander Alekhin
|
a3bfa6f566
|
cmake: ccache
|
2016-11-23 15:07:58 +03:00 |
|
Maksim Shabunin
|
21167b1bf1
|
Fixed several GCC 5.x warnings
|
2016-11-18 15:31:05 +03:00 |
|
Maksim Shabunin
|
f49936a849
|
Fixed cmake and build issues when using Visual Studio 2015
|
2015-10-29 11:50:48 +03:00 |
|
Alexander Alekhin
|
42ba5c7d16
|
fix GCC 4.9 warnings
|
2015-07-22 14:17:54 +03:00 |
|
Vladislav Vinogradov
|
cde697dd14
|
introduce BUILD_TINY_GPU_MODULE CMake option
it adds OPENCV_TINY_GPU_MODULE definition, that will allow
to build tiny version of gpu module (with limited image format support)
|
2015-05-06 17:13:59 +03:00 |
|
Vladimir Kolesnikov
|
58c9135626
|
Not block PDB file in multithreaded build on Windows.
If used cl compiler, but generator is not Visual Studio e.g. Ninja,
enable FS option to prevent blocking PDB file in multithreaded build.
|
2015-04-01 13:52:07 +03:00 |
|
Alexander Smorkalov
|
c778011f14
|
More accurate AVX and AVX2 control.
- Previous version just checked option support, but not enable it.
- Also OpenCV tests reports invalid AVX and AVX2 support status.
|
2015-01-04 23:41:14 +03:00 |
|
Maksim Shabunin
|
09fb7512ed
|
Fixed iOS framework compilation warnings
|
2014-10-27 15:28:21 +03:00 |
|
Alexander Smorkalov
|
6bb6039ebb
|
Fixes for QNX 6.6 Neitrino support.
|
2014-10-23 17:17:35 +04:00 |
|
Richard Yoo
|
de37cfc224
|
Enable Intel AVX/AVX2 compilation on Windows.
|
2014-07-21 13:26:50 -07:00 |
|
Richard Yoo
|
c38023f4e7
|
Modifications to support dynamic vector dispatch.
|
2014-07-09 16:55:39 -07:00 |
|
Richard Yoo
|
11a09ef5cc
|
Changes to support Intel AVX/AVX2 in cvResize().
|
2014-06-06 15:39:09 -07:00 |
|
Alexander Smorkalov
|
de6d13088f
|
gcov tool support added.
|
2014-02-18 12:59:41 +04:00 |
|
Alexander Smorkalov
|
9941c6710d
|
NEON instruction set control unified for regular and cross-compiler builds.
|
2013-12-20 16:02:37 +04:00 |
|
Alexander Smorkalov
|
d39e73365c
|
Some debug options are removed because they are installed by Cmake automatically.
Also forcing -ggdb3 on android leads to debuging issues.
|
2013-11-29 15:34:50 +04:00 |
|
Roman Donchenko
|
10860783ef
|
Added warnings-as-errors support for MSVC.
|
2013-08-22 18:25:38 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Andrey Pavlenko
|
081c47e3df
|
making the comment less ambigous
|
2013-05-31 19:55:51 +04:00 |
|
Andrey Pavlenko
|
6f006e50dc
|
setting 'char' to be signed by default since some tests fail when it's wrong (e.g. native compilation on ARM Linux)
|
2013-05-31 18:58:30 +04:00 |
|
Andrey Kamaev
|
22d33373fa
|
Fix build warnings on MSVC x64 and OS X clang
|
2013-03-01 13:29:43 +04:00 |
|
Andrey Kamaev
|
ed00642600
|
Force build with -O2 instead of -O3 on 32-bit linux
|
2012-10-23 15:52:11 +04:00 |
|
Andrey Kamaev
|
a3b1971977
|
Bring back escaped virtual destructors from 2.4.2
|
2012-10-15 17:48:49 +04:00 |
|
Vadim Pisarevsky
|
4be7619ce4
|
_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3
|
2012-10-08 21:37:15 +04:00 |
|
Andrey Kamaev
|
f32eb05ea1
|
Fix AVX and other SIMD support detection
|
2012-09-17 13:30:28 +04:00 |
|
Anatoly Baksheev
|
0ba01afd83
|
added GPU bilateral filter + tests
added GPU non local means brute force filter + tests
|
2012-08-29 19:20:32 +04:00 |
|
Anatoly Baksheev
|
290030d030
|
possibility to enable /mp compiler flag from cmake
fixed MCVC warnings
|
2012-08-23 16:53:53 +04:00 |
|
Vadim Pisarevsky
|
fac3d9994c
|
integrated another portion of SSE optimizations from Grigory Frolov
|
2012-07-31 19:07:55 +04:00 |
|
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
2012-06-20 12:27:02 +00:00 |
|
Andrey Kamaev
|
16b50fcec7
|
restored -Wno-unnamed-type-template-args
|
2012-06-12 16:15:14 +00:00 |
|
Andrey Kamaev
|
4ddcf06404
|
Added own CMake macro for compiler flag checks (to not depend on CMake version)
|
2012-06-12 16:11:30 +00:00 |
|
Andrey Kamaev
|
37212f5e00
|
Fixing compiler flags checks.
|
2012-06-12 15:14:28 +00:00 |
|
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
2012-06-12 14:46:12 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Andrey Kamaev
|
8720b27d87
|
Fixed build with TBB for Android
|
2012-06-08 10:32:51 +00:00 |
|
Andrey Kamaev
|
2f40905548
|
Fixed Android build
|
2012-06-08 08:11:17 +00:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Andrey Kamaev
|
0fe0a88108
|
Minor cmake change
|
2012-05-23 19:28:41 +00:00 |
|
Andrey Kamaev
|
f8368ba6da
|
MinGW: try -mpreferred-stack-boundary instead of mstackrealign
|
2012-05-19 08:50:24 +00:00 |
|
Andrey Kamaev
|
18c52c309b
|
Restored -O2 for MinGW
|
2012-05-18 17:32:55 +00:00 |
|
Andrey Kamaev
|
4a3141accf
|
#1932 Fixed SSE instability on mingw32
|
2012-05-17 20:25:12 +00:00 |
|
Andrey Kamaev
|
d2da219ec0
|
Fixed incorrect CMake variable name
|
2012-05-15 07:43:00 +00:00 |
|
Andrey Kamaev
|
26fb7603c0
|
Fixed typo #1896
|
2012-05-14 14:51:13 +00:00 |
|
Andrey Kamaev
|
07658aeb74
|
Fixed replacement of -O3 with -O2 for mingw compiler #1896
|
2012-05-14 14:19:28 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Alexander Shishkov
|
216ef24b92
|
fixed Debug compilation on Windows (it works for VS versions > 2005)
|
2012-03-26 07:33:01 +00:00 |
|