Home
last modified time | relevance | path

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

12345

/external/OpenCL-CLHPP/.github/workflows/
Dlinux.yml6 …{{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }}/ext…
9 cmake-minimum:
10 runs-on: ${{ matrix.OS }}
11 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
14 OS: [ubuntu-20.04]
15 VER: [7] # gcc-8, clang-8, clang-10
16 EXT: [ON, OFF]
20 BIN: [64] # Temporarily disable cross-compilation (will need toolchain files)
21 CMAKE: [3.1.3]
23 CMAKE_EXE: /opt/Kitware/CMake/${{ matrix.CMAKE }}/bin/cmake
[all …]
Dwindows.yml7 runs-on: windows-2022
11 EXT: [ON] # OFF: error C2079: 'statbuf' uses undefined struct 'stat'
12 GEN: [Visual Studio 17 2022, Ninja Multi-Config]
15 CMAKE: [3.22.0]
17 …CMAKE_URL: https://github.com/Kitware/CMake/releases/download/v${{matrix.CMAKE}}/cmake-${{matrix.C…
18 CMAKE_EXE: C:\Tools\Kitware\CMake\${{matrix.CMAKE}}\bin\cmake.exe
19 CTEST_EXE: C:\Tools\Kitware\CMake\${{matrix.CMAKE}}\bin\ctest.exe
20 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
24 - name: Checkout OpenCL-CLHPP
29 - name: Checkout OpenCL-Headers
[all …]
Dmacos.yml6 …{{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }}/ext…
9 macos-gcc:
10 #runs-on: macos-latest
11 runs-on: macos-11 # temporary, macos-latest only supports gcc-12
15 EXT: [ON, OFF]
16 GEN: [Xcode, Ninja Multi-Config]
20 - name: Checkout OpenCL-CLHPP
25 - name: Checkout OpenCL-Headers
28 repository: KhronosGroup/OpenCL-Headers
29 path: external/OpenCL-Headers
[all …]
/external/OpenCL-Headers/.github/workflows/
Dwindows.yml5 paths-ignore:
6 - '**/*.md'
8 paths-ignore:
9 - '**/*.md'
13 runs-on: windows-latest
17 EXT: [ON, OFF]
22 - VER: v141
23 EXT: OFF
24 GEN: Ninja Multi-Config
28 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
[all …]
/external/protobuf/
D.gitignore1 # autogen.sh-generated files
9 install-sh
24 # in-tree configure-generated files
32 protobuf-lite.pc
35 stamp-h1
37 # in-tree build products
54 *.egg-info
71 src/no-warning-test
72 src/protobuf*-test
76 ar-lib
[all …]
DMakefile.am3 ACLOCAL_AMFLAGS = -I m4
7 # Build . before src so that our all-local and clean-local hooks kicks in at
22 check-local:
28 # be careful because clean-local is also invoked during "make distclean", but
33 clean-local:
34 @if test -e third_party/googletest/Makefile; then \
38 if test -e conformance/Makefile; then \
42 if test -e benchmarks/Makefile; then \
46 if test -e objectivec/DevTools; then \
48 rm -f objectivec/DevTools/*.pyc; \
[all …]
/external/licenseclassifier/commentparser/language/
Dlanguage.go7 // http://www.apache.org/licenses/LICENSE-2.0
37 CMake const
86 applescript // -- ... and (* ... *)
89 cmake // # ... and #[[ ... ]] const
92 haskell // -- ... and {- ... -}
93 html // <!-- ... -->
99 sql // -- ... and /* ... */
105 ext := strings.ToLower(filepath.Ext(filename))
106 if len(ext) == 0 || ext[0] != '.' {
110 switch ext[1:] { // Skip the '.'.
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
14 apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
19 cmake {
20 // Debug CMake build type causes video frames to drop,
22 arguments "-DCMAKE_BUILD_TYPE=Release"
23 arguments "-DBUILD_TESTING=OFF"
33 android.externalNativeBuild.cmake {
38 ext.externalNativeBuildDir =
47 implementation project(modulePrefix + 'library-decoder')
49 implementation project(modulePrefix + 'library-core')
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
14 apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
19 cmake {
20 // Debug CMake build type causes video frames to drop,
22 arguments "-DCMAKE_BUILD_TYPE=Release"
23 arguments "-DBUILD_TESTING=OFF"
33 android.externalNativeBuild.cmake {
38 ext.externalNativeBuildDir =
47 implementation project(modulePrefix + 'library-decoder')
49 implementation project(modulePrefix + 'library-core')
[all …]
/external/cronet/third_party/protobuf/
DMakefile.am3 ACLOCAL_AMFLAGS = -I m4
7 # Build . before src so that our all-local and clean-local hooks kicks in at
19 check-local:
25 # be careful because clean-local is also invoked during "make distclean", but
30 clean-local:
31 @if test -e third_party/googletest/Makefile; then \
35 if test -e conformance/Makefile; then \
39 if test -e benchmarks/Makefile; then \
43 if test -e objectivec/DevTools; then \
45 rm -f objectivec/DevTools/*.pyc; \
[all …]
/external/libconfig/docs/dist/
Dlibconfig-1.7.tar.gz
Dlibconfig-1.7.1.tar.gz
Dlibconfig-1.7.2.tar.gz
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ffmpeg/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
14 apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
19 android.externalNativeBuild.cmake.path = 'src/main/jni/CMakeLists.txt'
21 android.externalNativeBuild.cmake.version = '3.21.0+'
25 implementation project(modulePrefix + 'library-decoder')
27 implementation project(modulePrefix + 'library-core')
29 compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
30 compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion
35 ext {
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ffmpeg/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
14 apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
19 android.externalNativeBuild.cmake.path = 'src/main/jni/CMakeLists.txt'
20 android.externalNativeBuild.cmake.version = '3.7.1+'
24 implementation project(modulePrefix + 'library-decoder')
26 implementation project(modulePrefix + 'library-core')
28 compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
29 compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion
34 ext {
/external/grpc-grpc/templates/
DCMakeLists.txt.template2 --- |
3 # GRPC global cmake file
16 # http://www.apache.org/licenses/LICENSE-2.0
44 def proto_replace_ext(filename, ext):
49 return '${_gRPC_PROTO_GENS_DIR}/' + third_party_proto_import_path(m.group(1)) + ext
56 """Gets the corresponding cmake target for given absl library."""
57 # The "cmake_target" field originates from src/abseil-cpp/preprocessed_builds.yaml.gen.py
71 # its non-abseil transitive dependencies depend on.
122 if lib_name == 'opentelemetry-cpp::api':
144 libs.add("-l" + lib)
[all …]
/external/grpc-grpc/.github/
DCODEOWNERS4 /cmake/** @veblush @apolcyn
5 /src/core/ext/filters/client_channel/** @markdroth
6 /src/core/ext/transport/chttp2/transport/** @ctiller
7 /src/core/ext/xds/** @markdroth
11 /tools/run_tests/xds_k8s_test_driver/** @sergiitk @XuanWang-Amos @gnossen
/external/zstd/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
35 EXT =.exe macro
37 EXT = macro
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
[all …]
/external/grpc-grpc/tools/buildgen/
Dextract_metadata_from_bazel_xml.py8 # http://www.apache.org/licenses/LICENSE-2.0
30 # format entirely or simplify it to a point where it becomes self-explanatory
54 - destination(int): The relative path of this proto library should be.
56 - proto_prefix(str): The prefix to remove in order to insure the proto import
59 - urls(List[str]): Following 3 fields should be filled by build metadata from
61 - hash(str): The hash of the downloaded archive
62 - strip_prefix(str): The path to be stripped from the extracted directory, see
81 destination="third_party/envoy-api",
82 proto_prefix="third_party/envoy-api/",
92 destination="third_party/opencensus-proto/src",
[all …]
/external/liblc3/zephyr/
Dmodule.yml3 cmake-ext: True
4 kconfig-ext: True
/external/OpenCL-CLHPP/tests/
Dstrip_defines.cmake4 message(FATAL_ERROR "Usage: cmake -D INPUT=<input> -D OUTPUT=<output> -P strip_defines.cmake")
10 [[CL_(API_ENTRY|API_SUFFIX|EXT)[A-Za-z0-9_]*]]
/external/rust/crates/grpcio-sys/grpc/.github/
DCODEOWNERS1 # Auto-generated by the tools/mkowners/mkowners.py tool
6 /cmake/** @jtattermusch @apolcyn
7 /src/core/ext/filters/client_channel/** @markdroth
8 /src/core/ext/transport/chttp2/transport/** @ctiller
9 /src/core/ext/xds/** @markdroth
/external/oboe/apps/OboeTester/app/
Dbuild.gradle13 cmake {
14 cppFlags "-std=c++17"
15 abiFilters "x86", "x86_64", "armeabi-v7a", "arm64-v8a"
22 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
29 cmake {
37 implementation "androidx.core:core-ktx:1.9.0"
40 androidTestImplementation 'androidx.test.ext:junit:1.1.5'
41 androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
/external/skia/gn/
Dgn_to_cmake.py5 # Use of this source code is governed by a BSD-style license that can be
12 gn gen out/config --ide=json --json-ide-script=../../gn/gn_to_cmake.py
16 gn gen out/config --ide=json
19 The first is recommended, as it will auto-update.
33 """Escapes the string 'a' for use inside a CMake string.
47 """Escapes the string 'a' for use as a CMake target name.
49 CMP0037 in CMake 3.0 restricts target names to "^[A-Za-z0-9_.:+-]+$"
53 if c in string.ascii_letters or c in string.digits or c in '_.+-':
61 """Sets a CMake variable."""
70 """Sets a CMake variable to a list."""
[all …]
/external/deqp-deps/amber/android_gradle/app/
Dbuild.gradle20 cmake {
21 arguments "-DAMBER_USE_LOCAL_VULKAN=1"
28 cmake {
40 proguardFiles getDefaultProguardFile('proguard-android-optimize.txt')
63 androidTestImplementation 'androidx.test.ext:junit:1.1.3'
64 androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

12345