1. 03 Aug, 2017 1 commit
  2. 26 Jul, 2017 4 commits
  3. 26 Jun, 2017 1 commit
  4. 23 Jan, 2017 1 commit
  5. 14 Dec, 2016 1 commit
  6. 20 Oct, 2016 3 commits
  7. 21 Dec, 2015 1 commit
  8. 19 Nov, 2015 1 commit
  9. 16 Nov, 2015 1 commit
  10. 13 Nov, 2015 1 commit
  11. 29 Oct, 2015 2 commits
  12. 01 Apr, 2015 1 commit
  13. 31 Mar, 2015 1 commit
    • Evgeny Agafonchikov's avatar
      Fixing help messages · 1f04f9d6
      Evgeny Agafonchikov authored
      --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
  14. 25 Dec, 2014 1 commit
    • Andrey Kamaev's avatar
      Assorted fixes: · c105b729
      Andrey Kamaev authored
      * cmake CMP0054 and CMP0045
      * aarch64 build
      * portable code options in PCH cmake
      * some of gcc 4.9 warnings
      c105b729
  15. 26 May, 2014 2 commits
  16. 31 Mar, 2014 1 commit
  17. 24 Mar, 2014 1 commit
  18. 03 Mar, 2014 1 commit
  19. 02 Mar, 2014 1 commit
  20. 17 Feb, 2014 1 commit
  21. 22 Nov, 2013 1 commit
    • Alexander Smorkalov's avatar
      Some hacks to build and run OpenCL on Qualcomm S800. · 514e9722
      Alexander Smorkalov authored
      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
  22. 20 Nov, 2013 1 commit
  23. 16 Oct, 2013 1 commit
    • Roman Donchenko's avatar
      Fix running Java tests with run.py on everything other than Windows. · 5bb6949b
      Roman Donchenko authored
      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
  24. 10 Oct, 2013 1 commit
  25. 21 Aug, 2013 1 commit
  26. 07 Aug, 2013 1 commit
  27. 22 Jul, 2013 1 commit
  28. 10 Jul, 2013 5 commits
  29. 04 Jul, 2013 1 commit