Home
last modified time | relevance | path

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

12345678910>>...32

/third_party/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.
24 to the assembler by using either the `CMAKE_ASM_NASM_COMPILER` CMake
34 - GCC v4.1 (or later) or Clang recommended for best performance
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/elfio/
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.10)
17 # Read version from header file
20 string(REGEX MATCH "#define ELFIO_VERSION \"([0-9\.]+)\"" _ ${ver})
23 message(FATAL_ERROR "Unable to parse version from ${version_header}")
26 set(version ${CMAKE_MATCH_1}) variable
31 project(elfio VERSION ${version} LANGUAGES C CXX)
35 # Create a header only CMake target for elfio
53 # set (CMAKE_CXX_FLAGS "-Wall")
58 # set (CMAKE_CXX_FLAGS "-Wall")
66 # Create a file that includes the current project version. This will be
[all …]
/third_party/flutter/skia/third_party/externals/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)
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/flutter/glfw/docs/
Dcompile.dox11 @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/json/.github/workflows/
Dwindows.yml6 - develop
7 - master
8 - release/*
13 runs-on: windows-latest
19 - uses: actions/checkout@v2
20 - name: Set up MinGW
21 uses: egor-tensin/setup-mingw@v2
24 - name: cmake
25 run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
26 - name: build
[all …]
/third_party/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 …]
/third_party/libsnd/
DREADME.md11 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 …]
DNEWS1 Version 1.0.31 (2021-01-24)
3 * The releaser of libsndfile starting from this version is the libsndfile team
8 ENABLE_SSE2 CMake option in README.md.
16 * Change CMake's project name from sndfile to libsndfile as it should be.
18 * You can use ENABLE_STATIC_RUNTIME for CMake >= 3.15 without error.
28 * NEW: If new CMake option CMAKE_MSVC_RUNTIME_LIBRARY is set, change
34 then disabled again, you need to clear CMake cache (delete
36 * Make CMake clip test faster.
37 * Fix CMake bug with sndio library dependency, thanks to @drhenault.
38 * Fix memory leak in wav_read_smpl_chunk() function, credit to OSS-Fuzz.
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/icu/vendor/double-conversion/upstream/
DCMakeLists.txt1 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/libjpeg-turbo/release/
Dinstaller.nsi.in29 …MessageBox MB_OK "An existing version of the @CMAKE_PROJECT_NAME@ SDK for @INST_PLATFORM@ is alrea…
31 …MessageBox MB_OK "An existing version of the @CMAKE_PROJECT_NAME@ SDK for @INST_PLATFORM@ or the T…
49 File "@CMAKE_CURRENT_BINARY_DIR@\libjpeg-@SO_MAJOR_VERSION@.dll"
67 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}turbojpeg-static.lib"
69 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}jpeg-static.lib"
74 SetOutPath $INSTDIR\lib\cmake\@CMAKE_PROJECT_NAME@
75 File "@CMAKE_CURRENT_BINARY_DIR@\pkgscripts\@CMAKE_PROJECT_NAME@Config.cmake"
76 File "@CMAKE_CURRENT_BINARY_DIR@\pkgscripts\@CMAKE_PROJECT_NAME@ConfigVersion.cmake"
77 File "@CMAKE_CURRENT_BINARY_DIR@\win\@CMAKE_PROJECT_NAME@Targets.cmake"
78 File "@CMAKE_CURRENT_BINARY_DIR@\win\@CMAKE_PROJECT_NAME@Targets-release.cmake"
[all …]
/third_party/skia/third_party/externals/expat/expat/
DChanges11 #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/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 …]
/third_party/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 …]
/third_party/skia/third_party/externals/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
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 …]
Dconanfile.py2 # -*- 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/libphonenumber/cpp/
DREADME1 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 …]
/third_party/opencl-headers/
DCMakeLists.txt1 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/flatbuffers/docs/source/
DBuilding.md4 ## 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/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
Dcontinuous.bat5 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/json/
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.1)
5 ## name and version
7 project(nlohmann_json VERSION 3.10.0 LANGUAGES CXX)
29 # Allow CMake 3.13+ to override options when using FetchContent / add_subdirectory.
37 option(JSON_Install "Install CMake targets during install step." ${MAIN_PROJECT})
38 option(JSON_MultipleHeaders "Use non-amalgamated version of the library." OFF)
39 option(JSON_SystemInclude "Include as system headers (skip for clang-tidy)." OFF)
42 include(cmake/ci.cmake)
51 set(NLOHMANN_JSON_CONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" CACHE I…
54 set(NLOHMANN_JSON_CMAKE_CONFIG_TEMPLATE "cmake/config.cmake.in")
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/
DREADME.webp_js10 using Emscripten and CMake.
12 - install the Emscripten SDK following the procedure described at:
13 https://kripken.github.io/emscripten-site/docs/getting_started/downloads.html
16 top-level directory containing Emscripten tools.
18 - make sure the file $EMSCRIPTEN/cmake/Modules/Platform/Emscripten.cmake is
19 accessible. This is the toolchain file used by CMake to invoke Emscripten.
20 If $EMSCRIPTEN is unset search for Emscripten.cmake under $EMSDK and set
22 unix-like environments: export EMSCRIPTEN=$EMSDK/fastcomp/emscripten
25 - configure the project 'WEBP_JS' with CMake using:
28 cmake -DWEBP_BUILD_WEBP_JS=ON \
[all …]
/third_party/vulkan-loader/
DBUILD.md7 - [Contributing to the Repository](#contributing-to-the-repository)
8 - [Repository Content](#repository-content)
9 - [Installed Files](#installed-files)
10 - [Repository Set-Up](#repository-set-up)
11 - [Display Drivers](#display-drivers)
12 - [Download the Repository](#download-the-repository)
13 - [Repository Dependencies](#repository-dependencies)
14 - [Build and Install Directories](#build-and-install-directories)
15- [Building Dependent Repositories with Known-Good Revisions](#building-dependent-repositories-wit…
16 - [Generated source code](#generated-source-code)
[all …]
/third_party/libcoap/
DBUILDING1 For Windows builds - see the Windows Section
10 [There is a stable version at
12 * Change to the directory that you want to install the libcoap sub-directory
19 * Change to the directory that you want to install the libcoap sub-directory
21 * Then clone the latest (develop) version of the code:-
24 * Optionally, change the branch from develop to the stable main branch:-
42 General Building with cmake for linux/windows/macos/android (not for LwIP or Contiki - see below)
45 cmake -E remove_directory build
46 cmake -E make_directory build
48 cmake .. -DENABLE_TESTS=ON
[all …]

12345678910>>...32