Andrey Kamaev
c68eb408c0
Merged the trunk r8917:8919
13 years ago
Andrey Kamaev
cfc593eb0d
Fixed run.py bugs
13 years ago
Andrey Kamaev
d4df1e0b5c
Merged the trunk r8887, r8891, r8314
13 years ago
Andrey Kamaev
565a8dc30d
Fixed automatic temporary files cleaning with run.py on Windows
13 years ago
Marina Kolpakova
162f9fd7ea
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
13 years ago
Marina Kolpakova
3def843652
merged the trunk r8719:8731 and 8807
13 years ago
Marina Kolpakova
680a44189c
merged the trunk r8704:8716
13 years ago
Andrey Kamaev
d9c74f63e1
All tests writing temporary files are updated to use cv::tempfile() function
13 years ago
Andrey Kamaev
1ee5c95ee9
Updated gtest to upstream rev616
13 years ago
Andrey Kamaev
511d09f587
Fixed tests broken by r8708
13 years ago
Andrey Kamaev
d48d7b2b46
Updated warning options for GCC; fixed new warnings.
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
542563c444
Fixed Android build warnings for old NDK
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Andrey Kamaev
ffa44fb114
Fixed precompiled headers build on Linux
13 years ago
Andrey Kamaev
47a4e87784
Ignored warnings from gtest with precompiled headers enabled
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Andrey Kamaev
81a5988015
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
13 years ago
Andrey Kamaev
c492dc6a83
Fixed property names in cap_dshow #1993
13 years ago
Anatoly Baksheev
6455488ff4
perf_framework: added TEST_CYCLE_MULTIRUN macros ( invokes function tested several times at each iteration )
13 years ago
Andrey Kamaev
70166820ea
Merged the trunk r8324:8345
13 years ago
Andrey Kamaev
c3577a288b
Merged the trunk r8291:8321
13 years ago
Andrey Kamaev
8d135e8ea1
Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows.
13 years ago
Andrey Kamaev
860172c626
run.py - fixed java tests launch on Windows
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Andrey Kamaev
95e657714f
Minor improvements: reduced verbosity of positioning tests; run.py - filter out non-executables on windows
13 years ago
Andrey Kamaev
09140c2fc6
Reenabled OpponentSIFT test;
...
Changed compiler flags for 32-bit MSVC;
Fixed handling of "d" suffix of debug binaries in run.py.
13 years ago
Andrey Kamaev
f208535bb6
run.py: Automatically enable color output in android tests (posix shell only)
13 years ago
Vadim Pisarevsky
b8e70ea6c9
NORM_L2SQR added too (ticket #1840 )
13 years ago
Vadim Pisarevsky
40f2c716af
added NORM_HAMMING* support to cv::norm (ticket #1840 )
13 years ago
Andrey Kamaev
3a4c14e549
Fixed verbosity of badarg tests
13 years ago
Andrey Kamaev
965dbf3620
run.py: try working directory as a build path if no paths provided
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Kamaev
74cc370c74
Added Java tests support to run.py
13 years ago
Andrey Kamaev
7cc7a3f37d
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
13 years ago
Marina Kolpakova
cf02b2e258
additional android logging for output gtest xml file
13 years ago
Andrey Kamaev
2854e7b5a2
Fixed perf tests crash in case of corrupted sanity data; added option to control process of generating new sanity records
13 years ago
Andrey Kamaev
d80651d99a
Added option to automatically run all accuracy tests with run.py
13 years ago
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
13 years ago
Andrey Kamaev
b3f10835a3
run.py: added option to show tests own help
13 years ago
Andrey Kamaev
aeaae8b057
Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings
13 years ago
Andrey Kamaev
691d392312
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
13 years ago
Anatoly Baksheev
84db4eb6fa
fixed ~200 warnings for windows
...
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Andrey Kamaev
9d5c24cdc8
Updating opencv module definition in cmake (continued)
13 years ago
Andrey Kamaev
13f4e70e95
Updating opencv module definition in cmake
13 years ago
Andrey Kamaev
6f99447fbf
Fixed compiler flags caching in cmake
13 years ago
Andrey Kamaev
504a93ed0a
Alternative xml naming for performance logs
13 years ago
Andrey Kamaev
c326de43c1
More natural sorting of MatType constants in performance reports.
13 years ago