Searched +full:windows +full:- +full:cmake +full:- +full:tests (Results 1 – 25 of 324) sorted by relevance
12345678910>>...13
| /external/vulkan-validation-layers/ |
| D | BUILD.md | 3 Instructions for building this repository on Linux, Windows, Android, and 8 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) 26 validation layers and their tests. 33 - *install_dir*`/lib` : The Vulkan validation layer libraries [all …]
|
| /external/python/pybind11/.github/workflows/ |
| D | ci.yml | 8 - master 9 - stable 10 - v* 13 # This is the "main" test suite, which tests a large number of different 17 fail-fast: false 19 runs-on: [ubuntu-latest, windows-latest, macos-latest] 21 - 2.7 22 - 3.5 23 - 3.6 24 - 3.9 [all …]
|
| D | configure.yml | 8 - master 9 - stable 10 - v* 13 # This tests various versions of CMake in various combinations, to make sure 15 cmake: 17 fail-fast: false 19 runs-on: [ubuntu-latest, macos-latest, windows-latest] 21 cmake: [3.18] 24 - runs-on: ubuntu-latest 26 cmake: 3.4 [all …]
|
| /external/curl/ |
| D | Makefile.am | 21 # SPDX-License-Identifier: curl 27 ACLOCAL_AMFLAGS = -I m4 30 CMake/cmake_uninstall.cmake.in \ 31 CMake/CMakeConfigurableFile.in \ 32 CMake/curl-config.cmake.in \ 33 CMake/CurlSymbolHiding.cmake \ 34 CMake/CurlTests.c \ 35 CMake/FindBearSSL.cmake \ 36 CMake/FindBrotli.cmake \ 37 CMake/FindCARES.cmake \ [all …]
|
| /external/flatbuffers/.github/workflows/ |
| D | build.yml | 2 permissions: read-all 5 # For manual tests. 9 - "*" # new tag version, like `0.8.4` or else 11 - master 14 - master 17 build-linux: 21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }} 22 digests-clang: ${{ steps.hash-clang.outputs.hashes }} 24 runs-on: ubuntu-latest 27 cxx: [g++-10, clang++-12] [all …]
|
| /external/cronet/third_party/boringssl/src/ |
| D | BUILDING.md | 5 The standalone CMake build is primarily intended for developers. If embedding 6 BoringSSL into another project with a pre-existing build system, see 13 * [CMake](https://cmake.org/download/) 3.10 or later is required. 15 * A recent version of Perl is required. On Windows, 21 If Perl is not found by CMake, it may be configured explicitly by setting 24 * Building with [Ninja](https://ninja-build.org/) instead of Make is 25 recommended, because it makes builds faster. On Windows, CMake's Visual 27 recent versions of CMake for assembly support. 29 * On Windows only, [NASM](https://www.nasm.us/) is required. If not found 30 by CMake, it may be configured explicitly by setting [all …]
|
| /external/boringssl/src/ |
| D | BUILDING.md | 5 The standalone CMake build is primarily intended for developers. If embedding 6 BoringSSL into another project with a pre-existing build system, see 13 * [CMake](https://cmake.org/download/) 3.10 or later is required. 15 * A recent version of Perl is required. On Windows, 21 If Perl is not found by CMake, it may be configured explicitly by setting 24 * Building with [Ninja](https://ninja-build.org/) instead of Make is 25 recommended, because it makes builds faster. On Windows, CMake's Visual 27 recent versions of CMake for assembly support. 29 * On Windows only, [NASM](https://www.nasm.us/) is required. If not found 30 by CMake, it may be configured explicitly by setting [all …]
|
| /external/pcre/ |
| D | NON-AUTOTOOLS-BUILD | 2 -------------------------------------- 8 Stack size in Windows environments 9 Linking programs in Windows environments 10 Calling conventions in Windows environments 12 Building PCRE2 on Windows with CMake 13 Building PCRE2 on Windows with Visual Studio 25 configure/make (autotools) build system, as found in many Unix-like 29 There is also support for CMake, which some users prefer, especially in Windows 30 environments, though it can also be run in Unix-like environments. See the 31 section entitled "Building PCRE2 on Windows with CMake" below. [all …]
|
| /external/pcre/doc/html/ |
| D | NON-AUTOTOOLS-BUILD.txt | 2 -------------------------------------- 8 Stack size in Windows environments 9 Linking programs in Windows environments 10 Calling conventions in Windows environments 12 Building PCRE2 on Windows with CMake 13 Building PCRE2 on Windows with Visual Studio 25 configure/make (autotools) build system, as found in many Unix-like 29 There is also support for CMake, which some users prefer, especially in Windows 30 environments, though it can also be run in Unix-like environments. See the 31 section entitled "Building PCRE2 on Windows with CMake" below. [all …]
|
| /external/libwebm/ |
| D | README.libwebm | 3 To build libwebm you must first create project files. To do this run cmake 6 Makefile.unix can be used as a fallback on systems that cmake does not 10 CMake Basics 13 run cmake with the path to the libwebm repo: 15 $ cmake path/to/libwebm 17 On Windows the above command will produce Visual Studio project files for the 21 To control what types of projects are generated the -G parameter is added to 22 the cmake command line. This argument must be followed by the name of a 23 generator. Running cmake with the --help argument will list the available 28 $ cmake path/to/libwebm -G Xcode [all …]
|
| /external/angle/third_party/vulkan-deps/vulkan-headers/src/.github/workflows/ |
| D | ci.yml | 1 # 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/deqp/external/openglcts/ |
| D | README.md | 5 2.0/3.X conformance tests, and how to verify and submit test results. 7 The Conformance Tests are built on the dEQP framework. 8 Up-to-date documentation for dEQP is available at: 10 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home) 11 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki) 15 ------------------------ 16 - [Test History](#test-history) 17 - [Introduction](#introduction) 18 - [Test Environment Requirements](#test-environment-requirements) 19 - [Configuring and Building the Tests](#configuring-and-building-the-tests) [all …]
|
| /external/libjpeg-turbo/ |
| D | BUILDING.md | 1 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. 23 * If building on Windows, **nasm.exe**/**yasm.exe** should be in your `PATH`. 36 ARCH=`uname -m` [all …]
|
| /external/mbedtls/ |
| D | README.md | 6 Mbed TLS includes a reference implementation of the [PSA Cryptography API](#psa-cryptography-api). … 9 ------------- 11 … more programmatic way using the Python 3 script `scripts/config.py` (use `--help` for usage instr… 13 …l environment variables such as `CC` and `CFLAGS` when using the Make and CMake build system (see … 15 We provide some non-standard configurations focused on specific use cases in the `configs/` directo… 18 ------------- 20 The main Mbed TLS documentation is available via [ReadTheDocs](https://mbed-tls.readthedocs.io/). 22 …or the PSA Cryptography API is available [on GitHub](https://arm-software.github.io/psa-api/crypto… 24 To generate a local copy of the library documentation in HTML format, tailored to your compile-time… 33 --------- [all …]
|
| /external/angle/third_party/vulkan-deps/glslang/src/ |
| D | README.md | 3 …erences to the old 'master' branch to 'main'. However, if you have a checked-out local clone, you … 6 git branch -m master main 8 git branch -u origin/main main 9 git remote set-head origin -a 12 …atforms) and Visual Studio 2019 (Windows) are now required. This change was driven by the external… 21 ### Reference Validator and GLSL/ESSL -> AST Front End 23 An OpenGL GLSL and OpenGL|ES GLSL (ESSL) front-end for reference validation and translation of GLSL… 27 ### HLSL -> AST Front End 29 An HLSL front-end for translation of an approximation of HLSL to glslang's AST form. 32 … which receives a much larger investment and attempts to have definitive/reference-level semantics. [all …]
|
| /external/deqp-deps/glslang/ |
| D | README.md | 3 …erences to the old 'master' branch to 'main'. However, if you have a checked-out local clone, you … 6 git branch -m master main 8 git branch -u origin/main main 9 git remote set-head origin -a 12 …atforms) and Visual Studio 2019 (Windows) are now required. This change was driven by the external… 21 ### Reference Validator and GLSL/ESSL -> AST Front End 23 An OpenGL GLSL and OpenGL|ES GLSL (ESSL) front-end for reference validation and translation of GLSL… 27 ### HLSL -> AST Front End 29 An HLSL front-end for translation of an approximation of HLSL to glslang's AST form. 32 … which receives a much larger investment and attempts to have definitive/reference-level semantics. [all …]
|
| /external/googletest/docs/ |
| D | quickstart-cmake.md | 1 # Quickstart: Building with CMake 3 This tutorial aims to get you up and running with GoogleTest using CMake. If 6 [Quickstart for Bazel](quickstart-bazel.md) instead. 12 * A compatible operating system (e.g. Linux, macOS, Windows). 14 * [CMake](https://cmake.org/) and a compatible build tool for building the 18 [Ninja](https://ninja-build.org/), and others - see 19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html) 25 If you don't already have CMake installed, see the 26 [CMake installation guide](https://cmake.org/install). 30 commands work on the Windows command line as well. [all …]
|
| /external/cronet/third_party/googletest/src/docs/ |
| D | quickstart-cmake.md | 1 # Quickstart: Building with CMake 3 This tutorial aims to get you up and running with GoogleTest using CMake. If 6 [Quickstart for Bazel](quickstart-bazel.md) instead. 12 * A compatible operating system (e.g. Linux, macOS, Windows). 14 * [CMake](https://cmake.org/) and a compatible build tool for building the 18 [Ninja](https://ninja-build.org/), and others - see 19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html) 25 If you don't already have CMake installed, see the 26 [CMake installation guide](https://cmake.org/install). 30 commands work on the Windows command line as well. [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/guide/ |
| D | build_cmake.md | 1 # Build TensorFlow Lite with CMake 4 [CMake](https://cmake.org/) tool. 6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64) 7 , macOS Catalina (x86_64), Windows 10 and TensorFlow devel Docker image 12 ### Step 1. Install CMake tool 14 It requires CMake 3.16 or higher. On Ubuntu, you can simply run the following 18 sudo apt-get install cmake 22 [the official cmake installation guide](https://cmake.org/install/) 33 ### Step 3. Create CMake build directory 40 ### Step 4. Run CMake tool with configurations [all …]
|
| /external/parameter-framework/upstream/ |
| D | appveyor.yml | 1 version: 3.0.0-{build} 13 # See: https://msdn.microsoft.com/en-us/library/bb513638%28VS.85%29.aspx 14 - reg add "HKLM\SYSTEM\CurrentControlSet\Control\Windows" /f /v ErrorMode /d 2 17 # | Windows can check online for a solution to the problem| 18 # | - Check online for a solution and close the program | 19 # | - Close the program | 20 # See: https://msdn.microsoft.com/en-us/library/bb513638%28VS.85%29.aspx 21 - reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /d 1 23 # Instruct cmake were to find external dependencies 24 - set PREFIX_PATH=%APPVEYOR_BUILD_FOLDER%\asio-1.10.6;%APPVEYOR_BUILD_FOLDER%\catch [all …]
|
| /external/expat/expat/ |
| D | Changes | 7 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager 9 XML_ExternalEntityParserCreate in out-of-memory situations. 20 #656 CMake: Fix generation of pkg-config file 21 #658 MinGW|CMake: Fix static library name 41 #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in 46 #634 MinGW: Fix mis-compilation for -D__USE_MINGW_ANSI_STDIO=0 51 #638 MinGW: Make fix-xmltest-log.sh drop more Wine bug output 52 #596 #625 Autotools: Sync CMake templates with CMake 3.22 53 #608 CMake: Migrate from use of CMAKE_*_POSTFIX to 56 #597 #599 Windows|CMake: Add missing -DXML_STATIC to test runners [all …]
|
| /external/swiftshader/ |
| D | README.md | 3 …icense](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licens… 6 ------------ 8 SwiftShader[^1] is a high-performance CPU-based implementation[^2] of the Vulkan[^3] 1.3 graphics A… 13 -------- 15 SwiftShader libraries can be built for Windows, Linux, and macOS.\ 18 * **CMake** 20 …[Install CMake](https://cmake.org/download/) for Linux, macOS, or Windows and use either [the GUI]… 23 cmake .. 24 cmake --build . --parallel 26 ./vk-unittests [all …]
|
| /external/XNNPACK/.github/workflows/ |
| D | build.yml | 1 name: Build using CMake 4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} 5 cancel-in-progress: true 7 cmake-linux-local: 8 runs-on: ubuntu-latest 9 timeout-minutes: 40 11 - uses: actions/checkout@v2 12 - name: Update apt 14 - name: Install ninja 15 run: sudo apt install ninja-build [all …]
|
| /external/libevent/ |
| D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020) 14 patches that touches only tests and similar): 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 22 o tinytest: support timeout on Windows (794e8f75 yuangongji) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 32 …o There is typo in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleks… 33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) [all …]
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | README.md | 6 Mbed TLS includes a reference implementation of the [PSA Cryptography API](#psa-cryptography-api). … 9 ------------- 11 … more programmatic way using the Python 3 script `scripts/config.py` (use `--help` for usage instr… 13 …l environment variables such as `CC` and `CFLAGS` when using the Make and CMake build system (see … 15 We provide some non-standard configurations focused on specific use cases in the `configs/` directo… 18 ------------- 22 To generate a local copy of the library documentation in HTML format, tailored to your compile-time… 31 --------- 35 - GNU Make 36 - CMake [all …]
|
12345678910>>...13