1. 06 Şub, 2015 4 kayıt (commit)
    • Tor Lillqvist's avatar
      Improve OpenCL error messages · 6a257615
      Tor Lillqvist yazdı
      Add the name of the function that failed to the OpenCLError class. Log OpenCL
      failure in a couple of more places (where OpenCLError is not thrown). Print
      OpenCL errors symbolically instead of numerically where applicable.
      
      Change-Id: I60f910e9ea7b75af7ec506553d7a73ad99ba4366
      6a257615
    • Tor Lillqvist's avatar
      Move OpenCLError::strerror() from sc to opencl, and rename to errorString() · 43617f14
      Tor Lillqvist yazdı
      There is nothing Calc-specific in this function, and surely it will be good to
      output OpenCL errors symbolically also in the opencl module.
      
      Change-Id: Ibe7d0d036f24dd87e06b8290224e1033dda0f3d1
      43617f14
    • Tor Lillqvist's avatar
      The ISNAN ifdefs can go away · 7d707644
      Tor Lillqvist yazdı
      ISNAN was defined unconditionally since long, and even the original authors of
      this stuff started removing those conditionals last summer.
      
      for F in `git grep -l ISNAN sc`; do unifdef -DISNAN -B -o $F $F; done
      
      Change-Id: I61df4066d0ecc23b6ce26bac8f3fbdfaf4aceac4
      7d707644
    • David Tardon's avatar
      propagate user-set CFLAGS to build · 130c49bd
      David Tardon yazdı
      Change-Id: I6c9d8ff064f059e4a756593ff5c45b9670cacb29
      130c49bd
  2. 05 Şub, 2015 36 kayıt (commit)