91 Commits (96adeb71ca643e0c3ed51f75b5f04a84bb661e15)

Author SHA1 Message Date
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
GregoryMorse 38db7a78df WinRT core compatibility fixes 11 years ago
GregoryMorse b1443bc1bc WinRT core compatibility fixes 11 years ago
Ilya Lavrenov 05a47d9014 cmd option 11 years ago
Ilya Lavrenov 2cd7a913ed verbose errors 11 years ago
Ilya Lavrenov f3c56f8310 first attemp 11 years ago
Aaron Kunze 629ddf0bf8 Resolves bug #3450 (Improperly cleaning up resources in DllMain) 11 years ago
vbystricky 01a66a2938 Prepare codes for ippicv library 11 years ago
Alexander Alekhin bfc546d23c enable IPP ICV support 11 years ago
Ilya Lavrenov f7d6d3cff5 improved cv::filter2D 11 years ago
Ilya Lavrenov ce0557ebb8 fixed defects from Xcode 11 years ago
Drew Jetter 6bf599b1bc Fixed bug #3489: The code assumed that two global variables would be constructed in a particular order, but global variable initialization order is compiler-dependent. 11 years ago
Alexander Alekhin 44970ddf56 eliminate MINGW pragma warning 12 years ago
GregoryMorse 08d8faf9da Update system.cpp 12 years ago
Roman Donchenko f2befa01f4 Fixed build for the TLS-related stuff. 12 years ago
Alexander Alekhin a118577a57 core: added TLS support 12 years ago
Alexander Alekhin bdbd3eb2bf ocl: process termination hung workaround 12 years ago
GregoryMorse 68d8f6410f Update system.cpp 12 years ago
Séverin Lemaignan 9ce9fc3361 Ensure compilation to Javascript with Emscripten 12 years ago
Séverin Lemaignan efe564e3b3 Ensure compilation to Javascript with Emscripten 12 years ago
GregoryMorse e4793e3d5e Update system.cpp 12 years ago
Ilya Lavrenov c8abb6124f recursive mutex for linux 12 years ago
Vadim Pisarevsky 5a34272150 fixed build on Windows 12 years ago
Vadim Pisarevsky d3076c5014 hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors 12 years ago
Vadim Pisarevsky d8c8339bec the first draft of transparent API and new UMat class. more files 12 years ago
Vladislav Vinogradov fd88654b45 replaced GPU -> CUDA 12 years ago
Alexander Smorkalov b15addec70 C4447 warning about main function format suppressed. 12 years ago
Alexander Smorkalov d62c98527a Invalid usage of cv::Ptr for arrays fixed. 12 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 13 years ago
Andrey Kamaev fd4909360f Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library. 13 years ago
Andrey Kamaev 1d8729a7aa Don't use _interlockedExchangeAdd in case of GNU compiler 13 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Andrey Kamaev b54f59de90 Move thread-related functions implementation to parallel.cpp 13 years ago
Vadim Pisarevsky a135e862c1 made opencv headers windows.h-less (Bug #2122) 13 years ago
Roy Reapor aa400c5837 Fixed issue 2403 13 years ago