Home
last modified time | relevance | path

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

123456

/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/astc-encoder/Docs/
DBuilding.md6 Builds must use CMake 3.15 or higher as the build system generator. The
8 (Windows) and Make (Linux and macOS), but CMake supports other build system
13 Builds for Windows are tested with CMake 3.17, and Visual Studio 2019 or newer.
17 To use CMake you must first configure the build. Create a build directory in
18 the root of the `astcenc` checkout, and then run `cmake` inside that directory
28 # x86-64 using a Visual Studio solution
29 cmake -G "Visual Studio 16 2019" -T ClangCL -DCMAKE_INSTALL_PREFIX=..\ ^
30 -DASTCENC_ISA_AVX2=ON -DASTCENC_ISA_SSE41=ON -DASTCENC_ISA_SSE2=ON ..
32 # x86-64 using NMake
33 cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..\ ^
[all …]
/third_party/nghttp2/.github/workflows/
Dbuild.yml5 permissions: read-all
16 build-cache:
19 os: [ubuntu-22.04, macos-12]
21 runs-on: ${{ matrix.os }}
24 - uses: actions/checkout@v4
25 - name: Restore libbpf cache
26 id: cache-libbpf
31 key: ${{ runner.os }}-libbpf-${{ env.LIBBPF_VERSION }}
32 - name: Restore OpenSSL v1.1.1 cache
33 id: cache-openssl1
[all …]
/third_party/glfw/docs/
Dcompile.md11 ## Using CMake {#compile_cmake}
13 GLFW behaves like most other libraries that use CMake so this guide mostly
16 compile_deps and @ref compile_options sections for GLFW-specific information.
18 GLFW uses [CMake](https://cmake.org/) to generate project files or makefiles
20 files with CMake and then use them to compile the GLFW library.
22 If you are on Windows and macOS you can [download
23 CMake](https://cmake.org/download/) from their site.
25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have
26 a package system like Fink, MacPorts or Homebrew, you can install its CMake
29 CMake is a complex tool and this guide will only show a few of the possible ways
[all …]
Dbuild.md31 The GLFW header also defines any platform-specific macros needed by your OpenGL
40 - Use the GLFW header to include OpenGL or OpenGL ES headers portably
41 - Do not include window system headers unless you will use those APIs directly
42 - If you do need such headers, include them before the GLFW header
90 `GL/glcorearb.h` header (`OpenGL/gl3.h` on macOS) instead of the regular OpenGL
118 header (`OpenGL/gl.h` on macOS) is included, unless GLFW detects the inclusion
147 GLFW is essentially a wrapper of various platform-specific APIs and therefore
153 On Windows and macOS, the list of system libraries is static and can be
154 hard-coded into your build environment. See the section for your development
155 environment below. On Linux and other Unix-like operating systems, the list
[all …]
/third_party/vulkan-loader/
DBUILD.md3 Instructions for building this repository on Linux, Windows, and MacOS.
7 - [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)
[all …]
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml2 - build
4 # FIXME: Use --werror once warnings are fixed.
6 MESON_ARGS: --fatal-meson-warnings
7 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
11 # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213
12 image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master'
15 - 'docker'
16 - 'windows'
17 - '1809'
18 - 'gstreamer-windows'
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/.github/workflows/
Dpresubmit.yml7 runs-on: ${{ matrix.os }}
10 os: [ubuntu-latest, macos-latest, windows-latest]
12 - uses: actions/checkout@v2
13 - name: Install Ubuntu packages
14 if: matrix.os == 'ubuntu-latest'
15 run: sudo apt install -y dos2unix
16 - name: Install macOS packages
17 if: matrix.os == 'macos-latest'
19 - name: Build
23 cmake -DCMAKE_INSTALL_PREFIX=install ..
[all …]
/third_party/spirv-headers/.github/workflows/
Dpresubmit.yml7 runs-on: ${{ matrix.os }}
10 os: [ubuntu-latest, macos-latest, windows-latest]
12 - uses: actions/checkout@v2
13 - name: Install Ubuntu packages
14 if: matrix.os == 'ubuntu-latest'
15 run: sudo apt install -y dos2unix
16 - name: Install macOS packages
17 if: matrix.os == 'macos-latest'
19 - name: Build
23 cmake -DCMAKE_INSTALL_PREFIX=install ..
[all …]
/third_party/rust/crates/cxx/book/src/build/
Dcmake.md1 {{#title CMake — Rust ♡ C++}}
2 # CMake chapter
4 There is not an officially endorsed CMake setup for CXX, but a few developers
6 point. If you feel that you have arrived at a CMake setup that is superior to
11 ---
13 - **<https://github.com/XiangpengHao/cxx-cmake-example>**
15 - Supports cross-language link time optimization (LTO)
17 ---
19 - **<https://github.com/david-cattermole/cxx-demo-example>**
21 - Includes a cbindgen component
[all …]
/third_party/astc-encoder/jenkins/
Dnightly.Jenkinsfile1 /* This pipeline is used for post-commit testing, so it runs frequently.
5 * - Run the entire pipeline in less than 10 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on all supported compilers.
8 * - Test release and debug build variants.
9 * - Run functional smoke tests.
10 * - Run image quality smoke tests.
16 @Library('hive-infra-library@changes/86/295486/1') _
29 /* Build for Linux on x86-64 using GCC */
41 - name: artifactory-ms-docker
[all …]
Drelease.Jenkinsfile5 * - Run the entire pipeline in less than 60 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on optimized compiler choices (i.e. prefer Clang over GCC).
8 * - Build only release variants.
9 * - Run full functional tests.
10 * - Run full image quality tests.
11 * - Code sign the binaries on supported operating systems.
12 * - Build the release package.
18 @Library('hive-infra-library@changes/86/295486/1') _
43 - name: artifactory-ms-docker
[all …]
/third_party/libuv/.github/workflows/
Dsanitizer.yml6 - '**'
7 - '!docs/**'
8 - '!.**'
9 - '.github/workflows/sanitizer.yml'
12 - v[0-9].*
13 - master
16 sanitizers-linux:
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v2
20 - name: Setup
[all …]
DCI-unix.yml1 name: CI-unix
6 - '**'
7 - '!docs/**'
8 - '!src/win/**'
9 - '!.**'
10 - '.github/workflows/CI-unix.yml'
13 - v[0-9].*
14 - master
17 build-linux:
18 runs-on: ubuntu-latest
[all …]
/third_party/cJSON/.github/workflows/
DCI.yml6 paths-ignore:
7 - '**.md'
8 - 'LICENSE'
11 paths-ignore:
12 - '**.md'
13 - 'LICENSE'
17 runs-on: ubuntu-latest
20 fail-fast: false
23 - ENABLE_VALGRIND
24 - ENABLE_SANITIZERS
[all …]
/third_party/pcre2/pcre2/.github/workflows/
Dbuild.yml8 runs-on: ubuntu-latest
10 - name: Checkout
13 - name: Prepare
16 - name: Configure
17 run: ./configure CPPFLAGS='-Wall -Wextra' --enable-jit --enable-pcre2-16 --enable-pcre2-32
19 - name: Build
20 run: make -j2
22 - name: Test (main test script)
25 - name: Test (JIT test program)
28 - name: Test (pcre2grep test script)
[all …]
/third_party/opencl-headers/.github/workflows/
Dmacos.yml1 name: MacOS
7 runs-on: macos-latest
11 GEN: [Xcode, Ninja Multi-Config]
15 - name: Checkout OpenCL-Headers
18 - name: Create Build Environment
21 cmake -E make_directory $GITHUB_WORKSPACE/build;
22 cmake -E make_directory $GITHUB_WORKSPACE/install;
23 …if [[ "${{matrix.GEN}}" == "Ninja Multi-Config" && ! `which ninja` ]]; then brew install ninja; fi;
25 cmake --version
27 - name: Configure CMake
[all …]
/third_party/ninja/.github/workflows/
Dmacos.yml1 name: macOS
11 runs-on: macos-12
14 - uses: actions/checkout@v2
16 - name: Install dependencies
17 run: brew install re2c p7zip cmake
19 - name: Build ninja
24 cmake -Bbuild -GXcode '-DCMAKE_OSX_ARCHITECTURES=arm64;x86_64'
25 cmake --build build --config Release
27 - name: Test ninja
28 run: ctest -C Release -vv
[all …]
/third_party/googletest/docs/
Dplatforms.md7 Operating systems or tools not listed below are community-supported. For
8 community-supported platforms, patches that do not complicate the code may be
18 * macOS
27 **macOS users:** Xcode 9.3+ provides clang 5.0+.
32 * [CMake](https://cmake.org/)
34 Bazel is the build system used by the team internally and in tests. CMake is
35 supported on a best-effort basis and by the community.
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dfind_vulkan.cmake7 # http://www.apache.org/licenses/LICENSE-2.0
26 ${PROJECT_SOURCE_DIR}/third_party/vulkan-headers/include
31 ${PROJECT_SOURCE_DIR}/third_party/vulkan-headers/registry
44 set(X "${Vulkan-Headers_SOURCE_DIR}/include")
75 set(X "${Vulkan-Headers_SOURCE_DIR}")
93 # If we aren't already building a Vulkan library, then use CMake to find it.
95 # LunarG added FindVulkan support to CMake 3.7. If you have the Vulkan SDK
97 # VULKAN_SDK should point to the platform-specific SDK directory containing
101 # Example, with the LunarG SDK macOS edition with MoltenVK:
102 # export VULKAN_SDK="$HOME/vulkan-macos-1.1.85.0/macOS"
[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/vulkan-loader/tests/framework/
DREADME.md17 By default the Vulkan-Loader repo doesn't enable testing.
19 To turn on building of the tests, set `BUILD_TESTS=ON` in the CMake configuration.
21 Use the CMake configuration `UPDATE_DEPS=ON` to automatically get all required test dependencies.
25 Linux & macOS only: The CMake Configuration `LOADER_ENABLE_ADDRESS_SANITIZER` can be used to
35 Use the `ctest` command line parameter `--output-on-failure` to printout logs in failing tests
53 …ramework_config.h` file contains the absolute paths to all of the libraries that CMake has defined.
55 …t known until build time, CMake processes the `framework_config.h.in` file which contains the name…
61 ```cmake
64 * Use `target_compile_definitions()` cmake command on the new library to add the specified exports.
65 ```cmake
[all …]
/third_party/vulkan-headers/.github/workflows/
Dci.yml1 # Copyright 2022-2023 LunarG, Inc.
3 # SPDX-License-Identifier: Apache-2.0
11 - main
20 cmake:
21 runs-on: ${{ matrix.os }}
24 os: [ ubuntu-latest, windows-latest, macos-latest ]
25 cmake-version: [ '3.15', 'latest']
27 - uses: actions/checkout@v4
28 - uses: lukka/get-cmake@latest
30 cmakeVersion: ${{ matrix.cmake-version }}
[all …]
/third_party/rust/crates/static-assertions-rs/
D.gitignore2 # Created by https://www.gitignore.io/api/rust,macos,linux,windows,visualstudiocode,intellij
6 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8 # User-specific stuff:
13 # Sensitive or high-churn files:
26 # CMake
27 cmake-build-debug/
32 ## File-based project format:
35 ## Plugin-specific files:
40 # mpeltonen/sbt-idea plugin
44 atlassian-ide-plugin.xml
[all …]
/third_party/glslang/.github/workflows/
Dcontinuous_integration.yml13 - master
17 runs-on: ${{matrix.os}}
19 fail-fast: false
21 os: [ubuntu-20.04]
25 - uses: actions/checkout@v2
26 - uses: actions/setup-python@v2
28 python-version: '3.7'
29 - name: Install Ubuntu Package Dependencies
31 sudo apt-get -qq update
32 sudo apt-get install -y clang-6.0
[all …]

123456