1. 12 1月, 2015 15 次提交
  2. 28 10月, 2014 1 次提交
  3. 27 10月, 2014 1 次提交
  4. 21 10月, 2014 5 次提交
  5. 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
  6. 08 10月, 2014 3 次提交
  7. 07 10月, 2014 8 次提交
  8. 06 10月, 2014 1 次提交
  9. 21 8月, 2014 1 次提交
  10. 15 8月, 2014 1 次提交
  11. 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
  12. 11 8月, 2014 1 次提交
  13. 06 8月, 2014 1 次提交