Searched +full:cmake +full:- +full:version (Results 1 – 25 of 1024) sorted by relevance
12345678910>>...41
| /third_party/skia/third_party/externals/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. 36 ARCH=`uname -m` 37 rpmbuild --rebuild nasm-{version}.src.rpm [all …]
|
| /third_party/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) 16 * If using NASM, 2.10 or later (except 2.11.08) is required for an x86-64 Mac 17 build (2.11.08 does not work properly with libjpeg-turbo's x86-64 SIMD code 22 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 24 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when 25 building libjpeg-turbo. [all …]
|
| /third_party/flutter/glfw/docs/ |
| D | compile.dox | 11 @section compile_cmake Using CMake 13 GLFW uses [CMake](http://www.cmake.org/) to generate project files or makefiles 14 for a particular development environment. If you are on a Unix-like system such 16 Homebrew, you can simply install its CMake package. If not, you can download 17 installers for Windows and OS X from the [CMake website](http://www.cmake.org/). 19 @note CMake only generates project files or makefiles. It does not compile the 27 Once you have installed CMake, make sure that all other dependencies are 36 contains all the necessary headers, link libraries and tools except for CMake. 40 @subsubsection compile_deps_mingw Dependencies for MinGW or MinGW-w64 on Windows 42 Both the MinGW and the MinGW-w64 packages already contain all the necessary [all …]
|
| /third_party/flutter/skia/third_party/externals/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) 16 * If using NASM, 2.10 or later (except 2.11.08) is required for an x86-64 Mac 17 build (2.11.08 does not work properly with libjpeg-turbo's x86-64 SIMD code 21 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 23 libjpeg-turbo, then YASM must be used when building libjpeg-turbo. 34 ARCH=`uname -m` [all …]
|
| /third_party/libsnd/ |
| D | README.md | 11 Erik de Castro Lopo <erikd@mega-nerd.com> aka @erikd. The project was developed 14 After the release of version 1.0.30, @erikd transferred the project to 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 pkg-config python 43 brew install autoconf autogen automake flac libogg libtool libvorbis opus pkg-config 49 ./configure --enable-werror 53 ## The CMake build system 55 Although Autotools is the primary and recommended build toolchain, CMake meta 56 build generator is also available. The build process with CMake takes [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/CMake/ |
| D | README.md | 1 # 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 …]
|
| /third_party/boost/tools/boost_install/ |
| D | boost-install.jam | 1 # Copyright 2018-2020 Peter Dimov 2 # Distributed under the Boost Software License, Version 1.0. 7 import property-set ; 20 import ./boost-install-dirs ; 22 feature.feature library-type : : free ; 23 feature.feature boost-install.dependency : : free ; 24 feature.feature boost-install.cmakedir : : free ; 25 feature.feature boost-install.includedir : : free ; 26 feature.feature boost-install.libdir : : free ; 27 feature.feature boost-install.lib-target-type : : free ; [all …]
|
| /third_party/grpc/test/distrib/cpp/ |
| D | run_distrib_test_cmake.sh | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 apt-get update && apt-get install -y libssl-dev 24 mkdir -p "third_party/abseil-cpp/cmake/build" 25 pushd "third_party/abseil-cpp/cmake/build" 26 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../.. 27 make -j4 install 30 # Install c-ares 31 # If the distribution provides a new-enough version of c-ares, [all …]
|
| D | run_distrib_test_cmake.bat | 3 @rem Licensed under the Apache License, Version 2.0 (the "License"); 7 @rem http://www.apache.org/licenses/LICENSE-2.0 18 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that di… 19 @rem is on PATH. To avoid picking up the older version protoc.exe, we change the path to something … 25 @rem Download OpenSSL-Win32 originally installed from https://slproweb.com/products/Win32OpenSSL.ht… 26 …hell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testin… 27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.… 30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win32 33 mkdir third_party\abseil-cpp\cmake\build 34 pushd third_party\abseil-cpp\cmake\build [all …]
|
| /third_party/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. 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 …]
|
| /third_party/icu/vendor/double-conversion/upstream/ |
| D | CMakeLists.txt | 1 cmake_minimum_required(VERSION 3.0) 2 project(double-conversion VERSION 3.1.5) 9 double-conversion/bignum.h 10 double-conversion/cached-powers.h 11 double-conversion/diy-fp.h 12 double-conversion/double-conversion.h 13 double-conversion/double-to-string.h 14 double-conversion/fast-dtoa.h 15 double-conversion/fixed-dtoa.h 16 double-conversion/ieee.h [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/ |
| D | continuous.bat | 5 SET PATH=C:\python36;C:\Program Files\cmake\bin;%PATH% 15 REM The currently used OS image comes with CMake 3.17.3. If a newer version is 18 REM choco upgrade cmake -y --limit-output --no-progress 19 cmake --version 21 cmake .. ^ 22 -G "%CMAKE_GENERATOR_TYPE%" ^ 23 -Thost=x64 ^ 24 "-DREACTOR_BACKEND=%REACTOR_BACKEND%" ^ 25 "-DSWIFTSHADER_LLVM_VERSION=%LLVM_VERSION%" ^ 26 "-DREACTOR_VERIFY_LLVM_IR=1" ^ [all …]
|
| /third_party/curl/docs/ |
| D | INSTALL.cmake | 7 How To Compile with CMake 9 Building with CMake 12 from source code using the CMake build tool. To build with CMake, you will 13 of course have to first install CMake. The minimum required version of 14 CMake is specified in the file CMakeLists.txt found in the top of the curl 15 source tree. Once the correct version of CMake is installed you can follow 18 CMake builds can be configured either from the command line, or from one 19 of CMake's GUI's. 21 Current flaws in the curl CMake build 24 Missing features in the cmake build: [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.build.md | 8 ./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 …]
|
| /third_party/mindspore/ |
| D | CMakeLists.txt | 1 cmake_minimum_required(VERSION 3.14.0) 6 message(FATAL_ERROR "GCC version ${CMAKE_CXX_COMPILER_VERSION} must not be less than 7.3.0") 8 …message(WARNING "GCC version ${CMAKE_CXX_COMPILER_VERSION} is greater than 7.3.0, may cause unknow… 12 include(${CMAKE_SOURCE_DIR}/cmake/options.cmake) 13 include(${CMAKE_SOURCE_DIR}/cmake/check_requirements.cmake) 14 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/") 23 …set(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -O2 -Winconsistent-missing-override -Wuser-defined-war… 24 … -Wno-return-std-move -Wno-unused-private-field -Wno-unused-lambda-capture -Wno-sign-compare \ 25 …-Wno-overloaded-virtual -Wno-unneeded-internal-declaration -Wno-unused-variable -Wno-pessimizing-m… 26 -Wno-inconsistent-missing-override -DHALF_ENABLE_CPP11_USER_LITERALS=0 -D_FORTIFY_SOURCE=2") [all …]
|
| /third_party/skia/third_party/externals/expat/expat/ |
| D | Changes | 11 #491 #492 Version info bumped from 9:0:8 to 9:1:8; 19 #34 #466 #484 CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks 20 (denial-of-service; flavors targeting CPU time or RAM or both, 28 - A new error code XML_ERROR_AMPLIFICATION_LIMIT_BREACH to 30 - Two new API functions .. 31 - XML_SetBillionLaughsAttackProtectionMaximumAmplification and 32 - XML_SetBillionLaughsAttackProtectionActivationThreshold 35 If you ever need to increase the defaults for non-attack XML 37 - Two new XML_FEATURE_* constants .. 38 - that can be queried using the XML_GetFeatureList function, and [all …]
|
| /third_party/flatbuffers/docs/source/ |
| D | Building.md | 4 ## Building with CMake 6 The distribution comes with a `cmake` file that should allow 7 you to build project/make files for any platform. For details on `cmake`, see 8 <https://www.cmake.org>. In brief, depending on your platform, use one of 11 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release 12 cmake -G "Visual Studio 10" -DCMAKE_BUILD_TYPE=Release 13 cmake -G "Xcode" -DCMAKE_BUILD_TYPE=Release 19 `CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G "Unix Makefiles"`. 34 By default all Flatbuffers `cmake` targets are build with `-Werror` flag. 36 Additionally `-Wall -pedantic -Wextra` (or `/W4` form MSVC) flags are set. [all …]
|
| /third_party/elfio/ |
| D | CMakeLists.txt | 1 cmake_minimum_required(VERSION 3.12) 15 # Read version from header file 18 string(REGEX MATCH "#define ELFIO_VERSION \"([0-9\.]+)\"" _ ${ver}) 20 message(FATAL_ERROR "Unable to parse version from ${version_header}") 22 set(version ${CMAKE_MATCH_1}) variable 27 project(elfio VERSION ${version} LANGUAGES C CXX) 31 # Create a header only CMake target for elfio 60 # Create a file that includes the current project version. This will be 61 # installed with the elfio CMake package. 63 "${PROJECT_NAME}ConfigVersion.cmake" [all …]
|
| /third_party/opencl-headers/ |
| D | CMakeLists.txt | 1 cmake_minimum_required(VERSION 3.0) 4 VERSION 2.2 6 …https://stackoverflow.com/questions/43379311/why-does-project-affect-cmakes-opinion-on-cmake-sizeo… 31 FILE ${PROJECT_BINARY_DIR}/OpenCLHeaders/OpenCLHeadersTargets.cmake 35 WRITE ${PROJECT_BINARY_DIR}/OpenCLHeaders/OpenCLHeadersConfig.cmake 36 "include(\"\${CMAKE_CURRENT_LIST_DIR}/OpenCLHeadersTargets.cmake\")" 39 set(config_package_location ${CMAKE_INSTALL_DATADIR}/cmake/OpenCLHeaders) 42 FILE OpenCLHeadersTargets.cmake 47 FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenCLHeaders/OpenCLHeadersConfig.cmake 54 ${CMAKE_CURRENT_BINARY_DIR}/OpenCLHeaders/OpenCLHeadersConfigVersion.cmake [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/ |
| D | CMakeLists.txt | 4 # 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 62 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp)) 71 …"Use CMake C++ standard meta features (e.g. cxx_std_11) that propagate to targets that link to Abs… 72 OFF) # TODO: Default to ON for CMake 3.8 and greater. [all …]
|
| D | conanfile.py | 2 # -*- coding: utf-8 -*- 4 # Note: Conan is supported on a best-effort basis. Abseil doesn't use Conan 8 from conans import ConanFile, CMake, tools 10 from conans.model.version import Version 15 url = "https://github.com/abseil/abseil-cpp" 17 author = "Abseil <abseil-io@googlegroups.com>" 19 license = "Apache-2.0" 20 topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries") 22 exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"] 23 generators = "cmake" [all …]
|
| /third_party/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 13 #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in 23 #491 #492 Version info bumped from 9:0:8 to 9:1:8; 31 #34 #466 #484 CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks 32 (denial-of-service; flavors targeting CPU time or RAM or both, 40 - A new error code XML_ERROR_AMPLIFICATION_LIMIT_BREACH to 42 - Two new API functions .. 43 - XML_SetBillionLaughsAttackProtectionMaximumAmplification and 44 - XML_SetBillionLaughsAttackProtectionActivationThreshold [all …]
|
| /third_party/abseil-cpp/ |
| D | conanfile.py | 2 # -*- coding: utf-8 -*- 4 # Note: Conan is supported on a best-effort basis. Abseil doesn't use Conan 8 from conans import ConanFile, CMake, tools 10 from conans.model.version import Version 15 url = "https://github.com/abseil/abseil-cpp" 17 author = "Abseil <abseil-io@googlegroups.com>" 19 license = "Apache-2.0" 20 topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries") 22 exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"] 23 generators = "cmake" [all …]
|
| /third_party/abseil-cpp/CMake/install_test_project/ |
| D | test.sh | 5 # Licensed under the Apache License, Version 2.0 (the "License"); 9 # https://www.apache.org/licenses/LICENSE-2.0 17 # "Unit" and integration tests for Absl CMake installation 19 # TODO(absl-team): This script isn't fully hermetic because 20 # -DABSL_USE_GOOGLETEST_HEAD=ON means that this script isn't pinned to a fixed 21 # version of GoogleTest. This means that an upstream change to GoogleTest could 22 # break this test. Fix this by allowing this script to pin to a known-good 23 # version of GoogleTest. 26 set -euox pipefail 30 if [[ "${#}" -eq 1 ]]; then [all …]
|
| /third_party/libphonenumber/cpp/ |
| D | README | 1 C++ version of the libphonenumber project 4 This library is a port of the Java version. 6 This project uses some third-party code: 7 - src/phonenumbers/utf/ sources come from lib9 which is also used in Go. 11 ----------------------------------- 12 In recent Debian-based distributions you may be able to simply install the 16 - Use this if you just need to use or link against the library: 17 $ sudo apt-get install libphonenumber8 libphonenumber-dev 20 - Use this if you wish to develop or debug the library: 21 $ sudo apt-get source libphonenumber [all …]
|
12345678910>>...41