1. 15 Apr, 2015 2 commits
  2. 04 Mar, 2015 1 commit
  3. 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
  4. 21 Aug, 2014 1 commit
  5. 15 Aug, 2014 1 commit
  6. 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
  7. 12 Aug, 2014 1 commit
  8. 11 Aug, 2014 1 commit
  9. 05 Aug, 2014 1 commit
  10. 03 Aug, 2014 1 commit
  11. 30 Jul, 2014 2 commits
  12. 05 Jul, 2014 1 commit
  13. 27 Jun, 2014 1 commit
  14. 26 Jun, 2014 3 commits
  15. 25 Jun, 2014 2 commits
  16. 22 Jun, 2014 1 commit
  17. 16 Jun, 2014 1 commit
  18. 01 May, 2014 1 commit
  19. 29 Apr, 2014 1 commit
  20. 25 Apr, 2014 1 commit
  21. 17 Apr, 2014 3 commits
  22. 09 Apr, 2014 1 commit
  23. 08 Apr, 2014 4 commits
  24. 07 Apr, 2014 7 commits