1. 13 Sep, 2018 1 commit
  2. 04 Jul, 2018 1 commit
  3. 28 Mar, 2018 1 commit
  4. 16 Jan, 2018 1 commit
  5. 20 Apr, 2017 1 commit
  6. 21 Mar, 2017 1 commit
  7. 16 Dec, 2016 1 commit
  8. 08 Dec, 2016 1 commit
  9. 07 Dec, 2016 1 commit
  10. 08 Nov, 2016 1 commit
    • Pavel Vlasov's avatar
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple… · 349d5ba0
      Pavel Vlasov authored
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address);
      
      Maximum depth limit var was added to the instrumentation structure;
      
      Trace names output console output fix: improper tree formatting could happen;
      Output in case of error was added;
      
      Custom regions improvements;
      
      Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node;
      
      parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
      349d5ba0
  11. 07 Sep, 2016 2 commits
  12. 19 Aug, 2016 1 commit
  13. 19 Apr, 2016 2 commits
  14. 08 Apr, 2016 3 commits
  15. 12 Dec, 2015 1 commit
  16. 20 Oct, 2015 1 commit
  17. 29 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      Enables support of IPP 9.0.0; · 62854dcc
      Pavel Vlasov authored
      HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs
      This will ease code management between IPP and ICV
      62854dcc
  18. 25 Sep, 2015 2 commits
  19. 23 Jun, 2015 1 commit
  20. 05 May, 2015 1 commit
  21. 29 Apr, 2015 1 commit
  22. 20 Mar, 2015 1 commit
  23. 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
  24. 27 Aug, 2014 1 commit
  25. 25 Aug, 2014 1 commit
  26. 18 Aug, 2014 1 commit
  27. 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
  28. 09 Aug, 2014 1 commit
  29. 07 Aug, 2014 1 commit
  30. 05 Aug, 2014 1 commit
  31. 28 Jul, 2014 1 commit
  32. 25 Jul, 2014 1 commit
  33. 24 Jul, 2014 1 commit
  34. 23 Jul, 2014 1 commit
  35. 22 Jul, 2014 1 commit