Alexander Alekhin
97507e42a1
build: eliminate Xcode 9.1 warnings
...
- 3rdparty/libjasper/jas_getopt.c:129:25: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
- clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7s' [-Wignored-optimization-argument]
- backport IOS_ARCH toolchain option and setup CMAKE_SYSTEM_PROCESSOR:
- adds '-mfpu=neon' compiler flag for ARM, SSE flags for i386/x86_64
- fixed proper libpng compilation (no ARM asm)
7 years ago
Maksim Shabunin
0c3722be82
iOS framework build script changes from master branch
10 years ago
Maksim Shabunin
b59aaae2dc
iOS framework build script changes
...
- buildbot process support (break build in case of errors)
- disabled some warnings in cmake script
10 years ago
Alessandro Trebbi
3d25d70627
fix for compiling 2.4 opencv with xcode 5.1
11 years ago
Alexander Shishkov
9631cb6de9
fix for supporting 64-bit architecture
11 years ago
Alexander Shishkov
16814c7fb1
Update build_framework.py
12 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
12 years ago
Roman Donchenko
5dd598fc6d
Fix building the iOS framework after I dropped the VERSION macro.
...
This version uses CMake to generate Info.plist, which should be more
reliable than the old approach.
12 years ago
Alexander Shishkov
68741bf8a0
moved iOS part to platforms folder
12 years ago
Anatoly Baksheev
7fa01e3fcc
enabled png and jpeg for iOS
12 years ago
Vadim Pisarevsky
3d0c08816d
another fix to make OpenCV more friendly for iOS developers. We now use libc++ instead of libstdc++ and clang instead of gcc to build opencv2.framework.
12 years ago
Alexander Shishkov
2dba13f7d4
added support armv7s for iOS framework
...
for supporting with iOS 6 devices
13 years ago
Andrey Kamaev
639bbec44a
svn repository web references are replaced with links to git
13 years ago
Andrey Kamaev
5100ca7508
svn repository web references are replaced with links to git
13 years ago
Marina Kolpakova
150aeee58f
merged iOS framework from the trunk
13 years ago
Vadim Pisarevsky
139e790fbf
always remove libopencv_world.a before building framework to always include the up-to-date code into the framework binary.
13 years ago
Vadim Pisarevsky
76f49f3078
added script to build the universal opencv2.framework for iOS device and simulator. fixed opencv_world cmake script to create static libopencv_world.a for iOS. temporarily disable compressed file storages in the case of iOS (to avoid dependency of zlib)
13 years ago