- 03 Jun, 2016 1 commit
-
-
Gilles Rochefort authored
-
- 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
-
- 18 Mar, 2014 1 commit
-
-
Firat Kalaycilar authored
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2
-
- 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
-
- 04 Nov, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Oct, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 29 Aug, 2013 1 commit
-
-
Jin Ma authored
-
- 22 Aug, 2013 1 commit
-
-
Jin Ma authored
-
- 16 Aug, 2013 1 commit
-
-
Jin Ma authored
-