- 16 Oct, 2013 1 commit
-
-
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.
-
- 15 Oct, 2013 1 commit
-
-
Roman Donchenko authored
We don't use it, anyway.
-
- 13 Aug, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 26 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 23 Jan, 2013 3 commits
-
-
Andrey Kamaev authored
Introduced new Java API void org.opencv.core.Core.setErrorVerbosity(boolean verbose) used to suppress output to stderr from OpenCV's asserts
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 22 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
-