94 Commits (cc73c36e328f434a457d552a73ada1070d2aa236)

Author SHA1 Message Date
Alexander Alekhin cc73c36e32 core(parallel): plugins support 4 years ago
Maksim Shabunin 694fe3e7d2 core, gapi: supported build with oneTBB 2021 4 years ago
Alexander Alekhin b73bf03bfc core: parallel backends API 4 years ago
Rafael Sadowski 3acf8cfd63 Add an OpenBSD check 5 years ago
Alexander Alekhin e661ad2a67 eliminate build warnings 5 years ago
cyy bdc29cccb6 fix freebsd build 5 years ago
Alexander Alekhin b4b4d21212 eliminate build warnings 5 years ago
RAJKIRAN NATARAJAN 3b2e409fa7
Merge pull request #16779 from saskatchewancatch:issue-16777 5 years ago
Alexander Alekhin 83e1d79403 core: update CPUs detection 5 years ago
Alexander Alekhin af9ded89d0 core: fix build getNumberOfCPUs for JavaScript 5 years ago
Ganesh Kathiresan 09df7810d1
Merge pull request #16457 from ganesh-k13:bugfix/getCPUCount-fix 5 years ago
Tatsuro Shibamura 971ae00942 Merge pull request #16027 from shibayan:arm64-windows10 5 years ago
Nikita Shulga 23288b7cb5 Use atomic operations to modify flagNestedParallelFor 6 years ago
Wenzhao Xiang c2096771cb Merge pull request #15371 from Wenzhao-Xiang:gsoc_2019 6 years ago
Alexander Alekhin 9340af1a8a core: Async API / AsyncArray 6 years ago
huangqinjin e1ac8589f8 fix numThreadsMax for OpenMP 7 years ago
Alexander Alekhin 4e62900009 core: call omp_set_dynamic() for better CPU usage 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Sergey Nuzhny 80610ca054 Merge pull request #12449 from Nuzhny007:master 7 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 7 years ago
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend 7 years ago
Alexander Alekhin 39e2d64b84 core: fix icc std::exception_ptr detection 7 years ago
Alexander Alekhin 576d2dbac0 refactor: don't use CV_ErrorNoReturn() internally 7 years ago
Alexander Alekhin 250941bd47 next: drop WITH_CSTRIPES 7 years ago
Alexander Alekhin 854ab48de0 tbb: fix build warnings -Wshadow 7 years ago
Alexander Alekhin 8dacbe7584 android: std::exception_ptr is not available on some platforms (even with enabled C++11) 7 years ago
Alexander Alekhin 6f69800d0c core: propagate parallel_for() exceptions 7 years ago
Alexander Alekhin 9111538bfb core: apply CV_OVERRIDE/CV_FINAL 7 years ago
miqlas f3a9f13cb4 Merge pull request #10984 from extrowerk:advanced_haiku_patches 7 years ago
Woody Chow f1c52e426b Merge pull request #10697 from woodychow:tbb_task_arena 7 years ago
Alexander Alekhin c49d5d5252 core: fix pthreads performance 7 years ago
Mattia Rizzolo d026d7dcfb
Fix build for non-linux architectures but still glibc-based 8 years ago
Alexander Alekhin ca9a88785e core(build): fix compilation of parallel.cpp (OpenMP configuration) 8 years ago
Alexander Alekhin 0ebabe17df core: fix flag processing for nested regions in cv::parallel_for_() 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
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Vadim Pisarevsky fbafc700ea added v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumThreads() in the case of GCD 8 years ago
Woody Chow 6e00c7651b Use num_threads clause of #pragma omp parallel instead to avoid calling omp_set_num_threads for the entire application 8 years ago
Alexander Alekhin 649bb7ac04 core: parallel_for_(): update RNG state of the main thread 8 years ago
Alexander Alekhin b28fd79fdc core: parallel_for_(): propagate RNG state from the main thread 8 years ago
mshabunin 695c518384 Updated TBB search script and code checks 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 5383a625a7 fix Win build, change default WINNT macro to WinXP 9 years ago
Pavel Vlasov a462d76a95 Implementations instrumentation framework for OpenCV performance system; 9 years ago
Gregory Morse af5bec70cd merge Win10/VS2015 changes 10 years ago
Maksim Shabunin 5618f4a0ac Fixed: Concurrency static scheduler release failed 10 years ago
Alexander Alekhin a482dcce46 fix support for pthreads parallel_for 10 years ago
Maksim Shabunin 1f983ec39c Fixed compilation of pthread-based parallel_for with gcc 4.4.3 10 years ago
kalistratovag bf5393ae58 parallel for on pthreads initial commit 10 years ago