Searched +full:build +full:- +full:appleclang (Results 1 – 25 of 47) sorted by relevance
12
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/.github/workflows/ |
| D | ci.yml | 6 build-appleclang: 7 runs-on: macos-latest 9 fail-fast: false 15 # Unlike GCC and upstream Clang, AppleClang still defaults to `-std=c++98` 18 # we set the `-std` flag explicitly in order to vary the language version. 20 CXXFLAGS: -O3 -g -std=c++${{ matrix.ver }} 22 - uses: actions/checkout@v2 23 - run: make && make test 25 build-clang: 26 runs-on: ubuntu-latest [all …]
|
| /external/cronet/third_party/re2/src/.github/workflows/ |
| D | ci.yml | 6 build-appleclang: 7 runs-on: macos-latest 9 fail-fast: false 15 # Unlike GCC and upstream Clang, AppleClang still defaults to `-std=c++98` 18 # we set the `-std` flag explicitly in order to vary the language version. 20 CXXFLAGS: -O3 -g -std=c++${{ matrix.ver }} 22 - uses: actions/checkout@v3 23 - name: Install Abseil, GoogleTest and Benchmark 26 brew install abseil googletest google-benchmark 28 - run: make && make test [all …]
|
| /external/google-fruit/ |
| D | CMakeLists.txt | 24 …L_ERROR "Please re-run CMake, specifying -DCMAKE_BUILD_TYPE=Debug , -DCMAKE_BUILD_TYPE=Release , -… 28 option(FRUIT_ALLOW_MULTI_CONFIG "Allow multi-configuration generator. If this option is OFF, enforc… 31 message(STATUS "${CMAKE_PROJECT_NAME} supports the CMake multi-configuration generator," 37 # used with the multi-configuration generator. This makes it look like 38 # single-configuration generator. 42 option(BUILD_SHARED_LIBS "Build shared library" ON) 48 if(NOT "${CMAKE_CXX_COMPILER_ID}" MATCHES "^(GNU|Clang|AppleClang|MSVC)$") 53 # - https://software.intel.com/en-us/forums/intel-c-compiler/topic/606048 54 # - https://software.intel.com/en-us/forums/intel-c-compiler/topic/606049 57 …_WNO_UNKNOWN_WARNING_OPTION "Add -Wno-unknown-warning-option to the compiler options for GCC, Clan… [all …]
|
| /external/boringssl/src/ |
| D | CMakeLists.txt | 32 pkg_check_modules(LIBUNWIND libunwind-generic>=1.3.0) 34 add_definitions(-DBORINGSSL_HAVE_LIBUNWIND) 47 add_definitions(-DBORINGSSL_DISPATCH_TEST) 49 # command-line, but not add_definitions. 50 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DBORINGSSL_DISPATCH_TEST") 54 # Add a RelWithAsserts build configuration. It is the same as Release, except it 57 string(REGEX REPLACE "(^| )[/-]DNDEBUG( |$)" " " "${VAR}_RELWITHASSERTS" 63 add_definitions(-DBORINGSSL_PREFIX=${BORINGSSL_PREFIX}) 64 # CMake automatically connects include_directories to the NASM command-line, 66 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DBORINGSSL_PREFIX=${BORINGSSL_PREFIX}") [all …]
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/copts/ |
| D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 29 # When compiling for multiple architectures, a build system can invoke a 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/copts/ |
| D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 29 # When compiling for multiple architectures, a build system can invoke a 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. [all …]
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/copts/ |
| D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 29 # When compiling for multiple architectures, a build system can invoke a 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. [all …]
|
| /external/webrtc/third_party/abseil-cpp/absl/copts/ |
| D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 29 # When compiling for multiple architectures, a build system can invoke a 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. [all …]
|
| /external/cronet/third_party/abseil-cpp/absl/copts/ |
| D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 29 # When compiling for multiple architectures, a build system can invoke a 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. [all …]
|
| /external/abseil-cpp/absl/copts/ |
| D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 29 # When compiling for multiple architectures, a build system can invoke a 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. [all …]
|
| /external/angle/third_party/abseil-cpp/absl/copts/ |
| D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 29 # When compiling for multiple architectures, a build system can invoke a 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. [all …]
|
| /external/libtextclassifier/abseil-cpp/absl/copts/ |
| D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 29 # When compiling for multiple architectures, a build system can invoke a 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. [all …]
|
| /external/openscreen/third_party/abseil/src/ |
| D | CMakeLists.txt | 8 # https://www.apache.org/licenses/LICENSE-2.0 18 # 2019. A notable exception is RHEL-7 (CentOS7). You can install a current 24 # Compiler id for Apple Clang is now AppleClang. 46 # Output directory is correct by default for most build setups. However, when 52 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp)) 116 set(absl_gtest_build_dir ${CMAKE_BINARY_DIR}/googletest-build) 126 set(absl_gtest_src_dir ${CMAKE_BINARY_DIR}/googletest-src) 148 # absl:lts-remove-begin(system installation is supported for LTS releases) 149 # We don't support system-wide installation 153 The default and system-level install directories are unsupported except in LTS \ [all …]
|
| /external/deqp/external/jsoncpp/ |
| D | CMakeLists.txt | 3 # ==== Define cmake build policies that affect compilation and linkage default behaviors 8 # JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION and CMAKE_VERSION (used for this build) 40 # Build the library with C++11 standard support, independent from other including 49 … "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel Coverage.") 54 # --------------------------------------------------------------------------- 56 # --------------------------------------------------------------------------- 68 # 1. ./meson.build 82 option(JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" OFF) 88 option(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." OFF) 89 option(BUILD_STATIC_LIBS "Build jsoncpp_lib as a static library." ON) [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | pkgcheck.yml | 4 ci-pkgcheck: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu GCC 12 os: ubuntu-latest 14 cxx-compiler: g++ 16 - name: Ubuntu GCC -m32 17 os: ubuntu-latest 19 cxx-compiler: g++ 20 packages: gcc-multilib g++-multilib [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/ |
| D | CMakeLists.txt | 8 # https://www.apache.org/licenses/LICENSE-2.0 17 # https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md 18 # As of 2022-09-06, CMake 3.10 is the minimum supported version. 21 # Compiler id for Apple Clang is now AppleClang. 54 # Output directory is correct by default for most build setups. However, when 60 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp)) 117 "If ON, Abseil will build all of Abseil's own tests." OFF) 120 …"If ON, Abseil will build libraries that you can use to write tests against Abseil code. This opti… 154 … is ON and ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Goog… 158 set(absl_gtest_build_dir ${CMAKE_BINARY_DIR}/googletest-build) [all …]
|
| /external/libtextclassifier/abseil-cpp/ |
| D | CMakeLists.txt | 8 # https://www.apache.org/licenses/LICENSE-2.0 17 # https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md 18 # As of 2022-09-06, CMake 3.10 is the minimum supported version. 21 # Compiler id for Apple Clang is now AppleClang. 59 # Output directory is correct by default for most build setups. However, when 65 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp)) 122 "If ON, Abseil will build all of Abseil's own tests." OFF) 125 …"If ON, Abseil will build libraries that you can use to write tests against Abseil code. This opti… 159 … is ON and ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Goog… 163 set(absl_gtest_build_dir ${CMAKE_BINARY_DIR}/googletest-build) [all …]
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/ |
| D | CMakeLists.txt | 8 # https://www.apache.org/licenses/LICENSE-2.0 17 # https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md 18 # As of 2022-09-06, CMake 3.10 is the minimum supported version. 21 # Compiler id for Apple Clang is now AppleClang. 54 # Output directory is correct by default for most build setups. However, when 60 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp)) 117 "If ON, Abseil will build all of Abseil's own tests." OFF) 120 …"If ON, Abseil will build libraries that you can use to write tests against Abseil code. This opti… 154 … is ON and ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Goog… 158 set(absl_gtest_build_dir ${CMAKE_BINARY_DIR}/googletest-build) [all …]
|
| /external/tensorflow/third_party/absl/abseil-cpp/ |
| D | CMakeLists.txt | 8 # https://www.apache.org/licenses/LICENSE-2.0 18 # 2019. A notable exception is RHEL-7 (CentOS7). You can install a current 24 # Compiler id for Apple Clang is now AppleClang. 52 # Output directory is correct by default for most build setups. However, when 58 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp)) 115 "If ON, Abseil will build all of Abseil's own tests." OFF) 149 … is ON and ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Goog… 153 set(absl_gtest_build_dir ${CMAKE_BINARY_DIR}/googletest-build) 163 set(absl_gtest_src_dir ${CMAKE_BINARY_DIR}/googletest-src) 179 # absl:lts-remove-begin(system installation is supported for LTS releases) [all …]
|
| /external/jsoncpp/ |
| D | CMakeLists.txt | 3 # ==== Define cmake build policies that affect compilation and linkage default behaviors 8 # JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION and CMAKE_VERSION (used for this build) 43 # Build the library with C++11 standard support, independent from other including 52 … "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel Coverage.") 57 # --------------------------------------------------------------------------- 59 # --------------------------------------------------------------------------- 71 # 1. ./meson.build 85 option(JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON) 92 option(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." ON) 93 option(BUILD_STATIC_LIBS "Build jsoncpp_lib as a static library." ON) [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
| D | CMakeLists.txt | 2 # Use of this source code is governed by a BSD-style 13 # Unlike GCC and upstream Clang, AppleClang still defaults to `-std=c++98` 15 if(APPLE AND NOT CMAKE_CXX_FLAGS MATCHES "-std=" AND NOT CMAKE_CXX_STANDARD) 19 option(BUILD_SHARED_LIBS "build shared libraries" OFF) 27 # http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html 44 # file is encoded using the current user code page, so we specify UTF-8. 45 add_compile_options(/utf-8) 49 add_definitions(-DUNICODE -D_UNICODE -DSTRICT -DNOMINMAX) 50 add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS) 57 add_definitions(-DUSEPCRE)
|
| /external/webrtc/third_party/abseil-cpp/ |
| D | CMakeLists.txt | 8 # https://www.apache.org/licenses/LICENSE-2.0 17 # https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md 18 # As of 2022-09-06, CMake 3.10 is the minimum supported version. 21 # Compiler id for Apple Clang is now AppleClang. 54 # Output directory is correct by default for most build setups. However, when 60 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp)) 117 "If ON, Abseil will build all of Abseil's own tests." OFF) 120 …"If ON, Abseil will build libraries that you can use to write tests against Abseil code. This opti… 154 … is ON and ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Goog… 158 set(absl_gtest_build_dir ${CMAKE_BINARY_DIR}/googletest-build) [all …]
|
| /external/cronet/third_party/abseil-cpp/ |
| D | CMakeLists.txt | 8 # https://www.apache.org/licenses/LICENSE-2.0 17 # https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md 18 # As of 2022-09-06, CMake 3.10 is the minimum supported version. 21 # Compiler id for Apple Clang is now AppleClang. 64 # Output directory is correct by default for most build setups. However, when 70 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp)) 127 "If ON, Abseil will build all of Abseil's own tests." OFF) 130 …"If ON, Abseil will build libraries that you can use to write tests against Abseil code. This opti… 164 … is ON and ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Goog… 168 set(absl_gtest_build_dir ${CMAKE_BINARY_DIR}/googletest-build) [all …]
|
| /external/cronet/third_party/boringssl/src/ |
| D | CMakeLists.txt | 47 # Android-NDK CMake files reconfigure the path and so Perl won't be found. 59 pkg_check_modules(LIBUNWIND libunwind-generic>=1.3.0) 61 add_definitions(-DBORINGSSL_HAVE_LIBUNWIND) 75 add_definitions(-DBORINGSSL_ALLOW_CXX_RUNTIME) 82 add_definitions(-DBORINGSSL_DISPATCH_TEST) 84 # command-line, but not add_definitions. 85 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DBORINGSSL_DISPATCH_TEST") 89 # Add a RelWithAsserts build configuration. It is the same as Release, except it 92 string(REGEX REPLACE "(^| )[/-]DNDEBUG( |$)" " " "${VAR}_RELWITHASSERTS" 97 add_definitions(-DBORINGSSL_PREFIX=${BORINGSSL_PREFIX}) [all …]
|
| /external/abseil-cpp/ |
| D | CMakeLists.txt | 8 # https://www.apache.org/licenses/LICENSE-2.0 17 # https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md 18 # As of 2022-09-06, CMake 3.10 is the minimum supported version. 21 # Compiler id for Apple Clang is now AppleClang. 64 # Output directory is correct by default for most build setups. However, when 70 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp)) 127 "If ON, Abseil will build all of Abseil's own tests." OFF) 130 …"If ON, Abseil will build libraries that you can use to write tests against Abseil code. This opti… 164 … is ON and ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Goog… 168 set(absl_gtest_build_dir ${CMAKE_BINARY_DIR}/googletest-build) [all …]
|
12