114 Commits (fb8478eb7b6c76f15c106c29a8843d8c3722bb62)

Author SHA1 Message Date
Pavel Vlasov 085409340e Implementation collector update; 10 years ago
Dmitry-Me f8c454733b Remove dangerous string manipulation, merge declaration with assignment 10 years ago
Dmitry-Me c587bae997 Uniform computation of variable size 10 years ago
Maxim Kostin cdd23440c9 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 10 years ago
Ilya Lavrenov ffc453ebfd fixed [-Wsign-compare] warning 10 years ago
Vladislav Vinogradov 4254e35f6a merge new setUseOptimizations function with existed setUseOptimized 10 years ago
Vladislav Vinogradov c10f1851cb rename setOptimizations -> setUseOptimizations 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Ilya Lavrenov c5a80193a8 aarch64 support 10 years ago
Vladislav Vinogradov 12180bd7b1 add generic method to disable/enable all optimizations (IPP, OpenCL, Tegra) 10 years ago
Vladislav Vinogradov f8484e3266 add fucntion to control tegra optimizations in run-time 10 years ago
Alexander Alekhin 2054123890 coreTlsData -> getCoreTlsData() 10 years ago
Ilya Lavrenov dcb0c68ed3 fix for -m32 10 years ago
Adam Borowski 7b0d1c932e Get rid of sysctl includes on Linux. 10 years ago
Ilya Lavrenov 81f786393a NEON detection in runtime 10 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Ilya Lavrenov bc394e7516 detection of other CPU features 10 years ago
Ilya Lavrenov 8d48632ebe avx2 10 years ago
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