Home
last modified time | relevance | path

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

12345

/third_party/libsnd/.github/workflows/
Daction.yml8 fail-fast: false
11 ubuntu-gcc-autotools,
12 ubuntu-clang-autotools,
13 ubuntu-gcc-ossfuzz,
14 macos-autotools,
15 ubuntu-gcc-cmake,
16 ubuntu-gcc-cmake-shared,
17 ubuntu-clang-cmake,
18 ubuntu-clang-cmake-shared,
19 macos-cmake,
[all …]
/third_party/skia/third_party/externals/brotli/scripts/
Dappveyor.yml3 - master
7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
8 BUILD_SYSTEM: CMake
9 GENERATOR: Visual Studio 15 2017 Win64
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
13 BUILD_SYSTEM: CMake
14 GENERATOR: Visual Studio 15 2017 Win64
17 - BUILD_SYSTEM: CMake
18 GENERATOR: Visual Studio 14 2015 Win64
21 - BUILD_SYSTEM: CMake
[all …]
/third_party/skia/third_party/externals/expat/
Dappveyor.yml10 # Copyright (c) 2017-2021 Sebastian Pipping <sebastian@pipping.org>
35 - git config --global core.autocrlf input
38 version: libexpat-{build}
48 # AppVeyor pre-installed software:
49 # https://www.appveyor.com/docs/build-environment/#pre-installed-software
51 # CMake Visual Studio generators:
52 # https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-studio-generators
56 - GENERATOR: Visual Studio 15 2017
62 - GENERATOR: Visual Studio 15 2017
64 CMAKE_ARGS: -DEXPAT_CHAR_TYPE=wchar_t
[all …]
/third_party/vulkan-loader/
DBUILD.md7 - [Build Instructions](#build-instructions)
8 - [Table Of Contents](#table-of-contents)
9 - [Contributing to the Repository](#contributing-to-the-repository)
10 - [Repository Content](#repository-content)
11 - [Installed Files](#installed-files)
12 - [Build Requirements](#build-requirements)
13 - [Test Requirements](#test-requirements)
14 - [Repository Set-Up](#repository-set-up)
15 - [Display Drivers](#display-drivers)
16 - [Repository Dependencies](#repository-dependencies)
[all …]
/third_party/node/deps/v8/third_party/ittapi/
Dbuildall.py3 # Copyright (C) 2005-2019 Intel Corporation
5 # SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
64 res[key] = enum_nodes(curpath + '\\' + key, level - 1)
90 …path, err = subprocess.Popen("which cmake", shell=True, stdout=subprocess.PIPE, stderr=subprocess.…
94 print("No cmake and no XCode found...")
96 return 'xcrun cmake'
97 return 'cmake'
104 …parser.add_argument("-d", "--debug", help="specify debug build configuration (release by default)"…
105 …parser.add_argument("-c", "--clean", help="delete any intermediate and output files", action="stor…
106 …parser.add_argument("-v", "--verbose", help="enable verbose output from build process", action="st…
[all …]
/third_party/vulkan-loader/scripts/
Dupdate_deps.py4 # Copyright (c) 2018-2023 Valve Corporation
5 # Copyright (c) 2018-2023 LunarG, Inc.
6 # Copyright (c) 2023-2023 RasterGrid Kft.
12 # http://www.apache.org/licenses/LICENSE-2.0
24 Get and build dependent repositories using known-good commits.
27 -------
32 repository at a "known-good" commit in order to provide stability in
35 Known-Good JSON Database
36 ------------------------
38 This program expects to find a file named "known-good.json" in the
[all …]
/third_party/skia/third_party/externals/spirv-headers/
DREADME.md1 # SPIR-V Headers
3 This repository contains machine-readable files for the
4 [SPIR-V Registry](https://www.khronos.org/registry/spir-v/).
8 * JSON files describing the grammar for the SPIR-V core instruction set
13 Headers are provided in the [include](include) directory, with up-to-date
18 not tied to SPIR-V specification versions.
22 When a new version or revision of the SPIR-V specification is published,
23 the SPIR-V Working Group will push new commits onto master, updating
26 [The SPIR-V XML registry file](include/spirv/spir-v.xml)
30 - request allocation of new enum ranges in the XML registry file
[all …]
/third_party/spirv-headers/
DREADME.md1 # SPIR-V Headers
3 This repository contains machine-readable files for the
4 [SPIR-V Registry](https://www.khronos.org/registry/spir-v/).
8 * JSON files describing the grammar for the SPIR-V core instruction set
13 Headers are provided in the [include](include) directory, with up-to-date
18 not tied to SPIR-V specification versions.
22 When a new version or revision of the SPIR-V specification is published,
23 the SPIR-V Working Group will push new commits onto master, updating
26 [The SPIR-V XML registry file](include/spirv/spir-v.xml)
30 - request allocation of new enum ranges in the XML registry file
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/
DREADME.md1 # SPIR-V Headers
3 This repository contains machine-readable files for the
4 [SPIR-V Registry](https://www.khronos.org/registry/spir-v/).
8 * JSON files describing the grammar for the SPIR-V core instruction set
13 Headers are provided in the [include](include) directory, with up-to-date
18 not tied to SPIR-V specification versions.
22 When a new version or revision of the SPIR-V specification is published,
23 the SPIR-V Working Group will push new commits onto master, updating
26 [The SPIR-V XML registry file](include/spirv/spir-v.xml)
30 - request allocation of new enum ranges in the XML registry file
[all …]
/third_party/json/
Dappveyor.yml5 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
10 GENERATOR: Visual Studio 14 2015
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
17 GENERATOR: Visual Studio 14 2015
19 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
25 GENERATOR: Visual Studio 14 2015
27 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
30 CXX_FLAGS: "/permissive- /std:c++latest /utf-8 /W4 /WX"
32 GENERATOR: Visual Studio 15 2017
34 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dappveyor.yml1 # Copyright 2016-2021 The Khronos Group Inc.
2 # SPDX-License-Identifier: Apache-2.0
6 - GENERATOR: "Visual Studio 12 2013 Win64"
9 - GENERATOR: "Visual Studio 12 2013 Win64"
12 - GENERATOR: "Visual Studio 14 2015 Win64"
15 - GENERATOR: "Visual Studio 14 2015 Win64"
18 - GENERATOR: "Visual Studio 12 2013"
21 - GENERATOR: "Visual Studio 12 2013"
24 - GENERATOR: "Visual Studio 14 2015"
27 - GENERATOR: "Visual Studio 14 2015"
[all …]
D.travis.yml1 # Copyright 2016-2021 The Khronos Group Inc.
2 # SPDX-License-Identifier: Apache-2.0
5 - cpp
6 - python
12 - os: linux
16 - GENERATOR="Unix Makefiles"
17 - ARTIFACT=gcc-trusty-64bit
18 - os: linux
22 - GENERATOR="Unix Makefiles"
23 - ARTIFACT=clang-trusty-64bit
[all …]
/third_party/skia/third_party/externals/expat/expat/win32/
Dbuild_expat_iss.bat32 SET GENERATOR=Visual Studio 15 2017
46cmake -G"%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_…
56cmake -G"%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_…
66cmake -G"%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_…
76cmake -G"%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_…
/third_party/skia/third_party/externals/dawn/generator/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
22 COMMAND ${PYTHON_EXECUTABLE} -c "import jinja2"
26 … "Dawn: Missing dependencies for code generation, please ensure you have python-jinja2 installed.")
32 # Function to invoke a generator_lib.py generator.
33 # - SCRIPT is the name of the script to call
34 # - ARGS are the extra arguments to pass to the script in addition to the base generator_lib.py ar…
35 # - PRINT_NAME is the name to use when outputting status or errors
36 # - RESULT_VARIABLE will be modified to contain the list of files generated by this generator
42 # Build the set of args common to all invocation of that generator.
46 --template-dir
[all …]
/third_party/libsnd/
DREADME.md11 Erik de Castro Lopo <erikd@mega-nerd.com> aka @erikd. The project was developed
30 modern CMake based build system. Use of the CMake build system is documented
35 sudo apt install autoconf autogen automake build-essential libasound2-dev \
36 libflac-dev libogg-dev libtool libvorbis-dev libopus-dev libmp3lame-dev \
37 libmpg123-dev pkg-config python
44 brew install autoconf autogen automake flac libogg libtool libvorbis opus mpg123 pkg-config
49 autoreconf -vif
50 ./configure --enable-werror
54 ## The CMake build system
56 Although Autotools is the primary and recommended build toolchain, CMake meta
[all …]
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2023 Valve Corporation
2 # Copyright (c) 2021-2023 LunarG, Inc.
8 # http://www.apache.org/licenses/LICENSE-2.0
21 # https://docs.github.com/en/actions/using-jobs/using-concurrency
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
32 - main
34 permissions: read-all
38 runs-on: ${{matrix.os}}
43 os: [ ubuntu-20.04, ubuntu-22.04 ]
[all …]
/third_party/cJSON/
Dappveyor.yml3 # ENABLE_CUSTOM_COMPILER_FLAGS - on by default
4 # ENABLE_SANITIZERS - off by default
5 # ENABLE_PUBLIC_SYMBOLS - on by default
6 # BUILD_SHARED_LIBS - on by default
7 # ENABLE_TARGET_EXPORT - on by default
8 # ENABLE_CJSON_UTILS - off by default
9 # ENABLE_CJSON_TEST -on by default
10 # ENABLE_VALGRIND - off by default
11 # ENABLE_FUZZING - off by default
15 - GENERATOR: "Visual Studio 14 2015"
[all …]
/third_party/benchmark/
Dappveyor.yml6 - Debug
7 - Release
11 - compiler: msvc-15-seh
12 generator: "Visual Studio 15 2017"
14 - compiler: msvc-15-seh
15 generator: "Visual Studio 15 2017 Win64"
17 - compiler: msvc-14-seh
18 generator: "Visual Studio 14 2015"
20 - compiler: msvc-14-seh
21 generator: "Visual Studio 14 2015 Win64"
[all …]
/third_party/protobuf/
Dappveyor.bat12 set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH:C:\Program Files\Git\usr\…
15 cmake -G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% -Dprotobuf_UNICODE=%UNICODE% -Dprot…
16 mingw32-make -j8 all || goto error
25 cmake -G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% -Dprotobuf_UNICODE=%UNICODE% ../cma…
38 dotnet build -c %configuration% || goto error
41 dotnet test -c %configuration% -f netcoreapp2.1 Google.Protobuf.Test\Google.Protobuf.Test.csproj ||…
42 dotnet test -c %configuration% -f net451 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto e…
/third_party/vk-gl-cts/external/amber/src/
DCMakeCache.txt2 # For build in directory: /home/hrt/master/source/third_party/vk-gl-cts/external/amber/src
3 # It was generated by CMake: /usr/bin/cmake
4 # You can edit this file to change values found and used by cmake.
17 //Build without the -Werror flag
20 //Build without the -Weverything flag
38 //Skip building spirv-tools into the library
72 //A wrapper around 'ar' adding the appropriate '--plugin' option
74 CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9
76 //A wrapper around 'ranlib' adding the appropriate '--plugin' option
78 CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dcmake.py2 # Use of this source code is governed by a BSD-style license that can be
5 """cmake output module
9 This module produces cmake (2.8.8+) input as its output. One CMakeLists.txt is
13 which use CMake for project management. It is also possible to use CMake to
16 but build using CMake. As a result QtCreator editor is unaware of compiler
21 there is a mismatch between gyp and cmake with regard to linking. All attempts
22 are made to work around this, but CMake sometimes sees -Wl,--start-group as a
23 library and incorrectly repeats it. As a result the output of this generator
126 """Escapes the string 'a' for use inside a CMake string.
137 '$' generator variables (like ${obj}) must not be escaped,
[all …]
/third_party/node/tools/gyp/pylib/gyp/generator/
Dcmake.py2 # Use of this source code is governed by a BSD-style license that can be
5 """cmake output module
9 This module produces cmake (2.8.8+) input as its output. One CMakeLists.txt is
13 which use CMake for project management. It is also possible to use CMake to
16 but build using CMake. As a result QtCreator editor is unaware of compiler
21 there is a mismatch between gyp and cmake with regard to linking. All attempts
22 are made to work around this, but CMake sometimes sees -Wl,--start-group as a
23 library and incorrectly repeats it. As a result the output of this generator
126 """Escapes the string 'a' for use inside a CMake string.
137 '$' generator variables (like ${obj}) must not be escaped,
[all …]
/third_party/protobuf/kokoro/release/python/windows/
Dbuild_single_artifact.bat3 if %PYTHON%==C:\python35_32bit set generator=Visual Studio 14 variable
6 if %PYTHON%==C:\python35 set generator=Visual Studio 14 Win64 variable
9 if %PYTHON%==C:\python36_32bit set generator=Visual Studio 14 variable
12 if %PYTHON%==C:\python36 set generator=Visual Studio 14 Win64 variable
15 if %PYTHON%==C:\python37_32bit set generator=Visual Studio 14 variable
18 if %PYTHON%==C:\python37 set generator=Visual Studio 14 Win64 variable
21 if %PYTHON%==C:\python38_32bit set generator=Visual Studio 14 variable
24 if %PYTHON%==C:\python38 set generator=Visual Studio 14 Win64 variable
31 python -m pip install -U pip
35 python --version
[all …]
/third_party/skia/third_party/externals/expat/expat/
DCMake.README1 == How to build expat with cmake (experimental) ==
3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
4 Studio) and should work on all other platform cmake supports.
6 Assuming ~/expat-2.4.1 is the source directory of expat, add a subdirectory
8 ~/expat-2.4.1$ mkdir build && cd build
9 ~/expat-2.4.1/build$
11 From that directory, call cmake first, then call make, make test and
13 ~/expat-2.4.1/build$ cmake ..
14 -- The C compiler identification is GNU
15 -- The CXX compiler identification is GNU
[all …]
/third_party/vk-gl-cts/scripts/build/
Dconfig.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
64 if which("cmake") == None:
66 "/Applications/CMake.app/Contents/bin/cmake"
71 …raise FileNotFoundError("cmake executable file is not avaliable on the platform. It may not have b…
72 return "cmake"
85 args = ['-G', self.name]
[all …]

12345