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
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
Alexander Smorkalov
ddcc839519
Tegra3 package support enabled;
...
Version code incremented;
13 years ago
Andrey Kamaev
bb51626573
Build pdf for Android Manager documentation
13 years ago
Andrey Pavlenko
be2457c249
removing 'module' directive to eliminate "PYTHON MODULE INDEX" page in PDF
13 years ago
Alexander Smorkalov
76fdbeee8a
Tegra detector fixed;
...
Some aditional logs added;
AndroidManifest version incremented.
13 years ago
Alexander Smorkalov
9f0a16c844
HW compatibility tests added;
...
Arm-v7a neon package support enabled.
13 years ago
Andrey Pavlenko
76cb051082
better wording
13 years ago
Andrey Pavlenko
cacf1d1ed3
adding java api ref. to top-level index
13 years ago
Alexander Smorkalov
422f650b20
Package name logic improved;
...
Aditional tests added;
Some bug fixes with different __SUPPORT_XXX defines.
13 years ago
Alexander Smorkalov
ed0a158cc1
Unit tests updated. Version and HW compatiblity tests added;
...
Tegra3, neon, sseX, x64 support uncomment and guarded by ifdefs.
13 years ago
Andrey Kamaev
51f6127e0a
Merged the recent fixes from 2.4 branch
13 years ago
Andrey Kamaev
a4ec89fb2c
Merged version references fix
13 years ago
Andrey Kamaev
efe139667b
Fixed Android package dependencies
13 years ago
Andrey Kamaev
08890118db
Fixed Android package dependencies
13 years ago
Andrey Kamaev
4216f3b24c
Fixed Android package dependencies
13 years ago
Andrey Kamaev
6a13c9efc0
Added cmake for building Android package
13 years ago
Andrey Pavlenko
3804ca3e20
changing package layout after 'make install' for Android build
13 years ago
Andrey Kamaev
a142a3b78a
Fixed Android Manager build
13 years ago
Andrey Pavlenko
2984fa751e
adding OpenCV Manager
13 years ago
Andrey Kamaev
cddac5d221
Android toolchain: fixed try_compile problem with old cmake versions
13 years ago
Andrey Kamaev
a91745558f
Updated link in android readme
13 years ago
Andrey Kamaev
b8804ccc17
Fixed problem with manually set PYTHON_PACKAGES_PATH #1891
13 years ago
Andrey Kamaev
0fecbdde6e
Added Android NDK r8 support including new mips ABI
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Alexander Smorkalov
abbfa848ba
Issue 1119 Build for x86. Build script added. Tests are ok.
13 years ago
Andrey Kamaev
305d024137
CMake status report: list unsatisfied dependencies for automatically disabled modules; fixed few problems with Windows-style paths
13 years ago
Andrey Kamaev
b232ffcde7
Android: removed unneeded workaround for library output path initialization.
13 years ago
Andrey Kamaev
603e3e4bc0
Fixed bugs in Android cmake toolchain; added experimantal assembler support to the toolchain
13 years ago
Andrey Kamaev
90dcd4608c
Android: fixed cmake try_compile() for case of STL features detection
13 years ago
Andrey Kamaev
631f72d85d
Fixed Android cross-compiling problems:
...
- missing install_name_tool on OS X
- incorrectly working try_compile() command
13 years ago
Andrey Kamaev
228b87250a
Windows build scripts for Android are updated for SDK r14 and newer
13 years ago
Andrey Kamaev
01b986ef32
Fixed try_compile for Android; Fixed samples build
13 years ago
Andrey Kamaev
a8f27e4a84
Information about cmake and build platform is added to the status report
13 years ago
Andrey Kamaev
b294383199
Added more default search locations for Android NDK and SDK
13 years ago
Andrey Kamaev
691d392312
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
13 years ago
Andrey Kamaev
23af203e00
Better variant of OpenCVConfig.cmake generation; several smaller changes in the options section and Android build scripts
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Andrey Kamaev
504a93ed0a
Alternative xml naming for performance logs
13 years ago
Andrey Kamaev
ae2e494c7d
A number of improvements in android cmake toolchain
13 years ago
Andrey Kamaev
a43c47d6cf
First version of native camera support for Android 3.x.x and 4.0.x
13 years ago
Andrey Kamaev
8cab65c173
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
13 years ago
Andrey Kamaev
e46e13a775
Fixed typo in android toolchain
13 years ago