1. 27 1月, 2018 1 次提交
  2. 19 1月, 2018 1 次提交
  3. 13 1月, 2018 1 次提交
  4. 06 12月, 2017 1 次提交
  5. 23 10月, 2017 1 次提交
  6. 04 8月, 2017 1 次提交
  7. 26 7月, 2017 4 次提交
  8. 26 6月, 2017 1 次提交
  9. 23 1月, 2017 1 次提交
  10. 14 12月, 2016 1 次提交
  11. 20 10月, 2016 3 次提交
  12. 21 12月, 2015 1 次提交
  13. 19 11月, 2015 1 次提交
  14. 16 11月, 2015 1 次提交
  15. 13 11月, 2015 1 次提交
  16. 29 10月, 2015 2 次提交
  17. 01 4月, 2015 1 次提交
  18. 31 3月, 2015 1 次提交
    • E
      Fixing help messages · 1f04f9d6
      Evgeny Agafonchikov 提交于
      --help message and starting run.py w/o parameters generate different messages
      
      E. g. w/ and w/o build_path in the end
      
      build_path is required, removing square brackets
      1f04f9d6
  19. 25 12月, 2014 1 次提交
    • A
      Assorted fixes: · c105b729
      Andrey Kamaev 提交于
      * cmake CMP0054 and CMP0045
      * aarch64 build
      * portable code options in PCH cmake
      * some of gcc 4.9 warnings
      c105b729
  20. 26 5月, 2014 2 次提交
  21. 31 3月, 2014 1 次提交
  22. 24 3月, 2014 1 次提交
  23. 03 3月, 2014 2 次提交
  24. 17 2月, 2014 1 次提交
  25. 22 11月, 2013 1 次提交
    • A
      Some hacks to build and run OpenCL on Qualcomm S800. · 514e9722
      Alexander Smorkalov 提交于
      Some of functions were enabled on Qualcomm S800 by changing grid size;
      OpenCL kernel grid size unification for different platfroms;
      Test pass rate improvements by inclreasing threshold;
      Some tests were disabled for Android;
      run.py was adopted for devices with brackets in in name.
      514e9722
  26. 20 11月, 2013 1 次提交
  27. 16 10月, 2013 1 次提交
    • R
      Fix running Java tests with run.py on everything other than Windows. · 5bb6949b
      Roman Donchenko 提交于
      Previously, run.py would assume that the opencv_java library is in the
      same directory as the tests, which is only true on Windows.
      
      The library path depends on the build configuration, which may not be
      known until the actual build (e.g. with the Visual Studio generators),
      so it can't be stored in the CMake cache for run.py to read. I didn't
      want to hardcode into run.py where the library is on each platform,
      either. So that's why I used the current scheme with the properties
      file. It also makes running the tests without run.py a little easier.
      5bb6949b
  28. 10 10月, 2013 1 次提交
  29. 21 8月, 2013 1 次提交
  30. 07 8月, 2013 1 次提交
  31. 22 7月, 2013 1 次提交
  32. 10 7月, 2013 1 次提交