495 Commits (bbb14d3746232a2c5e93c87e648f5fdfb9bad604)

Author SHA1 Message Date
Vladislav Vinogradov d5e6503fe5 fix signed/unsigned comparison warning in core/test/test_math.cpp 9 years ago
Viet Dinh 68bcff26fb fix solveCubic 9 years ago
Viet Dinh cfd5caf29d deal with type casting issues 9 years ago
Viet Dinh 09b0193186 even more correct 9 years ago
Viet Dinh 537a978dcf update test_math.cpp 9 years ago
Maksim Shabunin 31e0d90da6 Enable temp objects destruction test for VS versions less than 2015 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Pavel Rojtberg 46ada3886f fix wrong parsing of values containing '=' 9 years ago
Pavel Rojtberg 1dd7f546af CommandLineParser: add special <none> value to disallow empty strings 9 years ago
Pavel Rojtberg a388806555 enable additional CommandLineParser tests 9 years ago
Pavel Rojtberg 2ced3ba276 CommandLineParser: throw on programmer error 9 years ago
Gleb Gladilov 2bc4486966 Added test of minMaxLoc on filling with maximums of int 9 years ago
Alexander Alekhin d3071db0d7 add some CommandLineParser tests 9 years ago
Ilya Lavrenov ecc53dd7a4 fixed memory leak in core ds tests 9 years ago
Alexander Alekhin bf42b9603b fix "unreachable code" warning 9 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 9 years ago
Ilya Lavrenov 0303e8067e fixed memory leak in core ds tests 9 years ago
Alexander Alekhin ad70ab404c ocl: workaround for getUMat() 9 years ago
Andrey Pavlenko cea2dafa0f man/unmap, preventing getMat/getUMat from temp object, fix thread-unsafe code in `UMat::getMat()` 9 years ago
Alexander Alekhin 8694ba0978 update custom_ptr test 9 years ago
Andrey Pavlenko 4aefb9f2fc making the test deepper 9 years ago
Andrey Pavlenko 3656a1aa66 fixing 'map_unmap_counting' 9 years ago
Philippe FOUBERT b668d3f693 Modification of the related tests in core/tests/ocl 9 years ago
Vitaliy Lyudvichenko 85cc11e3b2 Changed behaviour of Mat/UMat::reshape() to accept n-dim shapes 9 years ago
Ilya Lavrenov 7719da9552 fixed memory leak in core ds tests 9 years ago
Vladimir Dudnik 131d7c394e enabled test UMat copyTo. Now it will detect FAIL on Intel platform for ROI (issue with clEnqueueCopyBufferRect) 9 years ago
Alexander Alekhin cda9ed449f fix some functions for valid processing of empty string content (cstr_==0, len_==0) 9 years ago
Alexander Alekhin 3316e58314 more test loops (and disable tests - tests pass but require a lot of time) 9 years ago
Alexander Alekhin 8293ed7f9b add tests from issue 4468 (#5062) 9 years ago
Alexander Alekhin 21467d817b tapi: add test from issue 4380 (#5010) 9 years ago
Alexander Alekhin 1704aea6a0 tapi: enable some disabled tests 9 years ago
Alexander Alekhin 9bcccb028b fixes 9 years ago
Alexander Alekhin cd5c70691a ocl: add map tests 9 years ago
Alexander Alekhin b36f565d13 fix OpenCV code (bug 4006: #4862) 9 years ago
Vladimir Dudnik ed7907e46c add test for bug 4006: #4862 9 years ago
Gleb Gladilov 07de67c32f Added test of minMaxLoc on filling with maximums of int 9 years ago
Alexander Alekhin a6f46d7bb1 issue 4457 10 years ago
Alexander Alekhin 885114ed2c fix copyTo memory corruption, but the main problem is still here 10 years ago
Alexander Alekhin 30a5a9ed34 test vector processing 10 years ago
Youssef Kashef 790ef21a60 add unit test around Mat::push_back() 10 years ago
Alexander Alekhin 9394486147 fix issue 3891 10 years ago
Vadim Pisarevsky 481f786fe7 added simple HAL test; added RHO homography test 10 years ago
Vadim Pisarevsky 66eb270cf7 significantly reduced sparse matrix footprint: 10 years ago
Vadim Pisarevsky 73f760fdf0 some more compile warnings fixed 10 years ago
Vadim Pisarevsky 63a63e3eaa extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed 10 years ago
Vadim Pisarevsky 5b9182ba43 reenabled conjugate gradient solver test 10 years ago
Vadim Pisarevsky 5a31f6b4e1 ok, so probably the failure in downhill simplex has been finally solved 10 years ago
Vadim Pisarevsky 2ec92ba440 added test for http://code.opencv.org/issues/1918 10 years ago
Vadim Pisarevsky 96b5ec14d4 fixed bug with simplex initialization in Downhill solver (thanks to Toby Rule for the patch): http://code.opencv.org/issues/3990. 10 years ago
Vadim Pisarevsky 79ac0d05ce added test checking http://code.opencv.org/issues/4050 10 years ago