Home
last modified time | relevance | path

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

12345678910>>...43

/external/libjpeg-turbo/
DBUILDING.md1 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.
36 ARCH=`uname -m`
37 rpmbuild --rebuild nasm-{version}.src.rpm
[all …]
/external/catch2/docs/
Dcmake-integration.md2 # CMake integration
5 [CMake target](#cmake-target)<br>
6 [Automatic test registration](#automatic-test-registration)<br>
7 [CMake project options](#cmake-project-options)<br>
8 [Installing Catch2 from git repository](#installing-catch2-from-git-repository)<br>
10 Because we use CMake to build Catch2, we also provide a couple of
13 1) Catch2 exports a (namespaced) CMake target
14 2) Catch2's repository contains CMake scripts for automatic registration
17 ## CMake target
19 Catch2's CMake build exports an interface target `Catch2::Catch2`. Linking
[all …]
/external/python/pybind11/
DCMakeLists.txt1 # CMakeLists.txt -- Build system for the pybind11 modules
6 # BSD-style license that can be found in the LICENSE file.
8 cmake_minimum_required(VERSION 3.4)
10 # The `cmake_minimum_required(VERSION 3.4...3.18)` syntax does not work with
11 # some versions of VS that have a patched CMake 3.11. This forces us to emulate
14 cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
16 cmake_policy(VERSION 3.18)
19 # Extract project version from source
29 if(PYBIND11_VERSION_PATCH MATCHES [[\.([a-zA-Z0-9]+)$]])
32 string(REGEX MATCH "^[0-9]+" PYBIND11_VERSION_PATCH "${PYBIND11_VERSION_PATCH}")
[all …]
/external/protobuf/
DCMakeLists.txt1 # Minimum CMake required
2 cmake_minimum_required(VERSION 3.5)
8 # CMake policies
14 # Clear VERSION variables when no VERSION is given to project()
37 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
49 string(APPEND CMAKE_CXX_FLAGS " -diag-disable=2196")
78 include(${protobuf_SOURCE_DIR}/cmake/protobuf-options.cmake)
95 # Version
101 # Parse version tweaks
102 set(protobuf_VERSION_REGEX "^([0-9]+)\\.([0-9]+)\\.([0-9]+)([-]rc[-]|\\.)?([0-9]*)$")
[all …]
/external/expat/expat/
DChanges7 #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
28 #667 #668 Version info bumped from 9:9:8 to 9:10:8;
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
[all …]
/external/llvm/docs/
DCMake.rst2 Building LLVM with CMake
11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake
20 `Quick start`_ section. If you are a CMake novice, start with `Basic CMake usage`_
23 you already have experience with CMake, this is the recommended starting point.
25 This page is geared towards users of the LLVM CMake build. If you're looking for
26 information about modifying the LLVM CMake build system you may want to see the
27 :doc:`CMakePrimer` page. It has a basic overview of the CMake language.
34 We use here the command-line, non-interactive CMake interface.
36 #. `Download <http://www.cmake.org/cmake/resources/software.html>`_ and install
37 CMake. Version 3.4.3 is the minimum required.
[all …]
/external/jsoncpp/
DCMakeLists.txt3 # ==== Define cmake build policies that affect compilation and linkage default behaviors
5 # Set the JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION string to the newest cmake version
12 # CMake versions greater than the JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION policies will
13 # continue to generate policy warnings "CMake Warning (dev)...Policy CMP0XXX is not set:"
17 cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})
19 #Set and use the newest available cmake policies that are validated to work
24 cmake_policy(VERSION ${JSONCPP_CMAKE_POLICY_VERSION})
55 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
57 # ---------------------------------------------------------------------------
59 # ---------------------------------------------------------------------------
[all …]
/external/python/pybind11/.github/workflows/
Dci.yml8 - master
9 - stable
10 - v*
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
25 # - 3.10-dev # Re-enable once 3.10.0a5 is released
[all …]
Dconfigure.yml8 - 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/angle/third_party/abseil-cpp/CMake/
DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/CMake/
DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
[all …]
/external/cronet/third_party/abseil-cpp/CMake/
DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
[all …]
/external/abseil-cpp/CMake/
DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
[all …]
/external/webrtc/third_party/abseil-cpp/CMake/
DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
[all …]
/external/eigen/doc/
DTopicCMakeGuide.dox5 \page TopicCMakeGuide Using %Eigen in CMake Projects
7 %Eigen provides native CMake support which allows the library to be easily
8 used in CMake projects.
10 \note %CMake 3.0 (or later) is required to enable this functionality.
12 %Eigen exports a CMake target called `Eigen3::Eigen` which can be imported
13 using the `find_package` CMake command and used by calling
15 \code{.cmake}
16 cmake_minimum_required (VERSION 3.0)
28 $ cmake path-to-example-directory
30 CMake will produce project files that generate an executable called `example`
[all …]
/external/tcpdump/doc/
DREADME.Win32.md12 for the version provided with Npcap or WinPcap.
15 ---------------------
27 Windows Vista, which is the earliest version supported by Npcap.
31 `C:\npcap-sdk`, and put the contents of the ZIP archive into that folder.
39 --------------------
52 It is a command-line tool; a GUI tool, Chocolatey GUI, is provided as a
59 For convenience, the `choco install` command can be run with the `-y`
64 choco install -y chocolateygui
69 ### CMake ### subsection
74 It does provide files for CMake, which is a cross-platform tool that
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/utils/ci/
Drun-buildbot2 #===----------------------------------------------------------------------===##
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===----------------------------------------------------------------------===##
10 set -ex
11 set -o pipefail
23 [-h|--help] Display this help and exit.
25 --llvm-root <DIR> Path to the root of the LLVM monorepo. By default, we try
28 --build-dir <DIR> The directory to use for building the library. By default,
29 this is '<llvm-root>/build/<builder>'.
31 --osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/.github/workflows/
Dcontinuous_integration.yml3 # Travis was using Clang 3.6. The earliest version support by Ubuntu 20.04 is Clang 6.0.
13 - main
15 permissions: read-all
19 runs-on: ubuntu-22.04
21 fail-fast: false
26 - uses: actions/checkout@v3
27 - uses: lukka/get-cmake@latest
28 - uses: actions/setup-python@v4
30 python-version: '3.7'
31 - name: Setup ccache
[all …]
/external/double-conversion/
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.0)
2 project(double-conversion VERSION 3.2.0)
11 double-conversion/bignum.h
12 double-conversion/cached-powers.h
13 double-conversion/diy-fp.h
14 double-conversion/double-conversion.h
15 double-conversion/double-to-string.h
16 double-conversion/fast-dtoa.h
17 double-conversion/fixed-dtoa.h
18 double-conversion/ieee.h
[all …]
/external/abseil-cpp/
DCMakeLists.txt4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # https://www.apache.org/licenses/LICENSE-2.0
17 # Most widely used distributions have cmake 3.5 or greater available as of March
18 # 2019. A notable exception is RHEL-7 (CentOS7). You can install a current
19 # version of CMake by first installing Extra Packages for Enterprise Linux
22 cmake_minimum_required(VERSION 3.5)
34 # Project version variables are the empty string if version is unspecified
49 project(absl LANGUAGES CXX VERSION 20220623)
58 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp))
67 …"Use CMake C++ standard meta features (e.g. cxx_std_11) that propagate to targets that link to Abs…
[all …]
/external/expat/.github/workflows/
Dcmake-required-version.yml8 # Copyright (c) 2021-2022 Sebastian Pipping <sebastian@pipping.org>
30 name: Ensure realistic minimum CMake version requirement
36 - cron: '0 2 * * 5' # Every Friday at 2am
40 name: Ensure realistic minimum CMake version requirement
41 runs-on: ubuntu-20.04
43 - uses: actions/checkout@v3.1.0
45 - name: Install ancient CMake
47 set -ux
49 …needed_cmake_version="$(sed -n 's/cmake_minimum_required(VERSION \(.*\))/\1/p' expat/CMakeLists.tx…
51 installer_filename="cmake-${needed_cmake_version}-linux-x86_64.sh"
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DCMakeLists.txt4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # https://www.apache.org/licenses/LICENSE-2.0
17 # Most widely used distributions have cmake 3.5 or greater available as of March
18 # 2019. A notable exception is RHEL-7 (CentOS7). You can install a current
19 # version of CMake by first installing Extra Packages for Enterprise Linux
22 cmake_minimum_required(VERSION 3.5)
34 # Project version variables are the empty string if version is unspecified
48 project(absl LANGUAGES CXX VERSION 20210324)
57 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp))
66 ${CMAKE_CURRENT_LIST_DIR}/CMake
[all …]
/external/libwebsockets/READMEs/
DREADME.build.md8 ./bootstrap-vcpkg.sh
12 … up to date by Microsoft team members and community contributors. If the version is out of date, p…
14 @section cm Introduction to CMake
16 CMake is a multi-platform build tool that can generate build files for many
17 different target platforms. See more info at http://www.cmake.org
19 CMake also allows/recommends you to do "out of source"-builds, that is,
27 - Windows (Visual Studio)
28 - Windows (MinGW)
29 - Linux (x86 and ARM)
30 - OSX
[all …]
/external/catch2/
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.5)
9 # Catch2's build breaks if done in-tree. You probably should not build
11 # as a subproject to build in-tree as long as it is not in our tree.
13 …message(FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SO…
17 project(Catch2 LANGUAGES CXX VERSION 2.11.2)
20 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/CMake")
103 # provide a namespaced alias for clients to 'link' against if catch is included as a sub-project
110 set(CATCH_CMAKE_CONFIG_DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/Catch2")
113 ${CMAKE_CURRENT_LIST_DIR}/CMake/Catch2Config.cmake.in
114 ${CMAKE_CURRENT_BINARY_DIR}/Catch2Config.cmake
[all …]
/external/googletest/docs/
Dquickstart-cmake.md1 # 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.
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).
34 CMake uses a file named `CMakeLists.txt` to configure the build system for a
45 GoogleTest. There are many ways to express dependencies in the CMake ecosystem;
[all …]

12345678910>>...43