1. 30 Dec, 2014 1 commit
  2. 29 Dec, 2014 1 commit
  3. 01 Nov, 2014 7 commits
  4. 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
  5. 08 Oct, 2014 1 commit
  6. 06 Oct, 2014 1 commit
  7. 26 Sep, 2014 3 commits
  8. 29 Aug, 2014 1 commit
  9. 13 Aug, 2014 2 commits
    • Adil Ibragimov's avatar
      fix for gcc · 9ac06a93
      Adil Ibragimov authored
      9ac06a93
    • 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
  10. 08 Aug, 2014 1 commit
  11. 05 Aug, 2014 1 commit
  12. 02 Jul, 2014 1 commit
  13. 23 Jun, 2014 1 commit
  14. 17 Jun, 2014 1 commit
  15. 16 Jun, 2014 1 commit
  16. 12 Jun, 2014 1 commit
  17. 10 Jun, 2014 1 commit
  18. 03 Jun, 2014 1 commit
  19. 13 May, 2014 1 commit
  20. 08 May, 2014 1 commit
  21. 30 Apr, 2014 1 commit
  22. 29 Apr, 2014 1 commit
  23. 22 Apr, 2014 1 commit
  24. 21 Apr, 2014 1 commit
  25. 17 Apr, 2014 3 commits
  26. 14 Apr, 2014 1 commit
  27. 09 Apr, 2014 1 commit
  28. 08 Apr, 2014 2 commits