161 Commits (597b3f4456255ad87f774fdf9dfca3cfec252961)

Author SHA1 Message Date
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 8 years ago
Pavel Vlasov 37ab318657 Compatibility improvement with old IPP versions (tested on 9.0.1); 8 years ago
Zoltán Mizsei 6258ff36bc Haiku build fix 8 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 8 years ago
Alexander Alekhin b46e741c95 core(alloc): drop unused code, use memalign() functions instead of hacks 8 years ago
Alexander Alekhin d35422b523 core(tls): hide assertions from Thread Sanitizer 8 years ago
Alexander Alekhin 68ef903a7c core(tls): don't use tlsSlots without synchronization 8 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 8 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 8 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Alexander Alekhin 3e3e2dd512 android: make optional "cpufeatures", build fixes for NDK r15 8 years ago
Alexander Alekhin 3dee87b697 update CPU detection on ANDROID patch 8 years ago
Maksim Shabunin f71ea4dfe9 Merge pull request #8816 from mshabunin:sprintf-fix 8 years ago
Alexander Alekhin 16ea72e6b9 build: fix snprintf() usage 8 years ago
Ryuhei Mori bb3a416320 Fix cpu features detection on android 8 years ago
nnorwitz 256b6bb3db Don't blow out the stack. Use a smaller buffer and prevent buffer overruns with snprintf. 8 years ago
Pavel Vlasov 35c7216846 IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
Alexander Alekhin ec7f74f7b4 core(TLS): add cleanup() method 8 years ago
Fangjun KUANG 526220a171 Fix typos in the documentation (#8226) 8 years ago
Alexander Alekhin e16227b53c cmake: support multiple CPU targets 8 years ago
Alexander Alekhin 497d0fd2e7 build: OSSpinLock deprecation warning 9 years ago
Philippe Renon e79f83e573 calib3d: fix missing cv::redirectError symbol error 9 years ago
Pavel Vlasov 349d5ba012 --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); 9 years ago
Alexander Alekhin 10d18a315c instrumentation: minor refactoring, wrap OpenCL 9 years ago
mpkh 01d2e7af71 fix building on FreeBSD 9 years ago
Pavel Vlasov a462d76a95 Implementations instrumentation framework for OpenCV performance system; 9 years ago
Pavel Vlasov 8bcec7d77f IPP enabling fix and typo fix; 9 years ago
Tomoaki Teshima b2ad7cd9c0 add feature to convert FP32(float) to FP16(half) 9 years ago
Alexander Alekhin c7ccde69a8 fix TLS implementation (closes #5967) 9 years ago
Maksim Shabunin 84f37d352f HAL moved back to core 9 years ago
Maksim Shabunin b4bcdd10a1 HAL: improvements 9 years ago
Bert d3b0bda011 Update system.cpp 10 years ago
Pavel Vlasov 89eee6ca99 Fixes for IPP integration: 10 years ago
Pavel Vlasov 6a0d3b06f2 IPPInitSingelton initialization guards; 10 years ago
Pavel Vlasov e837d69f8f IPPInitSingelton was added to contain IPP related global variables; 10 years ago
Pavel Vlasov aa485ccd75 TLS keys leak fix; 10 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 10 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 10 years ago
Alexander Alekhin b8956d0111 tls: fix access to array (out of bounds) 10 years ago
Pavel Vlasov a33d98c13a TLS memory leaks were fixed; 10 years ago
Alexander Alekhin 53fc5440d7 implement singleton lazy initialization 10 years ago
Lectem 3c6fe75149 fix mutex for uclibc 10 years ago
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