opencv/modules/java
dharezlak 308b47ce58 Improved Java wrapper generation
While generating Java JNI wrappers package names with an underscore (`_`) character where not properly escaped according to https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/design.html#resolving_native_method_names (see also: https://github.com/Itseez/opencv_contrib/issues/652).

This fix replaces all the occurrences of `_` with `_1` resulting in proper JNI method names.
2016-05-23 11:13:18 +02:00
..
android_lib android: add targetSdkVersion="21" 2015-10-12 18:12:34 +03:00
android_test Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
common_test Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
generator Improved Java wrapper generation 2016-05-23 11:13:18 +02:00
pure_test cmake: use copy_if_different 2015-09-08 22:42:05 +03:00
build.xml.in Fix for encoding errors when building Java source 2013-03-27 17:43:00 +04:00
check-tests.py Normalized file endings. 2013-08-21 18:59:25 +04:00
CMakeLists.txt Merge branch '2.4' into master 2016-04-21 20:15:08 +03:00