Alexander Smorkalov
b1d14f766d
Bug with several "in use" labels fixed in OpenCV Manager UI.
12 years ago
Alexander Smorkalov
0105d0a241
"in use" label update fix in OpenCV Manager UI.
12 years ago
Alexander Smorkalov
92b0cc541e
Minor bug fix in building all native camera libs for android
12 years ago
Alexander Smorkalov
ada27b54eb
NDK detection bug fix.
12 years ago
Alexander Smorkalov
dc5c7ee68f
Link to OpenCV website updated. Full Manager version added to UI. Screen orientation fixed.
12 years ago
Alexander Smorkalov
d55e114f96
Issue #2357 OpenCV manager fails to determine hardware platfrom on Tegra2 fixed.
12 years ago
Vsevolod Glumov
415636a677
Fixed a minor issue in OpenCV4Android Reference.
12 years ago
Vsevolod Glumov
1052a0b4eb
Fixed some language issues in OpenCV4Android Reference.
12 years ago
Andrey Kamaev
1e69d47ba5
Remove -g from Android complier flags in release mode (used by NDK but inconvenient for CMake)
12 years ago
Alexander Smorkalov
afe30d0f8a
Native camera fix for Nexus 7 with Android JB. Camera build script updated.
12 years ago
Alexander Smorkalov
ccafed3d90
ABI compatibility check config generator updated. Command line params added. NDK searching added.
12 years ago
Alexander Smorkalov
ec8b79cc91
Small camera build script improvements.
12 years ago
Alexander Smorkalov
f22a3af483
Issue #2345 Adapt OpenCV Manager UI for different screen resolution partially fixed. Layout for small resolution added.
...
Layout for small display resolution added.
12 years ago
Alexander Smorkalov
a699594854
Issue # 2344 OpenCV Manager doesn't tell which pack is used fixed.
12 years ago
Alexander Smorkalov
43a401ba19
OpenCV Manager version incremented.
12 years ago
Alexander Smorkalov
1de829c359
abi-compatibility-check tool configuration script for adnroid added.
12 years ago
Andrey Kamaev
4bd2c6b50d
Android toolchain: added fixes/workarounds for NDK r8b and NDK r6 bugs
12 years ago
Alexander Smorkalov
0ab954a3c4
Issue #2270 OpenCV Manager fails with JNI error fixed.
...
Local reference table overflow in JNI code fixed.
(cherry picked from commit 457c878538
)
12 years ago
Alexander Smorkalov
0efa9d4c06
Build script for all native cameras added.
...
(cherry picked from commit b16b50d61b
)
12 years ago
Alexander Smorkalov
da167d8f38
Issue #2248 OpenCV manager fails to determine hardware platfrom on Android Emulator fixed.
...
Search keys for /proc/sysinfo updated.
(cherry picked from commit db3a35f901
)
12 years ago
Alexander Smorkalov
b16b50d61b
Build script for all native cameras added.
12 years ago
Alexander Smorkalov
db3a35f901
Issue #2248 OpenCV manager fails to determine hardware platfrom on Android Emulator fixed.
...
Search keys for /proc/sysinfo updated.
12 years ago
Andrey Kamaev
2cc262bce4
Fix Android CMake toolchain compiler and linker flags
12 years ago
Andrey Kamaev
d3501f1545
Android toolchain: restored explicit include_directories of system /usr/include
...
It is needed because of explicit STL include paths.
Otherwise some standard headers (like fenv.h) can not not be correctly found by the compiler.
12 years ago
Andrey Kamaev
b0c7280978
Android toolchain: protect from changes of NDK_CCACHE on subsequent cmake
12 years ago
Andrey Kamaev
53d219c857
Improved CMake warnings about known problems of Android NDKs
12 years ago
Alexander Smorkalov
457c878538
Issue #2270 OpenCV Manager fails with JNI error fixed.
...
Local reference table overflow in JNI code fixed.
12 years ago
Andrey Kamaev
a3125c0b8d
Added C++ runtime search for standalone toolchain
12 years ago
Andrey Kamaev
ac808b51a5
Fixing STL support in case of standalone toolchain
12 years ago
Andrey Kamaev
c91850ec2e
Fix executable and C objects linking
12 years ago
Andrey Kamaev
e402bb496d
Add support for all NDK runtimes
12 years ago
Andrey Kamaev
21a536f999
Add NDK release detection into CMake toolchain
12 years ago
Andrey Kamaev
c9dbb0d314
Several small fixes in Android CMake toolchain
...
* fix formatting
* honor Windows-style paths
* suppress warnings inside try_compile
* correct caching of toolchain variables
12 years ago
Andrey Kamaev
e9392d1466
Fix Android build with cmake 2.6.3
12 years ago
Andrey Kamaev
0adbead654
Android toolchain: fix CCache program search
12 years ago
Andrey Kamaev
d421ec26e2
Android toolchain: fixed ccache search
12 years ago
Andrey Kamaev
bbbe77e05e
Fix Android build for mips platform
12 years ago
Andrey Kamaev
c0786e9d33
Support for the gold linker (NDK r8b is required)
12 years ago
Andrey Kamaev
bcf8dd510f
Added CCache support to Android build
...
To speed up rebuilds, define the NDK_CCACHE environment or CMake variable
to the path to your ccache binary. When declared, the android.cmake.toolchain
automatically uses CCache when compiling any C/C++ source file. For example:
export NDK_CCACHE=ccache
12 years ago
Andrey Kamaev
639bbec44a
svn repository web references are replaced with links to git
12 years ago
Alexander Smorkalov
ca6e85f526
Tegra3 package support enabled;
...
Version code incremented;
12 years ago
Alexander Smorkalov
48aeaf6239
Tegra detector fixed;
...
Some aditional logs added;
AndroidManifest version incremented.
12 years ago
Alexander Smorkalov
b1811a8bf6
HW compatibility tests added;
...
Arm-v7a neon package support enabled.
12 years ago
Alexander Smorkalov
44aeff04ae
Package name logic improved;
...
Aditional tests added;
Some bug fixes with different __SUPPORT_XXX defines.
12 years ago
Alexander Smorkalov
a82fc0a046
Unit tests updated. Version and HW compatiblity tests added;
...
Tegra3, neon, sseX, x64 support uncomment and guarded by ifdefs
12 years ago
Andrey Kamaev
6da9b9f137
Android toolchain: libstdc++ and libsupc are removed from explicit link libraries
...
# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
# Changes to be committed:
# (use "git reset HEAD^1 <file>..." to unstage)
#
# modified: android/android.toolchain.cmake
#
12 years ago
Andrey Pavlenko
c1571e21ff
android tutorial v2, initial draft commit
12 years ago
Andrey Kamaev
5100ca7508
svn repository web references are replaced with links to git
12 years ago
Andrey Kamaev
bc227ab075
Intermediate files generated by Android toolchain are moved into CMakeFiles subfolder
12 years ago
andrey.kamaev
5b4297cccf
Android CMake toolchain is updated for NDK r8b
12 years ago