1. 21 10月, 2014 4 次提交
  2. 15 10月, 2014 1 次提交
    • P
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov 提交于
      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
  3. 08 10月, 2014 3 次提交
  4. 07 10月, 2014 8 次提交
  5. 06 10月, 2014 1 次提交
  6. 21 8月, 2014 1 次提交
  7. 15 8月, 2014 1 次提交
  8. 13 8月, 2014 1 次提交
    • A
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov 提交于
      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
  9. 11 8月, 2014 1 次提交
  10. 06 8月, 2014 1 次提交
  11. 01 8月, 2014 1 次提交
  12. 23 6月, 2014 1 次提交
  13. 10 6月, 2014 1 次提交
  14. 13 5月, 2014 1 次提交
  15. 08 5月, 2014 1 次提交
  16. 07 5月, 2014 1 次提交
  17. 29 4月, 2014 1 次提交
  18. 17 4月, 2014 3 次提交
  19. 15 4月, 2014 1 次提交
  20. 14 4月, 2014 1 次提交
  21. 09 4月, 2014 6 次提交