Searched +full:cmake +full:- +full:3 (Results 1 – 25 of 387) sorted by relevance
12345678910>>...16
| /third_party/libwebsockets/READMEs/ |
| D | README.build.md | 8 ./bootstrap-vcpkg.sh 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 31 - NetBSD [all …]
|
| D | README.build-windows.md | 4 in March - April 2020. Doing this on a linux distro is way simpler and quicker 26 https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe 28 ### Blood-pressure reduction: Firefox 30 https://www.mozilla.org/en-US/exp/firefox/ 32 When it's up, add-ons: ublock origin, privacy badger, noscript, disable search 35 ### Blood-pressure reduction: Clink 37 This is a hack on cmd.exe that lets it understand Ctrl-R and fixup unix-style 44 ### Required: cmake 46 CMake have a windows installer thing downloadable from here 48 [cmake](https://cmake.org/download/) [all …]
|
| /third_party/skia/third_party/externals/expat/expat/ |
| D | Makefile.am | 9 # Copyright (c) 2017-2021 Sebastian Pipping <sebastian@pipping.org> 33 dist-bzip2 \ 34 dist-lzip \ 35 dist-xz \ 37 subdir-objects 39 ACLOCAL_AMFLAGS = -I m4 40 LIBTOOLFLAGS = --verbose 58 cmake/autotools/expat.cmake 61 cmake/autotools/expat-config-version.cmake \ 62 cmake/autotools/expat-noconfig.cmake \ [all …]
|
| 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 17 #531 #534 CVE-2021-45960 -- Fix issues with left shifts by >=29 places 27 (which needs argument "-n" when running xmlwf). 47 #551 CVE-2022-23990 -- Fix unsigned integer overflow in function 52 #34 #466 #484 CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks 53 (denial-of-service; flavors targeting CPU time or RAM or both, 61 - A new error code XML_ERROR_AMPLIFICATION_LIMIT_BREACH to 63 - Two new API functions .. [all …]
|
| /third_party/protobuf/cmake/ |
| D | README.md | 1 This directory contains *CMake* files that can be used to build protobuf 5 You need to have [CMake](http://www.cmake.org), [Visual Studio](https://www.visualstudio.com) 6 and optionally [Git](http://git-scm.com) installed on your computer before proceeding. 31 If *cmake* command is not available from *Command Prompt*, add it to system *PATH* variable: 33 C:\Path\to>set PATH=%PATH%;C:\Program Files (x86)\CMake\bin 48 For example: if you only need C++, download `protobuf-cpp-[VERSION].tar.gz`; if 49 you need C++ and Java, download `protobuf-java-[VERSION].tar.gz` (every package 51 download `protobuf-all-[VERSION].tar.gz`. 55 C:\Path\to> git clone -b [release_tag] https://github.com/protocolbuffers/protobuf.git 57 Where *[release_tag]* is a git tag like *v3.0.0-beta-1* or a branch name like *master* [all …]
|
| D | CMakeLists.txt | 1 # Minimum CMake required 2 cmake_minimum_required(VERSION 3.1.3) 8 # CMake policies 24 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11") 36 string(APPEND CMAKE_CXX_FLAGS " -diag-disable=2196") 62 include(protobuf-options.cmake) 85 string(REGEX REPLACE "${protobuf_AC_INIT_REGEX}" "\\3" 88 set(protobuf_VERSION_REGEX "^([0-9]+)\\.([0-9]+)\\.([0-9]+)([-]rc[-]|\\.)?([0-9]*)$") 93 string(REGEX REPLACE "${protobuf_VERSION_REGEX}" "\\3" 119 add_definitions(-DGOOGLE_PROTOBUF_CMAKE_BUILD) [all …]
|
| /third_party/ninja/.github/workflows/ |
| D | linux.yml | 11 runs-on: [ubuntu-latest] 15 - uses: actions/checkout@v2 16 - uses: codespell-project/actions-codespell@master 19 - name: Install dependencies 21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh 22 chmod +x cmake-3.16.4-Linux-x86_64.sh 23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local 24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… 25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… 26 rpm -U --quiet p7zip-16.02-20.el7.x86_64.rpm [all …]
|
| /third_party/skia/third_party/externals/sfntly/doc/ |
| D | build_cpp.md | 5 * cmake 2.6 or above 9 g++ must support built-in atomic ops and has companion libstd++. 27 …For example, you can run `sudo apt-get install libicu-dev` in Ubuntu and see if the required libra… 29 …For Windows, download from http://site.icu-project.org/download or extract the one from `ext/redis… 35 For Mac users, please download ICU source tarball from http://site.icu-project.org/download 46 1. If you don't have cmake installed, extract the cmake-XXX.zip 47 into `d:\src\sfntly\cpp\ext\cmake` removing the "-XXX" part. 48 The extracted binary should be in `d:\src\sfntly\cpp\ext\cmake\bin\cmake.exe`. 49 2. Extract gtest-XXX.zip into `d:\src\sfntly\cpp\ext\gtest` 50 removing the "-XXX" part. [all …]
|
| /third_party/mbedtls/ |
| D | CMakeLists.txt | 2 # CMake build system design considerations: 4 # - Include directories: 13 # - MBEDTLS_TARGET_PREFIX: CMake targets are designed to be alterable by calling 14 # CMake in order to avoid target name clashes, via the use of 25 # https://cmake.org/cmake/help/latest/policy/CMP0011.html 26 # Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD 29 # https://cmake.org/cmake/help/latest/policy/CMP0012.html 30 # Setting the CMP0012 policy to NEW is required for FindPython3 to work with CMake 3.18.2 32 # for CMake versions >= 3.18.3 otherwise a deprecated warning is generated. The OLD policy setting 69 option(GEN_FILES "Generate the auto-generated files as needed" OFF) # off in development [all …]
|
| D | README.md | 6 Mbed TLS includes a reference implementation of the [PSA Cryptography API](#psa-cryptography-api). … 9 ------------- 11 … manually, or in a more programmatic way using the Python 3 script `scripts/config.py` (use `--hel… 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 …]
|
| /third_party/benchmark/ |
| D | README.md | 3 …-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://github… 5 …k/workflows/pylint/badge.svg)](https://github.com/google/benchmark/actions?query=workflow%3Apylint) 6 …st-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://githu… 40 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss) 63 See [Platform-Specific Build Instructions](docs/platform_specific_build_instructions.md). 67 This describes the installation process using cmake. As pre-requisites, you'll 68 need git and cmake installed. 79 $ cmake -E make_directory "build" 80 # Generate build system files with cmake, and download any dependencies. 81 $ cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../ [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/nghttp2/.github/workflows/ |
| D | build.yml | 5 permissions: read-all 16 build-cache: 19 os: [ubuntu-22.04, macos-12] 21 runs-on: ${{ matrix.os }} 24 - uses: actions/checkout@v4 25 - name: Restore libbpf cache 26 id: cache-libbpf 31 key: ${{ runner.os }}-libbpf-${{ env.LIBBPF_VERSION }} 32 - name: Restore OpenSSL v1.1.1 cache 33 id: cache-openssl1 [all …]
|
| /third_party/libsnd/ |
| D | README.md | 11 Erik de Castro Lopo <erikd@mega-nerd.com> aka @erikd. The project was developed 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 libmp3lame-dev \ 37 libmpg123-dev pkg-config python 44 brew install autoconf autogen automake flac libogg libtool libvorbis opus mpg123 pkg-config 49 autoreconf -vif 50 ./configure --enable-werror 54 ## The CMake build system 56 Although Autotools is the primary and recommended build toolchain, CMake meta [all …]
|
| /third_party/curl/docs/ |
| D | INSTALL-CMAKE.md | 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 CMake 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 of 19 CMake's GUIs. 21 # Current flaws in the curl CMake build 23 Missing features in the CMake build: 25 - Builds libcurl without large file support [all …]
|
| /third_party/json/docs/mkdocs/docs/integration/ |
| D | package_managers.md | 6 --8<-- "integration/example.cpp" 12 --8<-- "../../examples/meta.output" 20 brew install nlohmann-json 26 brew install nlohmann-json --HEAD 29 instead. See [nlohmann-json](https://formulae.brew.sh/formula/nlohmann-json) for more information. 36 --8<-- "integration/example.cpp" 42 brew install nlohmann-json 45 …3. Determine the include path, which defaults to `/usr/local/Cellar/nlohmann-json/$version/include… 48 brew list nlohmann-json 54 clang++ example.cpp -I/usr/local/Cellar/nlohmann-json/3.7.3/include -std=c++11 -o example [all …]
|
| /third_party/protobuf/ |
| D | update_file_lists.sh | 3 # This script copies source file lists from src/Makefile.am to cmake files. 17 | grep -v "^\\$" \ 18 | grep -v "^$" \ 46 [ -f "$MAKEFILE" ] || { 72 # Update cmake files. 75 CMAKE_DIR=cmake 76 EXTRACT_INCLUDES_BAT=cmake/extract_includes.bat.in 77 [ -d "$CMAKE_DIR" ] || { 82 [ -f "$EXTRACT_INCLUDES_BAT" ] || { 90 local PREFIX=$3 [all …]
|
| /third_party/glfw/ |
| D | .gitignore | 1 # The canonical out-of-tree build subdirectory 3 build-* 38 # CMake clutter 43 CMakeDoxygenDefaults.cmake 44 cmake_install.cmake 45 cmake_uninstall.cmake 54 src/glfw3Config.cmake 55 src/glfw3ConfigVersion.cmake 59 src/libglfw.so.3 63 src/libglfw.3.dylib [all …]
|
| /third_party/curl/ |
| D | CHANGES | 13 - RELEASE-NOTES: synced 17 - THANKS: new contributors from 8.5.0 21 - cd2nroff: use perl 'strict' and 'warnings' 23 - Use strict and warnings pragmas. 25 - If open() fails then show the reason. 27 - Set STDIN io layer :crlf so that input is properly read on Windows. 29 - When STDIN is used as input, the filename $f is now set to "STDIN". 38 - cd2nroff: fix duplicate output issue 40 Assisted-by: Jay Satiro 41 Fixes https://github.com/curl/curl-www/issues/321 [all …]
|
| /third_party/pcre2/pcre2/doc/html/ |
| D | NON-AUTOTOOLS-BUILD.txt | 2 -------------------------------------- 12 Building PCRE2 on Windows with CMake 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. 35 provided for those who build PCRE2 without using "configure" or CMake. If you 36 use "configure" or CMake, the .generic versions are not used. 42 hand". If you are going to use CMake, this section does not apply to you; you 43 can skip ahead to the CMake section. Note that the settings concerned with [all …]
|
| /third_party/pcre2/pcre2/ |
| D | NON-AUTOTOOLS-BUILD | 2 -------------------------------------- 12 Building PCRE2 on Windows with CMake 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. 35 provided for those who build PCRE2 without using "configure" or CMake. If you 36 use "configure" or CMake, the .generic versions are not used. 42 hand". If you are going to use CMake, this section does not apply to you; you 43 can skip ahead to the CMake section. Note that the settings concerned with [all …]
|
| D | Makefile.am | 3 AUTOMAKE_OPTIONS = subdir-objects 4 ACLOCAL_AMFLAGS = -I m4 6 ## This seems to have become necessary for building in non-source directory. 8 AM_CPPFLAGS="-I$(srcdir)/src" 20 doc/pcre2-config.txt \ 25 doc/html/NON-AUTOTOOLS-BUILD.txt \ 28 doc/html/pcre2-config.html \ 124 doc/pcre2-config.1 \ 125 doc/pcre2.3 \ 126 doc/pcre2_callout_enumerate.3 \ [all …]
|
| /third_party/skia/third_party/externals/swiftshader/docs/ |
| D | dEQP.md | 7 ------------- 9 1. Install the latest [Python 3](https://www.python.org/downloads/) 11 3. Install [CMake](https://cmake.org/download/) 13 5. Install [MinGW-W64](http://mingw-w64.org/doku.php/download) 15 6. Install [Git](https://git-scm.com/download/win) 18 9. Set environment variables: Config Panel -> System and Security -> System -> Advanced system sett… 20 * Add `<path to MinGW-W64>\bin` to your PATH environment variable 23 … is in the Android SDK, typically in `C:\Users\<username>\AppData\Local\Android\sdk\platform-tools` 28 ---------------- 32 `git clone https://github.com/KhronosGroup/VK-GL-CTS` [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/icu/vendor/double-conversion/upstream/ |
| D | CMakeLists.txt | 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 19 double-conversion/string-to-double.h [all …]
|
12345678910>>...16