179 Commits (ed150bd97aa266587f57b5f55bed4a802b4d3f0d)

Author SHA1 Message Date
Alexander Alekhin 576d2dbac0 refactor: don't use CV_ErrorNoReturn() internally 7 years ago
Alexander Alekhin 10c9227136 core: CV_Error with set_terminate() on Windows 7 years ago
Alexander Alekhin 2f9cbc2e57 core: disable errors dump 7 years ago
Alexander Alekhin 567ae61e78 core: add "check" macros 7 years ago
Maksim Shabunin d2cff38db6 Added interface to check library version during runtime 7 years ago
Alexander Alekhin 8781ee971c core: write log messages via __android_log_print (logcat) too 7 years ago
native-api dc1d9ae973 Include error code description into the message (#10982) 7 years ago
Alexander Alekhin cc5a6f3b86 core: remove '-' from separators list of disabled CPU flags 7 years ago
Alexander Alekhin eb54e5c55c core: generalize and fix x86 'cpuid' calls 7 years ago
luz.paz 5718d09e39 Misc. modules/ typos 7 years ago
Alexander Alekhin c8930cc279 opencv_version: dump detected HW features 7 years ago
Alexander Alekhin f6fd3abd31 core: add OpenCV version information into Exception messages 7 years ago
Alexander Alekhin 7d67d60fb1 cmake(opt): AVX512_SKX 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Mattia Rizzolo d026d7dcfb
Fix build for non-linux architectures but still glibc-based 8 years ago
Sayed Adel d077778074 Added support for VSX 8 years ago
pengli e340ff9c3a Merge pull request #9114 from pengli:dnn_rebase 8 years ago
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 10 years ago
Maksim Shabunin b4bcdd10a1 HAL: improvements 10 years ago
Bert d3b0bda011 Update system.cpp 10 years ago