opencv/modules/core
Erich Keane 689cf79625 Correct cast for _InterlockedExchangeAdd on ICC
A bug in ICC improperly identified the first parameter as "void*"
rather than the proper "volatile long*".  This is scheduled to be
fixed in ICC in a future release.

This patch casts only to a "long*" to preserve backwards compatibility
with the ICC 16 and ICC 17 releases.
2016-10-25 14:18:55 -07:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 Correct cast for _InterlockedExchangeAdd on ICC 2016-10-25 14:18:55 -07:00
misc/java Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a770) 2015-05-19 13:30:18 +03:00
perf Fixed several GCC 5.x warnings 2016-09-01 15:44:01 +03:00
src Fix imageSize overflow in IplImage 2016-10-20 11:23:45 +02:00
test eliminate compiler warnings 2016-10-08 02:19:43 +03:00
CMakeLists.txt cmake: minimize MSVS projects layout 2016-08-26 13:40:16 +03:00