modified highgui and ts modules and cmakelists for ios cross-compiling, added ios...
authorArtem Myagkov <no@email>
Tue, 23 Aug 2011 11:19:58 +0000 (11:19 +0000)
committerArtem Myagkov <no@email>
Tue, 23 Aug 2011 11:19:58 +0000 (11:19 +0000)
commit8c6782300a9b60841d6ecb2e4e8944546e3c38a7
treeeaa121d0f385ac7c41453698ca62022bc9f20ba4
parente268e0704d9b631eef788ef48f9dded4b445c511
modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial
21 files changed:
CMakeLists.txt
doc/tutorials/definitions/tocDefinitions.rst
doc/tutorials/introduction/ios_install/ios_install.rst [new file with mode: 0644]
doc/tutorials/introduction/table_of_content_introduction/images/ios4_logo.jpg [new file with mode: 0644]
doc/tutorials/introduction/table_of_content_introduction/table_of_content_introduction.rst
ios/cmake/Modules/Platform/iOS.cmake [new file with mode: 0644]
ios/cmake/Toolchains/Toolchain-iPhoneOS_Xcode.cmake [new file with mode: 0644]
ios/cmake/Toolchains/Toolchain-iPhoneSimulator_Xcode.cmake [new file with mode: 0644]
ios/configure-device_xcode.sh [new file with mode: 0755]
ios/configure-simulator_xcode.sh [new file with mode: 0755]
ios/readme.txt [new file with mode: 0644]
modules/CMakeLists.txt
modules/highgui/CMakeLists.txt
modules/highgui/include/opencv2/highgui/highgui_c.h
modules/highgui/src/cap.cpp
modules/highgui/src/cap_avfoundation.mm [new file with mode: 0644]
modules/highgui/src/grfmt_imageio.cpp
modules/highgui/src/grfmt_imageio.hpp
modules/highgui/src/window_cocoa.mm
modules/ts/include/opencv2/ts/ts_gtest.h
modules/ts/src/ts_gtest.cpp