1. 20 Oct, 2015 1 commit
  2. 25 Sep, 2015 2 commits
  3. 18 Jun, 2015 1 commit
    • Dmitry Budnikov's avatar
      ipp_countNonZero build fix; · a5a21019
      Dmitry Budnikov authored
      Removed IPP port for tiny arithm.cpp functions
      
      Additional warnings fix on various platforms.
      
      Build without OPENCL and GCC warnings fixed
      
      Fixed warnings, trailing spaces and removed unused secure_cpy.
      
      IPP code refactored.
      
      IPP code path  implemented as separate static functions to simplify future work with IPP code and make it more readable.
      a5a21019
  4. 27 Feb, 2015 1 commit
  5. 26 Feb, 2015 1 commit
  6. 30 Jan, 2015 1 commit
  7. 12 Jan, 2015 2 commits
  8. 01 Nov, 2014 1 commit
  9. 15 Oct, 2014 1 commit
    • Pavel Vlasov's avatar
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov authored
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  10. 10 Oct, 2014 1 commit
  11. 29 Sep, 2014 1 commit
  12. 26 Sep, 2014 2 commits
  13. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  14. 05 Aug, 2014 1 commit
  15. 29 Jun, 2014 1 commit
  16. 13 May, 2014 1 commit
  17. 12 May, 2014 1 commit
  18. 08 May, 2014 1 commit
  19. 07 May, 2014 1 commit
  20. 05 May, 2014 1 commit
  21. 29 Apr, 2014 1 commit
  22. 24 Apr, 2014 1 commit
  23. 22 Apr, 2014 1 commit
  24. 21 Apr, 2014 3 commits
  25. 16 Apr, 2014 1 commit
  26. 14 Apr, 2014 1 commit
  27. 10 Apr, 2014 2 commits
  28. 06 Mar, 2014 2 commits
  29. 27 Jan, 2014 1 commit
  30. 22 Jan, 2014 1 commit
  31. 21 Jan, 2014 1 commit
  32. 08 Apr, 2013 1 commit
  33. 17 Oct, 2012 1 commit