opencv/modules/java
Roman Donchenko 7ff91665cf In Java bindings, wrap version constants into functions to prevent inlining.
Java inlines static finals if they're defined with a constant expression. In
case of version constants we don't want that to happen, since they obviously
change from version to version. If the user substitutes a different OpenCV
jar without recompiling, we want user code to still have relevant values for
the version constants.

This arranges that by turning constant values into function calls, which no
longer count as a constant expression.
2013-10-15 15:44:26 +04:00
..
android_lib Merge pull request #800 from asmorkalov:android_cam_idx_semantic 2013-04-29 10:00:08 +04:00
android_test Delete a bunch more trailing whitespace that slipped through the cracks. 2013-09-04 16:13:27 +04:00
generator In Java bindings, wrap version constants into functions to prevent inlining. 2013-10-15 15:44:26 +04:00
test also fixing JNI library name in JUnit tests 2013-08-13 13:18:01 +04: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 cmake: update java module install rules 2013-10-09 17:49:11 +04:00