Go to file
Roman Donchenko 5bb6949bd6 Fix running Java tests with run.py on everything other than Windows.
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.
2013-10-16 19:22:01 +04:00
3rdparty update cmake 'install' target for Windows platform 2013-10-09 17:49:10 +04:00
apps update cmake 'install' target for Windows platform 2013-10-09 17:49:10 +04:00
cmake Merge pull request #1551 from alalek:cmake_install_win 2013-10-10 18:20:35 +04:00
data Added smile detector 2013-02-21 17:17:34 +01:00
doc cmake: update install rules for doc 2013-10-09 17:49:11 +04:00
include Normalized file endings. 2013-08-21 18:59:25 +04:00
modules Fix running Java tests with run.py on everything other than Windows. 2013-10-16 19:22:01 +04:00
platforms Android NDK r9 support. x64 NDK support fix for MacOS X. 2013-10-03 11:36:12 +04:00
samples Merge pull request #1375 from jet47:gpu-examples-build 2013-10-16 13:22:26 +04:00
.gitattributes Added more text/binary/whitespace attributes for files we have. 2013-08-21 18:59:24 +04:00
.gitignore updated .gitignore 2013-09-04 11:56:44 +04:00
CMakeLists.txt cmake: revert CRT linkage option for MSVS 2013-10-09 17:49:11 +04:00
index.rst android -> plarforms/android 2013-05-27 11:10:38 +04:00
README.md Updated README.md 2013-07-30 18:51:53 +04:00

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read before starting work on a pull request: http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.

Donate OpenCV project Donate OpenCV project