Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
11 years ago
Alexander Smorkalov
b15addec70
C4447 warning about main function format suppressed.
11 years ago
Alexander Smorkalov
d62c98527a
Invalid usage of cv::Ptr for arrays fixed.
11 years ago
Alexander Smorkalov
63786c389f
Warning and review notes fixes.
...
WITH_WINRT -> ENABLE_WINRT_MODE;
Some temporary char* replaced with Ptr<char>;
Build fix for regular WIN32;
Windows Platform SDK and MSVC search added to cmake;
Warinig fixes.
12 years ago
Alexander Smorkalov
e03ffde346
WinRT API Certification fixes for core and contrib.
12 years ago
Alexander Smorkalov
62b85a41da
TLS calls on WinRT replaced on variables with C++11 "thread" attribute.
12 years ago
Alexander Smorkalov
6257df1c4b
API restricted on WinRT partially removed from core.
...
Additional CMAKE flag WITH_WINRT added.
12 years ago
Roman Donchenko
ee182eb086
Fixed the setting of CVAPI_EXPORTS for modules that are always static/shared.
...
Also, removed needless check of BUILD_SHARED_LIBS in core; in that case,
only the current module's library type matters.
12 years ago
Roman Donchenko
4f9554eead
Removed a few more unused configuration macros.
...
I've left HAVE_LIBPTHREAD as a CMake variable, since TBB's build depends on it.
Some macros in internal.hpp depended on HAVE_ALLOCA_H, but they were, in turn,
unused, so I've just deleted them all.
12 years ago
Andrey Kamaev
969a7133a9
Implementation of cv::Matx and cv::Vec is almost moved to matx.hpp
12 years ago
Andrey Kamaev
6bf49d49e7
Drop CvModule and cvSetMemoryManager
12 years ago
Andrey Kamaev
2107ea9773
More accurate implementation of cv::format
12 years ago
Andrey Kamaev
be7bbe3aa9
Drop cv:: prefix from cv::String used inside the cv namespace
12 years ago
Andrey Kamaev
762aefd71b
Compile opencv_test_core with cv::String instead of std::string
...
All tests passed!
12 years ago
Andrey Kamaev
013fd9bf59
Make CV_XADD independent on STL and system headers
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
Andrey Kamaev
caa2c06e50
Quiet output of cv::error in Java tests
...
Introduced new Java API
void org.opencv.core.Core.setErrorVerbosity(boolean verbose)
used to suppress output to stderr from OpenCV's asserts
12 years ago
Andrey Kamaev
7c6191ec11
Refactored run.py script and temporary file generation logic
...
* use OPENCV_TEMP_PATH environment variable on all platforms
* fix cleanup after OpenCV tests on Windows
* add --list flag to output names of all tests found
* do not override user-passed --perf_min_samples and --perf_force_samples
options by --check flag
* fix complier checks inside run.py
12 years ago
Andrey Kamaev
fd4909360f
Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library.
12 years ago
Andrey Kamaev
1d8729a7aa
Don't use _interlockedExchangeAdd in case of GNU compiler
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
b54f59de90
Move thread-related functions implementation to parallel.cpp
12 years ago
Vadim Pisarevsky
a135e862c1
made opencv headers windows.h-less (Bug #2122 )
12 years ago
Roy Reapor
aa400c5837
Fixed issue 2403
...
Created temporary files are now deleted in Win32.
12 years ago
Vadim Pisarevsky
959674618f
restored SSE2 and added AVX optimization of the old haar face detector
12 years ago
Andrey Kamaev
ff3aa6cbe1
Fix Android build after commit:41b6d25
12 years ago
Vadim Pisarevsky
41b6d25bdd
added cross-platform Mutex implementation; enable platform-native (GDC/Concurrency) parallel_for_ implementation when TBB is not installed.
12 years ago
Andrey Pavlenko
c42c3ebc9c
duplicating cv::error() message to Android logcat
13 years ago
Andrey Pavlenko
1995b1a06c
duplicating cv::error() message to Android logcat
13 years ago
Vadim Pisarevsky
b782d8bb53
integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov
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
Andrey Kamaev
dd7eeea118
Fixing cv::tempfile on Windows #2093
13 years ago
Andrey Kamaev
d9c74f63e1
All tests writing temporary files are updated to use cv::tempfile() function
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Kamaev
cb1565ebc9
Added Android-specific implementation of getNumberOfCPUs
13 years ago
Andrey Kamaev
1c1c6b98f6
#645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration
13 years ago
Vadim Pisarevsky
77dda061a7
fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev)
13 years ago
Vladislav Vinogradov
c2783af781
added OpenGL support to highgui under WIN32
13 years ago
Vladislav Vinogradov
40ee754e28
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
...
fixed gpu module error reporting
added asynchronous version of some functions
13 years ago
Vadim Pisarevsky
29bf7384dc
fixed useOptimized(); added checkHardwareSupport description (ticket #1258 )
14 years ago
Andrey Kamaev
2a6dd2e807
Fixed Android build
14 years ago
Vadim Pisarevsky
f0b3cb1845
added getNumberOfCPUs() function
14 years ago
Vadim Pisarevsky
9df999154c
fixed a few warnings and bugs, including ticket #1079
14 years ago
Vadim Pisarevsky
3b9e752be7
some more core functions documented + minor fixes and rearrangements
14 years ago