Searched +full:0 +full:- +full:installer +full:- +full:linux +full:- +full:x86_64 (Results 1 – 25 of 52) sorted by relevance
123
| /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/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 20 * If using YASM, 1.2.0 or later is required. 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. [all …]
|
| D | ChangeLog.md | 5 in `jpeg_skip_scanlines()` that occurred when decompressing 4:2:2 or 4:2:0 JPEG 6 images using the merged (non-fancy) upsampling algorithms (that is, when 7 setting `cinfo.do_fancy_upsampling` to `FALSE`.) 2.0.0[6] was a similar fix, 10 2.0.0 23 2. Fixed an issue (CVE-2018-11813) whereby a specially-crafted malformed input 33 the underlying library, and because it did not involve any out-of-bounds reads 42 4. Fixed an issue whereby a specially-crafted malformed BMP file, one in which 45 when attempting to load the BMP file into a 4-component image buffer. 50 subsampling (for instance, 4:2:0 or 4:4:0.) 53 a 4:2:2 or 4:2:0 JPEG image using the merged (non-fancy) upsampling algorithms [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/master/.github/workflows 46 [Cirrus config]: https://github.com/rust-lang/libc/blob/master/.cirrus.yml 47 [android-docker]: https://github.com/rust-lang/libc/blob/master/ci/docker/x86_64-linux-android/Dock… 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/libjpeg-turbo/cmakescripts/ |
| D | BuildPackages.cmake | 1 # This file is included from the top-level CMakeLists.txt. We just store it 5 # Linux RPM and DEB 8 if(CMAKE_SYSTEM_NAME STREQUAL "Linux") 11 if(CPU_TYPE STREQUAL "x86_64") 20 int main(void) { return 0; }" HAVE_HARD_FLOAT) 38 # Re-set CMAKE_POSITION_INDEPENDENT_CODE so that the RPM spec file works 55 configure_file(release/deb-control.in pkgscripts/deb-control) 60 endif() # Linux 64 # Windows installer (NullSoft Installer) 72 set(INST_NAME ${CMAKE_PROJECT_NAME}-${VERSION}-${INST_ID}) [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 | 1 2.1.0 11 decompress a specially-crafted malformed progressive JPEG image caused the 18 4. Fixed a floating point exception (CVE-2021-20205) that occurred when 19 attempting to compress a specially-crafted malformed GIF image with a specified 20 image width of 0 using cjpeg. 23 generate a progressive JPEG image on an SSE2-capable CPU using a scan script 24 containing one or more scans with lengths divisible by 32 and non-zero 31 command-line argument (`-limitscans`) that causes the TurboJPEG decompression 36 ["Two Issues with the JPEG Standard"](https://libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswitht… 40 `tjLoadImage()` function to load a 16-bit binary PPM file (a binary PPM file [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 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 Red Hat Enterprise Linux 8 and in the PowerTools repository on RHEL [all …]
|
| D | ChangeLog.md | 11 "abbreviated table specification" (AKA "tables-only") datastreams, which can be 15 3. libjpeg-turbo now performs run-time detection of AltiVec instructions on 17 This allows both AltiVec-equipped (PowerPC G4 and G5) and non-AltiVec-equipped 18 (PowerPC G3) CPUs to be supported using the same build of libjpeg-turbo. 22 iMCU (8 * the vertical sampling factor) using buffered-image mode with 27 properly with buffered-image mode: 29 - Attempting to call `jpeg_crop_scanline()` after 32 - Attempting to use `jpeg_skip_scanlines()` resulted in an error ("Bogus 42 input files into full-color JPEG images unless the `-grayscale` option was 45 2. cjpeg now automatically compresses GIF and 8-bit BMP input files into [all …]
|
| /third_party/protobuf/kokoro/linux/benchmark/ |
| D | build.sh | 3 cd $(dirname $0)/../../.. 6 sudo apt-get update && sudo apt-get install -y --force-yes php5 7 sudo ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h 10 curl -sS https://getcomposer.org/installer | php 12 git clone https://github.com/php/php-src 13 cd php-src && git checkout PHP-7.2.13 && ./buildconf --force 15 --enable-bcmatch \ 16 --with-gmp --with-openssl \ 17 --with-zlib \ 18 --prefix=/usr/local/php-7.2 && \ [all …]
|
| /third_party/protobuf/kokoro/linux/dockerfile/test/php80/ |
| D | Dockerfile | 5 RUN apt-get update && apt-get install -y \ 7 autotools-dev \ 8 build-essential \ 15 libc6-dbg \ 16 libc6-dev \ 17 libgtest-dev \ 26 libonig-dev \ 27 libsqlite3-dev \ 28 && apt-get clean 31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ [all …]
|
| /third_party/rust/crates/cxx/.github/workflows/ |
| D | ci.yml | 16 name: ${{matrix.name || format('Rust {0}', matrix.rust)}} 19 runs-on: ${{matrix.os || 'ubuntu'}}-latest 21 fail-fast: false 24 - rust: nightly 25 - rust: beta 26 - rust: stable 27 - rust: 1.60.0 28 - rust: 1.64.0 29 - name: macOS 32 - name: Windows (msvc) [all …]
|
| /third_party/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 15 Mesa requires Meson >= 0.53.0 to build. 19 <https://mesonbuild.com/Getting-meson.html>`__ to install the 22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin, 25 Unix-like OSes 29 install it with your package installer. For example: 31 .. code-block:: console 33 sudo apt-get install meson # Ubuntu 37 .. code-block:: console 44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not [all …]
|
| /third_party/cef/tools/ |
| D | gn_args.py | 3 # a BSD-style license that can be found in the LICENSE file. 5 # This script determines the contents of the per-configuration `args.gn` files 6 # that are used to build CEF/Chromium with GN. See comments in CEF's top-level 11 # - Defines CEF's default and required arg values in cases where they differ 13 # - Accepts user-defined arg values via the GN_DEFINES environment variable. 14 # - Verifies that user-defined arg values do not conflict with CEF's 16 # - Generates multiple configurations by combining user-defined arg values with 21 # - Chromium's default value. Default values are defined in the declare_args() 23 # - Chromium's value requirements. Check for assert()s related to the value in 25 # - Whether a particular value is optional or required for CEF. [all …]
|
| /third_party/ejdb/docker/testbed/ |
| D | setup.sh | 3 set -e 4 set -x 9 cd "$(dirname "$0")" 10 pwd -P 16 dpkg --add-architecture i386 17 apt-get update 18 apt-get install -y apt-utils software-properties-common apt-transport-https sudo curl wget zip unzip 19 apt-get update 20 apt-get dist-upgrade -y 22 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | t… [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/protobuf/kokoro/linux/dockerfile/test/php/ |
| D | Dockerfile | 5 RUN apt-get update && apt-get install -y \ 7 autotools-dev \ 8 build-essential \ 15 libc6-dbg \ 16 libc6-dev \ 17 libgtest-dev \ 25 libsqlite3-dev \ 26 && apt-get clean 29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ 31 libcurl4-openssl-dev \ [all …]
|
| /third_party/node/ |
| D | Makefile | 1 -include config.mk 10 STAGINGSERVER ?= node-www 12 OSTYPE := $(shell uname -s | tr '[:upper:]' '[:lower:]') 13 COVTESTS ?= test-cov 16 GNUMAKEFLAGS += --no-print-directory 23 PARALLEL_ARGS = -j $(JOBS) 25 PARALLEL_ARGS = -J 29 TAP_V8 := --junitout $(PWD)/v8-tap.xml 30 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml 31 TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml [all …]
|
| D | BUILDING.md | 13 * [Supported platforms](#supported-platforms) 16 * [Platform list](#platform-list) 17 * [Supported toolchains](#supported-toolchains) 18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains) 19 * [OpenSSL asm support](#openssl-asm-support) 20 * [Previous versions of this document](#previous-versions-of-this-document) 21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms) 22 * [Note about Python 2 and Python 3](#note-about-python-2-and-python-3) 23 * [Unix and macOS](#unix-and-macos) 24 * [Unix prerequisites](#unix-prerequisites) [all …]
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 3 Instructions for building this repository on Linux, Windows, and MacOS. 7 - [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… [all …]
|
| /third_party/NuttX/ |
| D | README.md | 4 - Incubation Status 6 - Getting Help 7 - Mailing Lists 8 - Issue Tracker 9 - Source Code 10 - Website Source Code 12 - Installing Cygwin 13 - Ubuntu Bash under Windows 10 14 - Using macOS 16 - Download and Unpack [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 …]
|
123