Home
last modified time | relevance | path

Searched +full:cmake +full:- +full:args (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml1 name: CI CMake
4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
[all …]
Dpkgcheck.yml4 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 …]
Drelease.yml5 - '*'
7 ci-cmake:
9 runs-on: ${{ matrix.os }}
11 fail-fast: false
14 - name: Windows MSVC Win32
15 os: windows-latest
17 cmake-args: -A Win32
18 deploy-name: win-x86
20 - name: Windows MSVC Win32 Compat
21 os: windows-latest
[all …]
Dpigz.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
16 - name: Ubuntu GCC Symbol Prefix
17 os: ubuntu-latest
20 cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_
22 - name: Ubuntu Clang
23 os: ubuntu-latest
[all …]
/external/libopus/.github/workflows/
Dcmake.yml1 name: CMake
7 name: Test build with CMake 3.1.0
8 runs-on: ubuntu-20.04
10 - uses: actions/checkout@v3
12 fetch-depth: 0
13 - name: Download models
15 - name: Install CMake 3.1
17 …curl -sL https://github.com/Kitware/CMake/releases/download/v3.1.0/cmake-3.1.0-Linux-x86_64.sh -o …
19 sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir
21 sudo apt-get install libidn11
[all …]
Ddred.yml8 name: CMake/${{ matrix.config.name }}
9 runs-on: ${{ matrix.config.os }}
11 fail-fast: false
14 - {
16 os: windows-latest,
18 args: -G "Visual Studio 17 2022" -DOPUS_X86_PRESUME_AVX2=ON
20 - {
22 os: windows-latest,
24 args: -G "Visual Studio 17 2022" -A ARM64
26 - {
[all …]
/external/libyuv/docs/
Dgetting_started.md5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
14 gclient config --name src https://chromium.googlesource.com/libyuv/libyuv
62 call gn gen out\Release "--args=is_debug=false target_cpu=\"x64\""
63 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x64\""
64 ninja -v -C out\Release
65 ninja -v -C out\Debug
67 call gn gen out\Release "--args=is_debug=false target_cpu=\"x86\""
68 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x86\""
69 ninja -v -C out\Release
[all …]
/external/vulkan-validation-layers/scripts/
Dupdate_deps.py11 # http://www.apache.org/licenses/LICENSE-2.0
23 Get and build dependent repositories using known-good commits.
26 -------
31 repository at a "known-good" commit in order to provide stability in
35 --------------------
39 Known-Good JSON Database
40 ------------------------
42 This program expects to find a file named "known-good.json" in the
47 ---------------
49 See the help text (update_deps.py --help) for a complete list of options.
[all …]
/external/swiftshader/.vscode/
Dtasks.json22 "args": [ array
23 "-c",
24 "cmake --build . && echo Done"
28 "args": [ array
29 "-c",
30 "cmake --build . && echo Done"
34 "args": [ array
35 "-c",
36 "cmake --build . && echo Done"
64 "label": "cmake",
[all …]
/external/aws-crt-java/src/native/
Dbuild.gradle.kts18 "-B${buildDir}/cmake-build", in <lambda>()
19 "-H${projectDir}/../../", in <lambda>()
20 "-DCMAKE_BUILD_TYPE=${buildType}", in <lambda>()
21 "-DCMAKE_INSTALL_PREFIX=${buildDir}/cmake-build", in <lambda>()
22 "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON", in <lambda>()
23 "-DBUILD_DEPS=ON", in <lambda>()
24 "-DBUILD_TESTING=OFF" in <lambda>()
28 outputs.file("${buildDir}/cmake-build/CMakeCache.txt") in <lambda>()
32 logger.info("cmake ${argsStr}") in <lambda>()
34 executable("cmake") in <lambda>()
[all …]
/external/pigweed/pw_build/
Dpigweed.cmake7 # https://www.apache.org/licenses/LICENSE-2.0
23 "using ${pw_root} within CMake")
28 # pw_unit_test/test.cmake for test functions and variables instead of relying
29 # on them to be provided by pw_build/pigweed.cmake.
30 include("$ENV{PW_ROOT}/pw_unit_test/test.cmake")
40 # NUM_POSITIONAL_ARGS - PARSE_ARGV <N> arguments for
43 # Optional Args:
45 # OPTION_ARGS - <option> arguments for cmake_parse_arguments
46 # ONE_VALUE_ARGS - <one_value_keywords> arguments for cmake_parse_arguments
47 # MULTI_VALUE_ARGS - <multi_value_keywords> arguments for
[all …]
Dcmake.rst1 .. _module-pw_build-cmake:
3 CMake title
5 .. pigweed-module-subpage::
8 Pigweed's `CMake`_ support is provided primarily for projects that have an
9 existing CMake build and wish to integrate Pigweed without switching to a new
13 To run upstream Pigweed's CMake build use the ``pw build`` command:
15 .. code-block:: console
17 pw build -r default_cmake
19 This will install any required packages, generate cmake build files and invkoke ninja.
21 .. code-block:: text
[all …]
/external/deqp/scripts/ctsbuild/
Dconfig.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
40 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR): argument
44 self.args = copy.copy(args)
57 return self.args
64 if which("cmake") == None:
66 "/Applications/CMake.app/Contents/bin/cmake"
[all …]
/external/angle/third_party/clspv/
DBUILD.gn25 script = "src/cmake/spirv_c_strings.py"
32 args = [
33 "--input-file=" + rebase_path(inputs[0], root_build_dir),
34 "--output-file=" + rebase_path(outputs[0], root_build_dir),
35 "--namespace=" + spirv_namespace_strings,
40 script = "src/cmake/spirv_ext_inst.py"
46 args = [
47 "--input-file=" + rebase_path(inputs[0], root_build_dir),
48 "--output-file=" + rebase_path(outputs[0], root_build_dir),
49 "--namespace=" + spirv_namespace_glsl,
[all …]
/external/skia/site/docs/user/special/
Dvulkan.md2 ---
6 ---
17 -----------------
18 To build the Vulkan backend, set `skia_use_vulkan=true` in `args.gn`.
21 -------
23 To build the Vulkan backend, set `ndk_api = 24` in `args.gn` to target Android N.
26 ---
31 will first need to install [CMake](https://cmake.org/download/). Set up CMake for command
33 Command Line Use_. Once CMake has been prepared, SwiftShader needs to be compiled. Follow
36 <!--?prettify lang=bash-->
[all …]
/external/deqp/scripts/
Dcheck_swiftshader_runtime.py8 # https://www.apache.org/licenses/LICENSE-2.0
17 # - Python3 (apt-get install -y python3.x)
18 # - GO (apt-get install -y golang-go)
19 # - cmake (version 3.13 or later)
20 # - ninja (apt-get install -y ninja-build)
21 # - git (sudo apt-get install -y git)
24 # - crypto/openpgp (go get -u golang.org/x/crypto/openpgp...)
43 "-d",
44 "--directory",
48 default=str(Path(tempfile.gettempdir()) / "deqp-swiftshader")
[all …]
/external/libgav1/cmake/
Dlibgav1_targets.cmake7 # http://www.apache.org/licenses/LICENSE-2.0
40 # libgav1_add_executable(NAME <name> SOURCES <sources> [optional args])
42 # Optional args:
43 # cmake-format: off
44 # - OUTPUT_NAME: Override output file basename. Target basename defaults to
46 # - TEST: Flag. Presence means treat executable as a test.
47 # - DEFINES: List of preprocessor macro definitions.
48 # - INCLUDES: list of include directories for the target.
49 # - COMPILE_FLAGS: list of compiler flags for the target.
50 # - LINK_FLAGS: List of linker flags for the target.
[all …]
/external/grpc-grpc/examples/cpp/error_details/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
15 # cmake build file for C++ helloworld example.
16 # Assumes protobuf and gRPC have been installed using cmake.
17 # See cmake_externalproject/CMakeLists.txt for all-in-one cmake build
24 include(../cmake/common.cmake)
43 ARGS --grpc_out "${CMAKE_CURRENT_BINARY_DIR}"
44 --cpp_out "${CMAKE_CURRENT_BINARY_DIR}"
45 -I "${hw_proto_path}"
46 --plugin=protoc-gen-grpc="${_GRPC_CPP_PLUGIN_EXECUTABLE}"
54 ARGS
[all …]
/external/skia/infra/bots/assets/cmake_mac/
Dcreate.py5 # Use of this source code is governed by a BSD-style license that can be
24 URL = ('https://github.com/Kitware/CMake/releases/download/v%s/'
25 'cmake-%s-Darwin-x86_64.tar.gz') % (VERSION, VERSION)
31 subprocess.check_call(['wget', URL, '--output-document=cmake.tar.gz'])
32 subprocess.check_call(['tar', '--extract', '--gunzip', '--file',
33 'cmake.tar.gz', '--directory', target_dir,
34 '--strip-components', '1'])
39 parser.add_argument('--target_dir', '-t', required=True)
40 args = parser.parse_args()
41 create_asset(args.target_dir)
/external/skia/infra/bots/assets/cmake_linux/
Dcreate.py5 # Use of this source code is governed by a BSD-style license that can be
24 URL = 'https://cmake.org/files/v%s/cmake-%s-Linux-x86_64.tar.gz' % (
31 subprocess.check_call(['curl', URL, '-o', 'cmake.tar.gz'])
32 subprocess.check_call(['tar', '--extract', '--gunzip', '--file',
33 'cmake.tar.gz', '--directory', target_dir,
34 '--strip-components', '1'])
39 parser.add_argument('--target_dir', '-t', required=True)
40 args = parser.parse_args()
41 create_asset(args.target_dir)
/external/ComputeLibrary/scripts/
Dgenerate_build_files.py2 # -*- coding: utf-8 -*-
6 # SPDX-License-Identifier: MIT
26 """Generates build files for either bazel or cmake experimental builds using filelist.json
28 python scripts/generate_build_files.py --bazel
29 python scripts/generate_build_files.py --cmake
31 Writes generated file to the bazel BUILD file located under src/ if using --bazel flag.
32 Writes generated file to the CMake CMakeLists.txt file located under src/ if using --cmake flag.
98 # SPDX-License-Identifier: MIT
228 # -------------------------------------
241 # Setup data-type and data-layout files to include
[all …]
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dsource_in_build.py7 # https://www.apache.org/licenses/LICENSE-2.0
42 ) -> Check:
45 Args:
86 def gn( # pylint: disable=invalid-name
89 ) -> Check:
92 Args:
129 def cmake( function
133 ) -> Check:
134 """Create a presubmit check that ensures source files are in CMake files.
136 Args:
[all …]
/external/skia/infra/bots/recipe_modules/build/
Dapi.py2 # Use of this source code is governed by a BSD-style license that can be
14 from . import cmake
21 def __init__(self, buildername, *args, **kwargs): argument
36 elif 'CMake' in b:
37 self.compile_fn = cmake.compile_fn
38 self.copy_fn = cmake.copy_build_products
45 super(BuildApi, self).__init__(*args, **kwargs)
/external/armnn/build-tool/scripts/
Dbuild-armnn.sh4 # Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
5 # SPDX-License-Identifier: MIT
9 # setup-armnn.sh must be executed in the same directory, before running this script
11 set -o nounset # Catch references to undefined variables.
12 set -o pipefail # Catch non zero exit codes within pipelines.
13 set -o errexit # Catch and propagate non zero exit codes.
21 …s_params are additional options provided by the user and will overwrite any previously defined args
24 if [ "$flag_debug" -eq 1 ]; then
33 # Force -fPIC so that ACL is suitable for inclusion in Arm NN library
34 local extra_cxx_flags="extra_cxx_flags='-fPIC'"
[all …]
/external/sdv/vsomeip/third_party/boost/regex/.github/workflows/
Dci.yml9 ubuntu-focal:
10 runs-on: ubuntu-20.04
12 fail-fast: false
14 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
24 fail-fast: true
[all …]

12345678910>>...13