Searched +full:0 +full:- +full:installer +full:- +full:linux +full:- +full:x86_64 (Results 1 – 25 of 41) sorted by relevance
12
| /third_party/benchmark/ |
| D | .travis.yml | 7 - compiler: gcc 11 - lcov 13 - compiler: gcc 17 - g++-multilib 18 - libc6:i386 20 - COMPILER=g++ 21 - C_COMPILER=gcc 22 - BUILD_TYPE=Debug 23 - BUILD_32_BITS=ON 24 - EXTRA_FLAGS="-m32" [all …]
|
| /third_party/rust/rust/src/ci/scripts/ |
| D | install-clang.sh | 2 # ignore-tidy-linelength 4 # clang on Linux since its compiler story is just so different. Each container 7 set -euo pipefail 10 source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" 18 if [[ ${USE_XCODE_CLANG-0} -eq 1 ]]; then 19 bindir="$(xcode-select --print-path)/Toolchains/XcodeDefault.xctoolchain/usr/bin" 21 file="${MIRRORS_BASE}/clang%2Bllvm-${LLVM_VERSION}-x86_64-apple-darwin.tar.xz" 22 retry curl -f "${file}" -o "clang+llvm-${LLVM_VERSION}-x86_64-apple-darwin.tar.xz" 23 tar xJf "clang+llvm-${LLVM_VERSION}-x86_64-apple-darwin.tar.xz" 24 bindir="$(pwd)/clang+llvm-${LLVM_VERSION}-x86_64-apple-darwin/bin" [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | README.md | 14 * `run-docker.sh` - a shell script run by most builders, it will execute 17 * `run.sh` - the actual script which runs tests for a particular architecture. 19 * `dox.sh` - build the documentation of the crate and publish it to gh-pages. 28 the right installer). The Intel Linux/OSX builds are similar in that we just 29 download the right target libs and run tests. Note that the Intel Linux/OSX 34 * Android runs in a [docker image][android-docker] with an emulator, the NDK, 45 [Actions config]: https://github.com/rust-lang/libc/tree/HEAD/.github/workflows 46 [Cirrus config]: https://github.com/rust-lang/libc/blob/HEAD/.cirrus.yml 47 [android-docker]: https://github.com/rust-lang/libc/blob/HEAD/ci/docker/x86_64-linux-android/Docker… 56 just runs a binary from another architecture (using the `qemu-<arch>` wrappers). [all …]
|
| /third_party/skia/infra/bots/assets/bazel/ |
| D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 18 sys.path.insert(0, INFRA_BOTS_DIR) 21 …'https://github.com/bazelbuild/bazel/releases/download/4.1.0/bazel-4.1.0-installer-linux-x86_64.sh' 22 INSTALLER_SCRIPT = URL.split('/')[-1] 29 subprocess.call(['sh', INSTALLER_SCRIPT, '--prefix=' + target_dir]) 33 if 'linux' not in sys.platform: 34 print('This script only runs on Linux.', file=sys.stderr) 37 parser.add_argument('--target_dir', '-t', required=True)
|
| /third_party/rust/crates/cxx/.devcontainer/ |
| D | build.Dockerfile | 3 RUN apt-get update \ 5 && apt-get -y install --no-install-recommends openjdk-11-jdk lld \ 7 && rustup component add rust-analyzer-preview rustfmt clippy 2>&1 \ 8 …&& wget -q -O bin/install-bazel https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-… 9 …&& wget -q -O bin/buck https://jitpack.io/com/github/facebook/buck/a5f0342ae3/buck-a5f0342ae3-java… 10 …&& wget -q -O bin/buildifier https://github.com/bazelbuild/buildtools/releases/latest/download/bui… 11 …&& wget -q -O tmp/watchman.zip https://github.com/facebook/watchman/releases/download/v2020.09.21.… 12 && chmod +x bin/install-bazel bin/buck bin/buildifier \ 13 && bin/install-bazel \ 14 && unzip tmp/watchman.zip -d tmp \ [all …]
|
| /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) 16 * If using YASM, 1.2.0 or later is required. 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. 25 Red Hat Enterprise Linux 8 and in the PowerTools repository on CentOS 8, [all …]
|
| D | ChangeLog.md | 4 ### Significant changes relative to 2.1.0 6 1. Fixed a regression introduced in 2.1.0 that caused build failures with 7 non-GCC-compatible compilers for Un*x/Arm platforms. 9 2. Fixed a regression introduced by 2.1 beta1[13] that prevented the Arm 32-bit 11 included `-mfloat-abi=softfp` or `-mfloat-abi=hard`. 15 Android systems when running AArch32/Thumb builds of libjpeg-turbo built with 18 4. Added a command-line argument (`-copy icc`) to jpegtran that causes it to 22 5. libjpeg-turbo should now build and run on CHERI-enabled architectures, which 26 64-bit SSE2 Huffman encoder when attempting to losslessly transform a 27 specially-crafted malformed JPEG image. [all …]
|
| /third_party/skia/m133/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 Yasm, 1.2.0 or later is required. 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. 29 repository on Red Hat Enterprise Linux 8+ and derivatives, which is not [all …]
|
| D | ChangeLog.md | 6 1. The SIMD dispatchers in libjpeg-turbo 2.1.4 and prior stored the list of 10 libjpeg-turbo 2.1.5 included an undocumented attempt to fix this race condition 11 by making the SIMD support variable thread-local. However, that caused another 27 1. Fixed issues in the build system whereby, when using the Ninja Multi-Config 28 CMake generator, a static build of libjpeg-turbo (a build in which 29 `ENABLE_SHARED` is `0`) could not be installed, a Windows installer could not 34 specially-crafted malformed 12-bit-per-component JPEG image into a progressive 35 12-bit-per-component JPEG image using a 12-bit-per-component build of 36 libjpeg-turbo (`-DWITH_12BIT=1`.) Given that the buffer overrun was fully 38 segfault or other user-visible errant behavior, given that the lossless [all …]
|
| /third_party/rust/crates/cxx/.github/workflows/ |
| D | ci.yml | 17 name: ${{matrix.name || format('Rust {0}', matrix.rust)}} 20 runs-on: ${{matrix.os || 'ubuntu'}}-latest 22 fail-fast: false 25 - rust: nightly 26 - rust: beta 27 - rust: stable 28 - rust: 1.60.0 29 - rust: 1.64.0 30 - name: Cargo on macOS 33 - name: Cargo on Windows (msvc) [all …]
|
| /third_party/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 12 Mesa requires Meson >= 0.60.0 to build. 16 <https://mesonbuild.com/Getting-meson.html>`__ to install the 19 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin, 22 Unix-like OSes 26 install it with your package installer. For example: 28 .. code-block:: sh 30 sudo apt-get install meson # Ubuntu 34 .. code-block:: sh 41 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not [all …]
|
| /third_party/glfw/docs/ |
| D | compile.md | 16 compile_deps and @ref compile_options sections for GLFW-specific information. 25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have 31 [CMake user guide][cmake-guide] that includes everything in this guide not 34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/ 40 all necessary dependencies for compiling GLFW, but on Unix-like systems like 41 Linux and FreeBSD you will need a few extra packages. 46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like 55 On Debian and derivatives like Ubuntu and Linux Mint you will need the `libwayland-dev` 56 and `libxkbcommon-dev` packages to compile for Wayland and the `xorg-dev` meta-package to 60 sudo apt install libwayland-dev libxkbcommon-dev xorg-dev [all …]
|
| /third_party/rust/crates/clang-sys/ |
| D | CHANGELOG.md | 1 ## [1.4.0] - 2022-09-22 4 - The value of an `EntityKind` enum variant 7 …e in `libclang`](https://github.com/llvm/llvm-project/commit/bb83f8e70bd1d56152f02307adacd718cd67e… 10 - Added support for `clang` 16.0.x 11 - Added support for `clang` 15.0.x 12 - Added support for `clang` 14.0.x 14 ## [1.3.3] - 2022-05-28 17 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before 20 ## [1.3.2] - 2022-05-18 23 - Added support for illumos and derivatives [all …]
|
| /third_party/python/Doc/library/ |
| D | sysconfig.rst | 1 :mod:`sysconfig` --- Provide access to Python's configuration information 17 -------------- 24 ----------------------- 28 third-party C extensions compiled using :mod:`distutils`. 57 0 66 ------------------ 73 Distutils-based system will follow the same scheme to copy its file in the right 78 - *posix_prefix*: scheme for POSIX platforms like Linux or macOS. This is 80 - *posix_home*: scheme for POSIX platforms used when a *home* option is used 83 - *posix_user*: scheme for POSIX platforms used when a component is installed [all …]
|
| /third_party/rust/rust/src/bootstrap/ |
| D | dist.rs | 8 //! out to `rust-installer` still. This may one day be replaced with bits and 36 pub fn pkgname(builder: &Builder<'_>, component: &str) -> String { in pkgname() 37 format!("{}-{}", component, builder.rust_package_vers()) in pkgname() 40 pub(crate) fn distdir(builder: &Builder<'_>) -> PathBuf { in distdir() 44 pub fn tmpdir(builder: &Builder<'_>) -> PathBuf { in tmpdir() 48 fn should_build_extended_tool(builder: &Builder<'_>, tool: &str) -> bool { in should_build_extended_tool() 64 fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> { in should_run() 66 run.alias("rust-docs").default_condition(default) in should_run() 73 /// Builds the `rust-docs` installer component. 74 fn run(self, builder: &Builder<'_>) -> Option<GeneratedTarball> { in run() [all …]
|
| D | test.rs | 1 //! Implementation of the test-related targets of the build system. 34 // mir-opt tests have different variants depending on whether a target is 32bit or 64bit, and 35 // blessing them requires blessing with each target. To aid developers, when blessing the mir-opt 42 ("i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu"), 43 ("i686-unknown-linux-musl", "x86_64-unknown-linux-musl"), 44 ("i686-pc-windows-msvc", "x86_64-pc-windows-msvc"), 45 ("i686-pc-windows-gnu", "x86_64-pc-windows-gnu"), 46 ("i686-apple-darwin", "x86_64-apple-darwin"), 47 // ARM Macs don't have a corresponding 32-bit target that they can (easily) 48 // build for, so there is no entry for "aarch64-apple-darwin" here. [all …]
|
| /third_party/lzma/ |
| D | README.md | 5 --- 19 7z is a main file format for 7-Zip compression program (www.7-zip.org). 21 7z also supports AES-256 based encryption. 27 --- 31 --- 34 | :------ | :---------| :----- | :----- | :----- | 43 --- 48 ├── Asm # asm files (optimized code for CRC calculation and Intel-AES e… 55 │ ├── Lzma # LZMA program (file->file LZMA encoder/decoder) 61 │ └── 7zip # files related to 7-Zip [all …]
|
| D | README_zh.md | 9 7z 是一种数据压缩和文件档案的格式, 是7zip软件的主要文件格式 [**7z官网**](https://www.7-zip.org)。 10 7z 格式支持不同的压缩方式: LZMA, LZMA2 和其他, 同时也支持基于AES-256的对称加密。 19 | :------ | :---------| :----- | :----- | :----- | 28 --- 32 ├── Asm # asm files (optimized code for CRC calculation and Intel-AES e… 39 │ ├── Lzma # LZMA program (file->file LZMA encoder/decoder) 45 │ └── 7zip # files related to 7-Zip 50 │ │ ├── Alone7z # 7zr.exe: Standalone 7-Zip console program (reduced version) 58 │ ├── Common # common files for 7-Zip 65 │ ├── Explorer # Some code from 7-Zip Shell extension [all …]
|
| /third_party/NuttX/ |
| D | README.md | 5 - Getting Help 6 - Mailing Lists 7 - Issue Tracker 8 - Source Code 9 - Website Source Code 11 - Installing Cygwin 12 - Ubuntu Bash under Windows 10 13 - Using macOS 15 - Download and Unpack 16 - Semi-Optional apps/ Package [all …]
|
| /third_party/rust/rust/ |
| D | config.example.toml | 4 # See https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#create-a-configtoml … 9 # a custom configuration file can also be specified with `--config` to the build 16 # Use different pre-set defaults than the global defaults. 23 # If `changelog-seen` does not match the version that is currently running, 26 changelog-seen = 2 38 # All tier 1 targets are currently supported; set this to `"if-available"` if 45 #download-ci-llvm = if rust.channel == "dev" { "if-available" } else { false } 51 # only succeed if you use clang, lld, llvm-ar, and llvm-ranlib in your C/C++ 53 # More info at: https://clang.llvm.org/docs/ThinLTO.html#clang-bootstrap 54 #thin-lto = false [all …]
|
| D | RELEASES.md | 1 Version 1.77.2 (2024-04-09) 6 - [CVE-2024-24576: fix escaping of Windows batch file arguments in `std::process::Command`](https:/… 7 - Fix `Command`'s batch files argument escaping not working when file name has trailing whitespace … 9 Version 1.72.0 (2023-08-24) 12 <a id="1.72.0-Language"></a> 15 -------- 17 - [Replace const eval limit by a lint and add an exponential backoff warning](https://github.com/ru… 18 - [expand: Change how `#![cfg(FALSE)]` behaves on crate root](https://github.com/rust-lang/rust/pul… 19 - [Stabilize inline asm for LoongArch64](https://github.com/rust-lang/rust/pull/111235/) 20 - [Uplift `clippy::undropped_manually_drops` lint](https://github.com/rust-lang/rust/pull/111530/) [all …]
|
| /third_party/grpc/src/csharp/ |
| D | BUILD-INTEGRATION.md | 5 * It can be used in building both grpc-dotnet projects and legacy c-core C# projects. 13 * are generated on an as-needed basis each time the project is built. 21 the server and client projects, and by both c-core C# projects and grpc-dotnet projects: 25 `Grpc.Tools` is only used at build-time and has no runtime components. 28 <PackageReference Include="Grpc.Tools" Version="2.50.0"> 37 * Linux (x86, x64, and arm64) 40 See [Using Grpc.Tools with unsupported architectures](#unsupported-arch) below. 80 For more examples see the example project files in GitHub: https://github.com/grpc/grpc-dotnet/tree… 96 …LinkBase` settings](https://learn.microsoft.com/visualstudio/msbuild/common-msbuild-item-metadata). 114 - The `.proto` only need to be compiled once. [all …]
|
| /third_party/skia/infra/bots/gen_tasks_logic/ |
| D | gen_tasks_logic.go | 2 // Use of this source code is governed by a BSD-style license that can be 34 CAS_LOTTIE_CI = "lottie-ci" 35 CAS_LOTTIE_WEB = "lottie-web" 39 CAS_RUN_RECIPE = "run-recipe" 41 CAS_RECREATE_SKPS = "recreate-skps" 42 CAS_SKOTTIE_WASM = "skottie-wasm" 44 CAS_TASK_DRIVERS = "task-drivers" 46 CAS_WASM_GM = "wasm-gm" 47 CAS_WHOLE_REPO = "whole-repo" 49 BUILD_TASK_DRIVERS_PREFIX = "Housekeeper-PerCommit-BuildTaskDrivers" [all …]
|
| /third_party/python/Misc/ |
| D | NEWS | 8 *Release date: 2023-06-06* 11 -------- 13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been 16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could 20 - gh-issue-104049: Do not expose the local on-disk location in directory 23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0 25 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii. 28 ----------------- 30 - gh-issue-105164: Ensure annotations are set up correctly if the only 34 - gh-issue-104615: Fix wrong ordering of assignments in code like ``a, a = [all …]
|
| /third_party/python/.cid/patches/ |
| D | cpython_mingw_v3.11.4_20250509.patch | 6 Change-Id: I7ae3759608e3fc26eb2ebef1fb200e46b3add264 7 --- 9 .gitignore | 5 +- 10 Include/bytesobject.h | 4 +- 11 Include/fileobject.h | 2 +- 14 Include/osdefs.h | 1 - 16 Include/pyerrors.h | 4 +- 18 Include/pyport.h | 41 +- 20 Include/sysmodule.h | 4 +- 22 Lib/ctypes/__init__.py | 4 +- [all …]
|
12