opencv/modules/java/generator
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
..
config changing 'java' module layout 2012-06-21 11:44:31 +00:00
src MediaRecorder hint enabled for all Android devices with API level 14 and above. 2013-09-10 18:05:45 +04:00
gen_java.py In Java bindings, wrap version constants into functions to prevent inlining. 2013-10-15 15:44:26 +04:00
gen_javadoc.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
rst_parser.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00