Home
last modified time | relevance | path

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

1234567

/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py15 cmake_quote_string(value) -> str
17 Return a quoted form of the given value that is suitable for use in CMake
28 cmake_quote_path(value) -> str
30 Return a quoted form of the given value that is suitable for use in CMake
34 # CMake has a bug in it's Makefile generator that doesn't properly quote
43 mk_quote_string_for_target(target_name) -> str
54 make_install_dir(path) -> None
103 """validate_components() -> None
105 Validate that the project components are well-defined. Among other
107 - Components have valid references.
[all …]
/external/google-fruit/
DCONTRIBUTING.md7 [here](https://github.com/google/fruit/wiki/install#building-fruit-manually).
15 Fruit supports two build systems: CMake (configured in `CMakeLists.txt` files) and
22 Both build systems are tested in Travis CI (see below).
24 Example commands to build a development version of Fruit using CMake (with all assertions enabled) …
28 mkdir build-debug
29 cd build-debug
30 cmake .. -DCMAKE_BUILD_TYPE=Debug -DFRUIT_ENABLE_CLANG_TIDY=TRUE -DCMAKE_CXX_FLAGS="-Werror -DFRUIT…
31 make -j 16
33 py.test-3 -n auto
36 ### Continuous Integration (CI)
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Drelease.yml1 name: CI Release
5 - '*'
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
[all …]
Dlibpng.yml1 name: CI Libpng
6 runs-on: ubuntu-latest
9 - name: Checkout repository (zlib-ng)
12 - name: Generate project files (zlib-ng)
14cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DZLIB_COMPAT=ON -DZLIB_ENABLE_TESTS=OFF
17 CFLAGS: -fPIC
18 CI: true
20 - name: Compile source code (zlib-ng)
22 cmake --build . --config Release
24 - name: Checkout repository (libpng)
[all …]
Danalyze.yml1 name: CI Static Analysis
5 runs-on: ubuntu-latest
7 - name: Checkout repository
10 - name: Install packages (Ubuntu)
12 sudo apt-get install -y gcc-10
14 - name: Generate project files
16cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DWITH_FUZZERS=OFF -DWITH_CODE_COVERAGE…
18 CC: gcc-10
19-fanalyzer -Werror -Wanalyzer-double-fclose -Wanalyzer-double-free -Wanalyzer-exposure-through-out…
20 CI: true
[all …]
Dpkgcheck.yml1 name: CI Pkgcheck
4 ci-pkgcheck:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
15 - name: Ubuntu GCC -m32
16 os: ubuntu-latest
18 packages: gcc-multilib
19 cmake-args: -DCMAKE_C_FLAGS=-m32
[all …]
Dcmake.yml1 name: CI CMake
4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 16.04 GCC
12 os: ubuntu-16.04
15 - name: Ubuntu GCC
16 os: ubuntu-latest
18 cmake-args: -DWITH_SANITIZER=Address
21 - name: Ubuntu GCC OSB -O1 No Unaligned64
[all …]
/external/vulkan-validation-layers/
DCONTRIBUTING.md5 The source code for The Vulkan-ValidationLayer components is sponsored by Khronos and LunarG.
6 * [Khronos Vulkan-ValidationLayers](https://github.com/KhronosGroup/Vulkan-ValidationLayers)
17 * Examine the [issues list](https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues)
19 * Alternatively, run the `vk_validation_stats.py` script (in the scripts directory) with the `-todo`
20 command line argument to see a list of as-yet unimplemented validation checks.
28 Please see the [section about Validation Layers](#special-considerations-for-validation-layers)
47 This will involve [forking the repository](https://help.github.com/articles/fork-a-repo/),
48 …mmits, and then [submitting a pull request](https://help.github.com/articles/using-pull-requests/).
49 * Please read and adhere to the style and process [guidelines ](#coding-conventions-and-formatting)…
52 …passes the Google/LunarG internal CI processes. Once the Pull Request has been approved and is pas…
[all …]
D.travis.yml1 # Build Configuration for Travis CI
2 # https://travis-ci.org
12 - env: CHECK_COMMIT_FORMAT=ON
13 - env: VULKAN_BUILD_TARGET=GN
16 - os: linux
18 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=armeabi-v7a
19 # Android 64-bit build.
20 - os: linux
22 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=arm64-v8a
24 - os: linux
[all …]
/external/parameter-framework/upstream/
DREADME.md1 # parameter-framework
3 …![Build Status](https://travis-ci.org/01org/parameter-framework.svg?branch=master)](https://travis
4 …s](https://ci.appveyor.com/api/projects/status/ga24jp8tet0qimbu/branch/master)](https://ci.appveyo…
5 …//codecov.io/github/01org/parameter-framework/coverage.svg?branch=master)](https://codecov.io/gith…
9 The parameter-framework is a plugin-based and rule-based framework for handling
12 1. Describe your system's structure and its parameters (in XML) - aka. **What**;
14 that you just described - aka. **How**;
15 3. Define (in XML or in a domain-specific-language) conditions/rules upon which
16 a given parameter must take a given value - aka. **When**.
18 ![What, How, When](https://01org.github.io/parameter-framework/hosting/what-how-when.png)
[all …]
D.travis.yml2 - linux
3 - osx
8 # https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
15 - PREFIX=$HOME/prefix
16 - MY_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$HOME/install"
17 - OSX_CMAKE_OPTIONS="-DBUILD_TESTING=OFF -DPYTHON_BINDINGS=OFF -DCLIENT_SIMULATOR=OFF"
18 - CTEST_OUTPUT_ON_FAILURE=1
19 - LINUX=false
20 - OSX=false
23 - gcc
[all …]
/external/brotli/
DREADME.md7 Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding A…
11 Brotli is a generic-purpose lossless compression algorithm that compresses data
14 currently available general-purpose compression methods. It is similar in speed
19 Brotli is open-sourced under the MIT License, see the LICENSE file.
24 [![TravisCI Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci
25 …ppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/google/brotli?branch=mast…
26 [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/brotli.svg)](https://o…
36 ./bootstrap-vcpkg.sh
42 #### Autotools-style CMake
44 [configure-cmake](https://github.com/nemequ/configure-cmake) is an
[all …]
/external/expat/
DChanges7 #566 Fix a regression introduced by the fix for CVE-2022-25313
27 #562 CVE-2022-25235 -- Passing malformed 2- and 3-byte UTF-8
31 on how invalid UTF-8 is handled inside the XML
34 #561 CVE-2022-25236 -- Passing (one or more) namespace separator
42 #558 CVE-2022-25313 -- Fix stack exhaustion in doctype parsing
47 #560 CVE-2022-25314 -- Fix integer overflow in function copyString;
50 takes a value in the gigabytes to trigger, and a 64-bit
52 #559 CVE-2022-25315 -- Fix integer overflow in function storeRawNames;
53 needs input in the gigabytes and a 64-bit machine.
70 #550 CVE-2022-23852 -- Fix signed integer overflow
[all …]
DREADME.md1 [![Run Linux Travis CI tasks](https://github.com/libexpat/libexpat/actions/workflows/linux.yml/badg…
2 [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/libexpat/libexpat?svg=…
3 [![Packaging status](https://repology.org/badge/tiny-repos/expat.svg)](https://repology.org/metapac…
12 Expat is a stream-oriented XML parser. This means that you register
20 - GNU GCC >=4.5
21 - LLVM Clang >=3.5
22 - Microsoft Visual Studio >=15.0/2017 (rolling `${today} minus 5 years`)
25 [`expat-win32bin-*.*.*.{exe,zip}` download](https://github.com/libexpat/libexpat/releases),
26 which includes both pre-compiled libraries and executables, and source code for
29 Expat is [free software](https://www.gnu.org/philosophy/free-sw.en.html).
[all …]
/external/libevent/
DREADME.md7 …![Appveyor Win32 Build Status](https://ci.appveyor.com/api/projects/status/ng3jg0uhy44mp7ik?svg=tr…
8 [![Travis Build Status](https://travis-ci.org/libevent/libevent.svg?branch=master)](https://travis-…
10 …itter.im/libevent/libevent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=bad…
23 ## CMake (General)
26 The following Libevent specific CMake variables are as follows (the values being
34 # Installation directory for CMake files
35 EVENT_INSTALL_CMAKE_DIR:PATH=lib/cmake/libevent
38 # GCC/CLang). Make sure to enable -DCMAKE_BUILD_TYPE=Debug as well.
70 # on the the cross compilation target to verify that it works. See CMake
75 __More variables can be found by running `cmake -LAH <sourcedir_path>`__
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
DREADME.md1 ## zlib-ng
5 aka Dead2 (zlib-ng àt circlestorm dót org)
7 |CI|Status|
8 |:-|-|
9-ng/zlib-ng/workflows/CI%20CMake/badge.svg)](https://github.com/zlib-ng/zlib-ng/actions) [![Master…
10 …53ee1de871c0c712b65d26.svg?branch=develop)](https://buildkite.com/circlestorm-productions/zlib-ng)|
11 …w.codefactor.io/repository/github/zlib-ng/zlib-ng/badge)](https://www.codefactor.io/repository/git…
12-Fuzz|[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/zlib-ng.svg)](h…
13 …v.io](https://codecov.io/github/zlib-ng/zlib-ng/coverage.svg?branch=develop)](https://codecov.io/g…
17 --------
[all …]
/external/cpu_features/
DREADME.md1-ci.org/google/cpu_features.svg?branch=master)](https://travis-ci.org/google/cpu_features) [![Buil…
3 A cross-platform C library to retrieve CPU features (such as available
8 - [Design Rationale](#rationale)
9 - [Code samples](#codesample)
10 - [Running sample code](#usagesample)
11 - [What's supported](#support)
12 - [Android NDK's drop in replacement](#ndk)
13 - [License](#license)
14 - [Build with cmake](#cmake)
19 - **Simple to use.** See the snippets below for examples.
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
D.travis.yml7 - ubuntu-toolchain-r-test
8 - llvm-toolchain-trusty-5.0
10 - cmake3
11 - lcov
12 - clang-5.0
13 - clang-tools-5.0
14 - valgrind
17 - os: linux
20 - os: linux
23 - os: linux
[all …]
/external/gflags/
DREADME.md1 [![Build Status](https://travis-ci.org/gflags/gflags.svg?branch=master)](https://travis-ci.org/gfla…
2 [![Build status](https://ci.appveyor.com/api/projects/status/4ctod566ysraus74/branch/master?svg=tru…
8 ----------------
14 The build targets exported by the CMake configuration of this library are now also prefixed by the …
15 name "gflags::" following a more recent (unwritten) CMake convention. The unprefixed target names a…
22 ------------
33 ----------------
38 not only in projects using CMake, but also [Bazel](https://bazel.build/),
39 or [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/).
52 -------------
[all …]
/external/Reactive-Extensions/RxCpp/
DREADME.md1 … for values-distributed-in-time. The [__Range-v3__](https://github.com/ericniebler/range-v3) libra…
4 ----------- | :------------ |
5 …tp://img.shields.io/appveyor/ci/kirkshoop/RxCpp-446.svg?style=flat-square)](https://ci.appveyor.co…
6 …us](http://img.shields.io/travis/ReactiveX/RxCpp.svg?style=flat-square)](https://travis-ci.org/Rea…
9 ------------- | :--------------- |
10-square)](https://github.com/ReactiveX/RxCpp) <br/> [![GitHub release](https://img.shields.io/gith…
11 …room/Reactive-Extensions/RxCpp.svg?style=flat-square)](https://gitter.im/ReactiveX/RxCpp?utm_sourc…
12 ….svg?style=flat-square)](http://www.nuget.org/packages/RxCpp/) [![vcpkg port](https://img.shields.…
13-latest-brightgreen.svg?style=flat-square)](http://reactivex.github.io/RxCpp) <br/> [![reactivex i…
17 __RxCpp__ is a header-only C++ library that only depends on the standard library. The CMake build g…
[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/angle/src/third_party/volk/
DREADME.md1 # �� volk [![Build Status](https://travis-ci.org/zeux/volk.svg?branch=master)](https://travis-ci.or…
13 volk is a meta-loader for Vulkan. It allows you to dynamically load entrypoints required to use Vul…
14 without linking to vulkan-1.dll or statically linking Vulkan loader. Additionally, volk simplifies …
23 …stem. Note that the usual preprocessor defines that enable Vulkan's platform-specific functions (V…
24 2. You can use volk in header-only fashion. Include `volk.h` whereever you want to use Vulkan funct…
25 3. You can use provided CMake files, with the usage detailed below.
51 If you use volk as described in the previous section, all device-related function calls, such as `v…
56 1. For applications that use just one VkDevice object, load device-related Vulkan entrypoints direc…
62 2. For applications that use multiple VkDevice objects, load device-related Vulkan entrypoints into…
72 ## CMake support
[all …]
/external/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 …]
/external/armnn/third-party/ghc/
DREADME.md1 …d Platforms](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows%20%7C%20Fre…
2 ![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
3 [![Build Status](https://travis-ci.org/gulrak/filesystem.svg?branch=master)](https://travis-ci.org/…
4 [![Build Status](https://ci.appveyor.com/api/projects/status/t07wp3k2cddo0hpo/branch/master?svg=tru…
5 [![Build Status](https://api.cirrus-ci.com/github/gulrak/filesystem.svg?branch=master)](https://cir…
12 This is a header-only single-file std::filesystem compatible helper library,
32 to try to reduce my third-party dependencies. I could drop most of what
34 fun of it. Originally I based these helpers on my own coding- and naming
56 It should work on any of these with a C++11-capable compiler. I currently
63 `std::filesystem`, just a drop-in if you can't use it (with the exception
[all …]
/external/angle/third_party/vulkan_memory_allocator/
DREADME.md5 …an Memory Allocator](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) (gene…
11 …* [Vulkan Memory Allocator on GPUOpen](https://gpuopen.com/gaming-product/vulkan-memory-allocator/)
15 - Windows: [![Build status](https://ci.appveyor.com/api/projects/status/4vlcrb0emkaio2pn/branch/mas…
16 - Linux: [![Build Status](https://app.travis-ci.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.…
20 … and image) creation in Vulkan is difficult (comparing to older graphics API-s, like D3D11 or Open…
22 - It requires a lot of boilerplate code, just like everything else in Vulkan, because it is a low-l…
23 - There is additional level of indirection: `VkDeviceMemory` is allocated separately from creating …
24 - Driver must be queried for supported memory heaps and memory types. Different IHVs provide differ…
25 - It is recommended practice to allocate bigger chunks of memory and assign parts of them to partic…
29 …elopers to manage memory allocations and resource creation by offering some higher-level functions:
[all …]

1234567