- 19 Sep, 2014 1 commit
-
-
Tom Stellard authored
In C99 'inline' is not a hint to the compiler to inline the function, it is an attribute that affects the linkage of the function. 'inline' functions are required to have a definition in a different compiliation unit, so compilers are free to delete 'inline' functions if they want to. This issue can be seen in Clang when compiling at -O0. Clang will sometimes delete 'inline' functions which creates an invalid program. Issue 3746: http://code.opencv.org/issues/3746
-
- 26 Dec, 2013 1 commit
-
-
Alexander Smorkalov authored
static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile.
-
- 12 Nov, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 31 Oct, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Oct, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 10 Oct, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 04 Jul, 2013 1 commit
-
-
yao authored
-
- 23 Apr, 2013 1 commit
-
-
peng xiao authored
-
- 03 Apr, 2013 1 commit
-
-
peng xiao authored
OpenCL StereoBeliefPropagation, ported from GPU implementation.
-