summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-19Workaround implicit dependencies search failure of mips linkerAndrey Kamaev
2013-04-17Merge branch 'linaro-ndk'Andrey Kamaev
2013-04-17Automatically detect NDK layout if no layout option providedAndrey Kamaev
2013-04-16Fix sysroot escaping on WindowsAndrey Kamaev
2013-04-16Automatically detect if need link crtbegin_*.o explicitlyAndrey Kamaev
2013-04-12Add NDK layout used in Android source treeAndrey Kamaev
2013-04-12Fix detection of NDK path change for non-default layoutsAndrey Kamaev
2013-04-10Add support for linaro NDK directories layoutAndrey Kamaev
2013-04-01Merge branch 'r8e'Andrey Kamaev
2013-03-25Add support for x86_64 version of NDK toolchainAndrey Kamaev
2013-03-25Update CMake toolchain for NDK r8e (x86 only for the moment)Andrey Kamaev
2012-12-23Compiler options are aligned with NDK r8dAndrey Kamaev
2012-12-23Do not resolve to real/absolute link in GCC 4.6 / 4.7Andrey Kamaev
2012-12-23Fix incomplete error messageAndrey Kamaev
2012-12-23Remove __ARM_ARCH_5*__ for ARMAndrey Kamaev
2012-12-23Merge branch ocv_fixesAndrey Kamaev
2012-12-23Workaround problems of gnustl for GCC 4.7 in NDK r8dAndrey Kamaev
2012-12-23Update toolchain to recognize NDK r8dAndrey Kamaev
2012-12-23Fix ccache search when NDK_CCACHE is passed as CMake argumentAndrey Kamaev
2012-12-09Fix directory name in eigen download scriptAndrey Kamaev
2012-12-09Adjust API level to closest compatible as NDK doesAndrey Kamaev
2012-12-09Suppress warning about unused CMAKE_TOOLCHAIN_FILE variableAndrey Kamaev
2012-11-28Always sort list of NDK toolchainsAndrey Kamaev
2012-11-26Replace ANDROID with __ANDROID__ in glues headersAndrey Kamaev
2012-11-26Add shell script to build all common-libs for AndroidAndrey Kamaev
2012-11-26Update cmake for glues libraryAndrey Kamaev
2012-11-26Fix eigen lib downloadAndrey Kamaev
2012-11-25Update boost build to the latest versionAndrey Kamaev
2012-11-20Merge branch 'clang'Andrey Kamaev
2012-11-20Adjust clang target for the thumb buildsAndrey Kamaev
2012-11-20Support clang with standalone toolchainAndrey Kamaev
2012-11-19Document new variablesAndrey Kamaev
2012-11-19Support clang as first-class citizenAndrey Kamaev
2012-11-19Option to use clang as a compilerAndrey Kamaev
2012-11-19Update README and add licence headerAndrey Kamaev
2012-11-18Update toolchain to recognize NDK r8cAndrey Kamaev
2012-11-18Fix implicit link with math library for C++ objectsAndrey Kamaev
2012-11-18Remove -g from complier flags in release modeAndrey Kamaev
2012-11-18Add fixes & workarounds for NDK r8b and NDK r6 bugsAndrey Kamaev
2012-11-18Align compiler flags with NDK r8bAndrey Kamaev
2012-11-18Restore explicit include_directories of ${sysroot}/usr/includeAndrey Kamaev
2012-11-18Protect from changes of NDK_CCACHE on cmake rerun commandAndrey Kamaev
2012-11-18Merge branch 'stl'Andrey Kamaev
2012-11-18Improve warnings about known problems of Android NDKAndrey Kamaev
2012-11-18Fix STL configuration for standalone toolchainAndrey Kamaev
2012-11-18Add support for all available C++ runtimesAndrey Kamaev
2012-11-18Add NDK release detectionAndrey Kamaev
2012-11-18Improve code comments and error messagesAndrey Kamaev
2012-11-18Automatically recognize .s .S .asm as assembler filesAndrey Kamaev
2012-11-18Fix search of ccache binaryAndrey Kamaev