1. 21 Oct, 2013 3 commits
  2. 19 Oct, 2013 2 commits
  3. 18 Oct, 2013 18 commits
  4. 17 Oct, 2013 15 commits
  5. 16 Oct, 2013 2 commits
    • Alexander Alekhin's avatar
      ce0647c9
    • 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