Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
System Administrator authored and System Administrator committed Dec 24, 2019
1 parent 61c15ec commit 82c0114
Show file tree
Hide file tree
Showing 36 changed files with 719 additions and 0 deletions.
Empty file modified CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified CMakeSettings.json
100644 → 100755
Empty file.
8 changes: 8 additions & 0 deletions base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@ set(compv_base_SOURCES
compv_xml.cxx
)

###### --- iOS --- ######
if (IOS)
set_source_files_properties(
compv_fileutils.cxx
PROPERTIES COMPILE_FLAGS "-x objective-c++"
)
endif ()

###### --- X86 / X64 --- ######
if ("${TARGET_ARCH}" STREQUAL "x86" OR "${TARGET_ARCH}" STREQUAL "x64")
set(INTRIN_FILES ${INTRIN_FILES}
Expand Down
Empty file modified base/compv_base64.cxx
100644 → 100755
Empty file.
Empty file modified base/compv_exif.cxx
100644 → 100755
Empty file.
Empty file modified base/easyexif/easyexif.cxx
100644 → 100755
Empty file.
Empty file modified base/include/compv/base/compv_base64.h
100644 → 100755
Empty file.
Empty file modified base/include/compv/base/compv_exif.h
100644 → 100755
Empty file.
Empty file modified base/include/compv/base/easyexif/easyexif.h
100644 → 100755
Empty file.
Empty file modified base/include/compv/base/math/compv_math_activation_functions.h
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified base/math/compv_math_activation_functions.cxx
100644 → 100755
Empty file.
Empty file.
Empty file modified base/math/intrin/arm/compv_math_op_minmax_intrin_neon.cxx
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified camera/CMakeLists.txt
100644 → 100755
Empty file.
7 changes: 7 additions & 0 deletions cmakegen_ios.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# More info https://github.com/leetal/ios-cmake

mkdir build
cd build
cmake .. -G Xcode -DCMAKE_TOOLCHAIN_FILE=../ios.toolchain.cmake -DPLATFORM=OS64
cd ..

Empty file modified cmakegen_rpi.bat
100644 → 100755
Empty file.
Empty file modified cmakegen_win64.bat
100644 → 100755
Empty file.
Empty file modified compv.sln
100644 → 100755
Empty file.
Empty file modified compv_android.sln
100644 → 100755
Empty file.
Empty file modified core/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified gpu/CMakeLists.txt
100644 → 100755
Empty file.
704 changes: 704 additions & 0 deletions ios.toolchain.cmake

Large diffs are not rendered by default.

Empty file modified rpi.toolchain.cmake
100644 → 100755
Empty file.
Empty file modified tests/image/wrap_yuv.cxx
100644 → 100755
Empty file.
Empty file modified tests/math/activation_functions.cxx
100644 → 100755
Empty file.
Empty file modified thirdparties/tools/windows/Gas-buildrules-vs2017.zip
100644 → 100755
Empty file.
Empty file modified thirdparties/tools/windows/VSYASM_vs2017.zip
100644 → 100755
Empty file.
Empty file modified unittests/wrap_yuv.cxx
100644 → 100755
Empty file.

0 comments on commit 82c0114

Please sign in to comment.