1. 03 Jun, 2016 1 commit
  2. 19 Sep, 2014 1 commit
    • Tom Stellard's avatar
      ocl: Don't use 'inline' attribute on functions · 934394c5
      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
      934394c5
  3. 18 Mar, 2014 1 commit
  4. 26 Dec, 2013 1 commit
  5. 12 Nov, 2013 1 commit
  6. 04 Nov, 2013 1 commit
  7. 25 Oct, 2013 1 commit
  8. 29 Aug, 2013 1 commit
  9. 22 Aug, 2013 1 commit
  10. 16 Aug, 2013 1 commit