Home
last modified time | relevance | path

Searched +full:default +full:- +full:build +full:- +full:release (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/third_party/skia/third_party/externals/libpng/projects/vstudio/
DREADME.txt5 Copyright (c) 2010,2013,2015 Glenn Randers-Pehrson
17 --------------------
19 build with this 'solution'. Please read and edit zlib.props first.
20 You will probably not be familiar with the contents of zlib.props -
23 This is all you need to do to build the 'release' and 'release library'
27 ---------
28 The release configurations default to /Ox optimization. Full debugging
34 ------------------------
35 Normally you should link against the 'release' configuration. This
36 builds a DLL for libpng with the default runtime options used by Visual
[all …]
/third_party/rust/crates/minimal-lexical/ci/
Dtest.sh3 set -ex
10 cargo --version
12 # Force default tests to disable default feature on NO_STD.
13 if [ ! -z $NO_STD ]; then
14 DEFAULT_FEATURES="--no-default-features"
15 DOCTESTS="--tests"
26 if [ ! -z $NO_FEATURES ]; then
32 check_features="$DEFAULT_FEATURES --features=$features"
33 cargo check --tests $check_features
37 # Build target.
[all …]
/third_party/astc-encoder/Docs/
DBuilding.md6 Builds must use CMake 3.15 or higher as the build system generator. The
7 examples on this page show how to use it to generate build systems for NMake
8 (Windows) and Make (Linux and macOS), but CMake supports other build system
15 ### Configuring the build
17 To use CMake you must first configure the build. Create a build directory in
19 to generate the build system.
22 # Create a build directory
23 mkdir build
24 cd build
26 # Configure your build of choice, for example:
[all …]
DTesting.md11 an `astcenc-avx2` release build to have been previously compiled and installed
13 can be achieved by configuring the CMake build using the install prefix
14 `-DCMAKE_INSTALL_PREFIX=../` and then running a build with the `install` build
23 To build unit tests pull the `googletest` git submodule and add
24 `-DASTCENC_UNITTEST=ON` to the CMake command line when configuring.
26 To run unit tests use the CMake `ctest` utility from your build directory after
30 cd build
31 ctest --verbose
40 python3 -m unittest discover -s Test -p astc_test*.py -v
63 * `--encoder` selects which encoder to run. By default the `avx2` encoder is
[all …]
/third_party/zlib/contrib/dotzlib/
Dreadme.txt8 --------------------
10 LICENSE_1_0.txt - License file.
11 readme.txt - This file.
12 DotZLib.chm - Class library documentation
13 DotZLib.build - NAnt build file
14 DotZLib.sln - Microsoft Visual Studio 2003 solution file
16 DotZLib\*.cs - Source files for the class library
19 -----------
21 To include unit tests in the build, define nunit before building.
24 Build instructions:
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DDevSetup.md3 ANGLE provides OpenGL ES 3.1 and EGL 1.5 libraries and tests. You can use these to build and run Op…
8 … control. Helpful documentation can be found at [http://git-scm.com/documentation](http://git-scm.…
13 …* [depot_tools](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/h…
14 …* Required to download dependencies (with gclient), generate build files (with GN), and compile AN…
16 * For Googlers, run `download_from_google_storage --config` to login to Google Storage.
22 …ws 10 SDK, latest version](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk).
24 …* Required for GN-generated Visual Studio projects, the Debug runtime for D3D11, and the D3D Compi…
25 …* (optional) See the [Chromium Windows build instructions](https://chromium.googlesource.com/chrom…
29 * Dependencies will be handled later (see `install-build-deps.sh` below).
35 servers before running `gclient sync`. Obtain this authorization via `cipd auth-login`
[all …]
/third_party/rust/crates/clap/.github/workflows/
Dci.yml7 - cron: '3 3 3 * *'
17 runs-on: ubuntu-latest
19 - name: Done
25 build: [linux, windows, mac, minimal, default, next]
27 - build: linux
28 os: ubuntu-latest
31 - build: windows
32 os: windows-latest
35 - build: mac
36 os: macos-latest
[all …]
/third_party/python/Lib/
Dplatform.py3 """ This module tries to retrieve as much platform-identifying data as
11 # This module is maintained by Marc-Andre Lemburg <mal@egenix.com>.
16 # * support for MS-DOS (PythonDX ?)
20 # Many thanks to all those who helped adding platform-specific
35 # 1.0.8 - changed Windows support to read version from kernel32.dll
36 # 1.0.7 - added DEV_NULL
37 # 1.0.6 - added linux_distribution()
38 # 1.0.5 - fixed Java support to allow running the module on Jython
39 # 1.0.4 - added IronPython support
40 # 1.0.3 - added normalization of Windows system name
[all …]
/third_party/skia/third_party/externals/harfbuzz/docs/
Dusermanual-install-harfbuzz.xml2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
7 <chapter id="install-harfbuzz">
18 libharfbuzz DLL, hb-view.exe, hb-shape.exe, and all
23 Release notes are posted with each new release to provide an
32 compatibility-breaking way in any release. However, other,
45 <emphasis>(1)</emphasis> To build HarfBuzz on Linux, you must first install the
52 …mand>sudo apt install</command> <package>gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev</pa…
53 On Fedora, RHEL, CentOS, or other Red-Hat&ndash;based systems, you would run:
54 …ting><command>sudo yum install</command> <package>gcc gcc-c++ freetype-devel glib2-devel cairo-dev…
[all …]
/third_party/skia/infra/bots/recipe_modules/build/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
8 'build',
23 api.build(checkout_root=checkout_root, out_dir=out_dir)
25 api.build.copy_build_products(out_dir=out_dir, dst=dst)
30 'Build-Debian9-Clang-arm-Release-Flutter_Android_Docker',
31 'Build-Debian10-GCC-x86-Debug-Docker',
32 'Build-Debian10-GCC-x86_64-Debug-Docker',
33 'Build-Debian10-GCC-x86_64-Release-NoGPU_Docker',
34 'Build-Debian10-GCC-x86_64-Release-Shared_Docker',
35 'Build-Debian10-Clang-arm-Release-Android_API26',
[all …]
/third_party/curl/winbuild/
DREADME.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
9 This document describes how to compile, build and install curl and libcurl
10 from sources using the Visual C++ build tool. To build with VC++, you will of
16 full Visual Studio or Visual C++ if all you want is to build curl.
20 archive](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
24 If you wish to support zlib, OpenSSL, c-ares, ssh2, you will have to download
28 |_curl-src
41 When you check out code git and build it, as opposed from a released source
[all …]
/third_party/icu/docs/processes/release/tasks/
Dhealthy-code.md1 ---
2 layout: default
4 parent: Release & Milestone Tasks
7 ---
9 <!--
12 -->
18 {: .no_toc .text-delta }
23 ---
34 virtual-function override without adding new ClassID support.
44 …[icu/icu4c/APIChangeReport.html](https://github.com/unicode-org/icu/blob/main/icu4c/APIChangeRepor…
[all …]
/third_party/skia/third_party/externals/expat/expat/
DChanges5 Release 2.4.9 Thur Oct 27 2022
7 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager
9 XML_ExternalEntityParserCreate in out-of-memory situations
11 Release 2.4.9 Wed Sep 14 2022
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).
33 Release 2.4.1 Sun May 23 2021
45 Release 2.4.0 Sun May 23 2021
47 #551 CVE-2022-23990 -- Fix unsigned integer overflow in function
[all …]
/third_party/libabigail/tools/
Dfedabipkgdiff2 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3 # -*- coding: utf-8 -*-
4 # -*- Mode: Python
6 # Copyright (C) 2013-2023 Red Hat, Inc.
92 # --d1 /path/to/package1-debuginfo.rpm \
93 # --d2 /path/to/package2-debuginfo.rpm \
97 # ComparisonHalf is a three-elements tuple in format
99 # (package1.rpm, [package1-debuginfo.rpm..] package1-devel.rpm)
101 # - the first element is the subject representing the package to
104 # - the rest are ancillary packages used for the comparison. So, the
[all …]
/third_party/benchmark/
DREADME.md3build-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://g…
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)
53 The library can be used with C++03. However, it requires C++11 to build,
56 The following minimum versions are required to build the library:
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
71 versions of build tools._
78 # Make a build directory to place the build output.
79 $ cmake -E make_directory "build"
[all …]
/third_party/python/Tools/msi/
DREADME.txt1 Quick Build Info
4 For testing, the installer should be built with the Tools/msi/build.bat
7 build.bat [-x86] [-x64] [-ARM64] [--doc]
9 For an official release, the installer should be built with the
13 set SPHINXBUILD=<path to sphinx-build.exe>
16 buildrelease.bat [-x86] [-x64] [-ARM64] [-D] [-B]
17 [-o <output directory>] [-c <certificate name>]
26 without having to build it themselves.
45 and command-line logic, as well as the ability to locate and optionally
64 Before building the installer, download extra build dependencies using
[all …]
/third_party/skia/third_party/externals/sfntly/doc/
Dbuild_cpp.md1 # How to build sfntly C++ port
3 ## Build Environment Requirements
9 g++ must support built-in atomic ops and has companion libstd++.
25 For Linux, default ICU headers in system will be used.
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…
33 Tested with ICU 4.6.1 binary release.
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.
[all …]
/third_party/python/Lib/distutils/command/
Dbdist_rpm.py19 ('bdist-base=', None,
21 ('rpm-base=', None,
23 "--bdist-base; must be specified for RPM 2)"),
24 ('dist-dir=', 'd',
26 "(and .spec files if --spec-only)"),
28 "path to Python interpreter to hard-code in the .spec file "
29 "(default: \"python\")"),
30 ('fix-python', None,
31 "hard-code the exact path to the current Python interpreter in "
33 ('spec-only', None,
[all …]
/third_party/vk-gl-cts/
DREADME.md1 VK-GL-CTS README
4 This repository contains Khronos Conformance Testing Suite called VK-GL-CTS
6 VK-GL-CTS contains tests for several graphics APIs, including
10 -------------
12 Up-to-date documentation for VK-GL-CTS is available at:
14 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home)
15 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki)
24 --------------------------------
30 --------------------------------
35 Selecting a subset of targets to build by default
[all …]
/third_party/skia/third_party/externals/libwebp/
DNEWS1 - 7/20/2021: version 1.2.1
2 This is a binary compatible release.
8 (oss-fuzz: #28658, #28978)
13 - 12/23/2020: version 1.2.0
15 - libwebp:
16 encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange)
20 * import fuzzers from oss-fuzz & chromium (#409)
21 * webpmux: add an '-set loop <value>' option (#494)
25 - 12/18/2019: version 1.1.0
27 - libwebp:
[all …]
/third_party/flatbuffers/docs/source/
DBuilding.md7 you to build project/make files for any platform. For details on `cmake`, see
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
15 Then, build as normal for your platform. This should result in a `flatc`
19 `CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G "Unix Makefiles"`.
34 By default all Flatbuffers `cmake` targets are **not** built with the `-Werror`
37 may add new warnings that would cause a build failure.
39 To enable a stricter build that does treat warnings as errors, set the
43 cmake . -DFLATBUFFERS_STRICT_MODE=ON
[all …]
/third_party/libwebsockets/contrib/
Dcross-arm-android-gnueabi.cmake5 # cd build/
6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake
9 set(CROSS_PATH /opt/libwebsockets_android/android-toolchain-arm)
14 # Target build dynamic libs.
18 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/arm-linux-androideabi-gcc")
19 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/arm-linux-androideabi-g++")
22 # Different build system distros set release optimization level to different
23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
24 # here. Actually the build system's local policy is completely unrelated to
25 # our desire for cross-build release optimization policy for code built to run
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/runtime_cpp/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 echo "bash build.sh [-e npu] "
23 …echo " If set to -e npu, we will download the library of CPU+NPU, otherwise it will download th…
37 # Init default values of build options
40 MINDSPORE_FILE_NAME="mindspore-lite-${VERSION_STR}-android-aarch64"
42 …NDSPORE_LITE_DOWNLOAD_URL="https://ms-release.obs.cn-north-4.myhuaweicloud.com/${VERSION_STR}/Mind…
46 OPTARG=$(echo ${OPTARG} | tr '[A-Z]' '[a-z]')
53 MINDSPORE_FILE_NAME="mindspore-lite-${VERSION_STR}-android-aarch64"
54 …NDSPORE_LITE_DOWNLOAD_URL="https://ms-release.obs.cn-north-4.myhuaweicloud.com/${VERSION_STR}/Mind…
79 mkdir -p build
[all …]
/third_party/icu/docs/userguide/icu4c/
Dbuild.md1 ---
2 layout: default
6 ---
7 <!--
10 -->
16 {: .no_toc .text-delta }
21 ---
23 ## Recommended Build Options
25 …he type of installation, we recommend a small number of modifications and build options. Note that…
28 …ily (until you have more time to update your code) revert to the default "using" via `-DU_USING_IC…
[all …]
/third_party/icu/icu4c/source/data/
Dmakedata_uwp.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/m…
20 <ProjectConfiguration Include="Release|Win32">
21 <Configuration>Release</Configuration>
24 <ProjectConfiguration Include="Release|x64">
25 <Configuration>Release</Configuration>
28 <ProjectConfiguration Include="Release|Arm">
29 <Configuration>Release</Configuration>
32 <ProjectConfiguration Include="Release|ARM64">
33 <Configuration>Release</Configuration>
[all …]

12345678910>>...42