Home
last modified time | relevance | path

Searched +full:test +full:- +full:cmake +full:- +full:minimum (Results 1 – 25 of 134) sorted by relevance

123456

/external/angle/third_party/abseil-cpp/CMake/
DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
[all …]
DAbseilHelpers.cmake8 # https://www.apache.org/licenses/LICENSE-2.0
21 # The IDE folder for Abseil that will be used if Abseil is included in a CMake
37 # CMake function to imitate Bazel's cc_library rule.
104 # Check if this is a header-only library
106 # 16.04 LTS) only come with cmake 3.5 by default. For this reason, we can't
122 # 1. "dll" -- This target is part of the DLL
123 # 2. "dll_dep" -- This target is not part of the DLL, but depends on the DLL.
128 # 3. "shared" -- This is a shared library, perhaps on a non-windows platform
130 # 4. "static" -- This target does not depend on the DLL and should be built
154 # Generate a pkg-config file for every library:
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/CMake/
DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
[all …]
DAbseilHelpers.cmake8 # https://www.apache.org/licenses/LICENSE-2.0
21 # The IDE folder for Abseil that will be used if Abseil is included in a CMake
37 # CMake function to imitate Bazel's cc_library rule.
103 # Check if this is a header-only library
105 # 16.04 LTS) only come with cmake 3.5 by default. For this reason, we can't
121 # 1. "dll" -- This target is part of the DLL
122 # 2. "dll_dep" -- This target is not part of the DLL, but depends on the DLL.
127 # 3. "shared" -- This is a shared library, perhaps on a non-windows platform
129 # 4. "static" -- This target does not depend on the DLL and should be built
151 # Generate a pkg-config file for every library:
[all …]
/external/cronet/third_party/abseil-cpp/CMake/
DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
[all …]
DAbseilHelpers.cmake8 # https://www.apache.org/licenses/LICENSE-2.0
21 # The IDE folder for Abseil that will be used if Abseil is included in a CMake
37 # CMake function to imitate Bazel's cc_library rule.
104 # Check if this is a header-only library
106 # 16.04 LTS) only come with cmake 3.5 by default. For this reason, we can't
122 # 1. "dll" -- This target is part of the DLL
123 # 2. "dll_dep" -- This target is not part of the DLL, but depends on the DLL.
128 # 3. "shared" -- This is a shared library, perhaps on a non-windows platform
130 # 4. "static" -- This target does not depend on the DLL and should be built
154 # Generate a pkg-config file for every library:
[all …]
/external/abseil-cpp/CMake/
DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
[all …]
DAbseilHelpers.cmake8 # https://www.apache.org/licenses/LICENSE-2.0
21 # The IDE folder for Abseil that will be used if Abseil is included in a CMake
31 # CMake function to imitate Bazel's cc_library rule.
97 # Check if this is a header-only library
99 # 16.04 LTS) only come with cmake 3.5 by default. For this reason, we can't
115 # 1. "dll" -- This target is part of the DLL
116 # 2. "dll_dep" -- This target is not part of the DLL, but depends on the DLL.
121 # 3. "shared" -- This is a shared library, perhaps on a non-windows platform
123 # 4. "static" -- This target does not depend on the DLL and should be built
145 # Generate a pkg-config file for every library:
[all …]
/external/webrtc/third_party/abseil-cpp/CMake/
DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
[all …]
DAbseilHelpers.cmake8 # https://www.apache.org/licenses/LICENSE-2.0
21 # The IDE folder for Abseil that will be used if Abseil is included in a CMake
37 # CMake function to imitate Bazel's cc_library rule.
104 # Check if this is a header-only library
106 # 16.04 LTS) only come with cmake 3.5 by default. For this reason, we can't
122 # 1. "dll" -- This target is part of the DLL
123 # 2. "dll_dep" -- This target is not part of the DLL, but depends on the DLL.
128 # 3. "shared" -- This is a shared library, perhaps on a non-windows platform
130 # 4. "static" -- This target does not depend on the DLL and should be built
152 # Generate a pkg-config file for every library:
[all …]
/external/libxml2/
D.gitlab-ci.yml1 .test:
4 BASE_CONFIG: "--with-ftp --with-legacy --with-xptr-locs"
6 - rm -rf libxml2-build
7 - mkdir libxml2-build
8 - ln -s /tests/xmlconf libxml2-build
10 - sh .gitlab-ci/test.sh
13 extends: .test
15 CFLAGS: "-O2 -std=c89 -D_XOPEN_SOURCE=700"
17 gcc:minimum:
18 extends: .test
[all …]
/external/expat/.github/workflows/
Dcmake-required-version.yml8 # Copyright (c) 2021-2022 Sebastian Pipping <sebastian@pipping.org>
30 name: Ensure realistic minimum CMake version requirement
36 - cron: '0 2 * * 5' # Every Friday at 2am
40 name: Ensure realistic minimum CMake version requirement
41 runs-on: ubuntu-20.04
43 - uses: actions/checkout@v3.1.0
45 - name: Install ancient CMake
47 set -ux
49 …needed_cmake_version="$(sed -n 's/cmake_minimum_required(VERSION \(.*\))/\1/p' expat/CMakeLists.tx…
51 installer_filename="cmake-${needed_cmake_version}-linux-x86_64.sh"
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/.github/workflows/
Dci.yml1 # Copyright 2022-2023 LunarG, Inc.
3 # SPDX-License-Identifier: Apache-2.0
11 - main
20 ubuntu-cmake-install:
21 runs-on: ubuntu-latest
23 - uses: actions/checkout@v3
24 - uses: lukka/get-cmake@latest
27 - name: Configure Vulkan-Headers
28 run: cmake -S . -B build
29 - name: Install Vulkan-Headers
[all …]
/external/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when
22 building libjpeg-turbo.
36 ARCH=`uname -m`
37 rpmbuild --rebuild nasm-{version}.src.rpm
[all …]
/external/curl/docs/
DINSTALL.cmake7 How To Compile with CMake
9 Building with CMake
12 from source code using the CMake build tool. To build with CMake, you will
13 of course have to first install CMake. The minimum required version of
14 CMake is specified in the file CMakeLists.txt found in the top of the curl
15 source tree. Once the correct version of CMake is installed you can follow
18 CMake builds can be configured either from the command line, or from one
19 of CMake's GUI's.
21 Current flaws in the curl CMake build
24 Missing features in the cmake build:
[all …]
/external/pcre/
DChangeLog1 Change Log for PCRE2 - see also the Git log
2 -------------------------------------------
5 Version 10.42 11-December-2022
6 ------------------------------
13 2. To catch similar issues to the above in future, a new small test program
14 that includes pcre2posix.h but not pcre2.h has been added to the test suite.
16 3. When the -S option of pcre2test was used to set a stack size greater than
25 5. Merged @carenas patch #175 which fixes #86 - segfault on aarch64 (ARM),
28 Version 10.41 06-December-2022
29 ------------------------------
[all …]
DCMakeLists.txt3 # This file enables PCRE2 to be built with the CMake configuration and build
4 # tool. Download CMake in source or binary form from http://www.cmake.org/
9 # 2007-09-14 mod by Sheri so 7.4 supported configuration options can be entered
10 # 2007-09-19 Adjusted by PH to retain previous default settings
11 # 2007-12-26 (a) On UNIX, use names libpcre instead of just pcre
13 # not a previously-installed one.
16 # 2008-01-20 Brought up to date to include several new features by Christian
18 # 2008-01-22 Sheri added options for backward compatibility of library names
24 # be built with suffix of "-0.dll". (The libraries will be named
25 # libpcre-0.dll, libpcreposix-0.dll and libpcrecpp-0.dll - same names
[all …]
/external/vulkan-validation-layers/
DBUILD.md8 1. [Contributing](#contributing-to-the-repository)
9 1. [Repository Content](#repository-content)
10 1. [Repository Set-Up](#repository-set-up)
11 1. [Windows Build](#building-on-windows)
12 1. [Linux Build](#building-on-linux)
13 1. [Android Build](#building-on-android)
14 1. [MacOS build](#building-on-macos)
33 - *install_dir*`/lib` : The Vulkan validation layer libraries
34 - *install_dir*`/share/vulkan/explicit_layer.d` : The Vulkan validation layer
40 ## Repository Set-Up
[all …]
/external/oboe/samples/RhythmGame/
Dbuild.gradle10 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
12 cmake {
13 cppFlags "-std=c++17"
14 abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
21 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
25 cmake {
34 // Oboe has a minimum API of 16, but AMediaExtractor (used to extract the MP3 assets)
39 cmake {
40 arguments "-DUSE_FFMPEG=0"
46 * - Uncomment this block
[all …]
/external/llvm/docs/
DGettingStartedVS.rst19 test the LLVM tools and the Clang front end.
27 The last major part of LLVM, the execution Test Suite, does not run on Windows,
41 --------
47 --------
50 You will also need the `CMake <http://www.cmake.org/>`_ build system since it
51 generates the project files you will use to build with. CMake 2.8.12.2 is the
52 minimum required version for building with Visual Studio, though the latest
53 version of CMake is recommended.
74 1. ``cd <where-you-want-llvm-to-live>``
75 2. ``gunzip --stdout llvm-VERSION.tar.gz | tar -xvf -``
[all …]
/external/angle/third_party/abseil-cpp/
DCMakeLists.txt8 # 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.
65 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp))
74 …"Use CMake C++ standard meta features (e.g. cxx_std_14) that propagate to targets that link to Abs…
75 OFF) # TODO: Default to ON for CMake 3.8 and greater.
77 …message(WARNING "A future Abseil release will default ABSL_PROPAGATE_CXX_STD to ON for CMake 3.8 a…
85 ${CMAKE_CURRENT_LIST_DIR}/CMake
153 … # When Google Test is included directly rather than through find_package, the aliases are missing.
159 …nd ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Google Test
[all …]
/external/cronet/third_party/abseil-cpp/
DCMakeLists.txt8 # 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.
60 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp))
69 …"Use CMake C++ standard meta features (e.g. cxx_std_14) that propagate to targets that link to Abs…
70 OFF) # TODO: Default to ON for CMake 3.8 and greater.
72 …message(WARNING "A future Abseil release will default ABSL_PROPAGATE_CXX_STD to ON for CMake 3.8 a…
80 ${CMAKE_CURRENT_LIST_DIR}/CMake
148 … # When Google Test is included directly rather than through find_package, the aliases are missing.
154 …nd ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Google Test
[all …]
/external/webrtc/third_party/abseil-cpp/
DCMakeLists.txt8 # 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.
60 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp))
69 …"Use CMake C++ standard meta features (e.g. cxx_std_14) that propagate to targets that link to Abs…
70 OFF) # TODO: Default to ON for CMake 3.8 and greater.
72 …message(WARNING "A future Abseil release will default ABSL_PROPAGATE_CXX_STD to ON for CMake 3.8 a…
80 ${CMAKE_CURRENT_LIST_DIR}/CMake
148 … # When Google Test is included directly rather than through find_package, the aliases are missing.
154 …nd ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Google Test
[all …]
/external/deqp/external/vulkancts/
DREADME.md4 This document describes how to build and run Vulkan Conformance Test suite.
7 Up-to-date documentation for dEQP is available at:
9 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home)
10 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki)
14 ------------
22 * CMake 3.10.2 or newer
33 * You can get this from the `mesa-common-dev` Ubuntu package.
45 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 28
52 tools/bin/sdkmanager tools platform-tools 'build-tools;25.0.2' 'platforms;android-28'
56 ------------
[all …]
/external/cblas/testing/
Dc_cblat3.f3 * Test program for the COMPLEX Level 3 Blas.
6 * of the file are read using list-directed input, the last 9 records
11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
16 * 16.0 THRESHOLD VALUE OF TEST RATIO
20 * (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
22 * (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
23 * cblas_cgemm T PUT F FOR NO TEST. SAME COLUMNS.
24 * cblas_chemm T PUT F FOR NO TEST. SAME COLUMNS.
[all …]

123456