64 Commits (b8c46f4cce61d9844adc656202c4347d1af8bd3d)

Author SHA1 Message Date
Vadim Pisarevsky 5a34272150 fixed build on Windows 11 years ago
Vadim Pisarevsky d3076c5014 hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors 11 years ago
Vadim Pisarevsky d8c8339bec the first draft of transparent API and new UMat class. more files 11 years ago
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. 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. 12 years ago
Roman Donchenko ee182eb086 Fixed the setting of CVAPI_EXPORTS for modules that are always static/shared. 12 years ago
Roman Donchenko 4f9554eead Removed a few more unused configuration macros. 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 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 12 years ago
Andrey Kamaev caa2c06e50 Quiet output of cv::error in Java tests 12 years ago
Andrey Kamaev 7c6191ec11 Refactored run.py script and temporary file generation logic 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 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 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