Home
last modified time | relevance | path

Searched +full:0 +full:- +full:installer +full:- +full:linux +full:- +full:x86_64 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/benchmark/
D.travis.yml7 - 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/crates/libc/ci/
DREADME.md14 * `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/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 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 …]
DChangeLog.md1 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/skia/infra/bots/assets/bazel/
Dcreate.py5 # 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/
Dbuild.Dockerfile3 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/rust/crates/cxx/.github/workflows/
Dci.yml17 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/protobuf/kokoro/linux/benchmark/
Dbuild.sh3 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/
DDockerfile5 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/mesa3d/docs/
Dmeson.rst5 ---------------
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/node/
DMakefile1 -include config.mk
10 STAGINGSERVER ?= node-www
12 OSTYPE := $(shell uname -s | tr '[:upper:]' '[:lower:]')
16 ARCHTYPE := $(shell uname -m | tr '[:upper:]' '[:lower:]')
17 COVTESTS ?= test-cov
20 GNUMAKEFLAGS += --no-print-directory
27 PARALLEL_ARGS = -j $(JOBS)
33 TAP_V8 := --junitout $(PWD)/v8-tap.xml
34 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml
35 TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml
[all …]
/third_party/rust/crates/clang-sys/
DCHANGELOG.md1 ## [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/
Dsysconfig.rst1 :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/
DDockerfile5 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/lzma/
DREADME.md5 ---
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 …]
DREADME_zh.md9 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/
DREADME.md5 - 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/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go2 // 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/
DNEWS8 *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 …]
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
4 --- /dev/null
6 @@ -0,0 +1,418 @@
9 +# gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because
11 +# mandatory but not scheduled because of "paths-ignore".
16 + - 'main'
17 + - '3.11'
18 + - '3.10'
19 + - '3.9'
20 + - '3.8'
[all …]
/third_party/python/Doc/whatsnew/
D3.8.rst34 sufficient; the e-mail address isn't necessary.
60 Summary -- Release highlights
67 .. PEP-sized items next.
75 ----------------------
80 <https://en.wikipedia.org/wiki/Walrus#/media/File:Pacific_Walrus_-_Bull_(8247646168).jpg>`_.
96 The operator is also useful with while-loops that compute
119 Positional-only parameters
120 --------------------------
126 :ref:`Argument Clinic <howto-clinic>` tool.
128 In the following example, parameters *a* and *b* are positional-only,
[all …]
/third_party/lame/
Daclocal.m41 # generated automatically by aclocal 1.16.2 -*- Autoconf -*-
3 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
23 # host-cpu-c-abi.m4 serial 13
24 dnl Copyright (C) 2002-2020 Free Software Foundation, Inc.
46 dnl contains 32-bit instructions, whereas 'sparc64' code contains 64-bit
47 dnl instructions. A process on a SPARC CPU can be in 32-bit mode or in 64-bit
58 dnl - 'arm': test __ARMEL__.
59 dnl - 'mips', 'mipsn32', 'mips64': test _MIPSEB vs. _MIPSEL.
60 dnl - 'powerpc64': test _BIG_ENDIAN vs. _LITTLE_ENDIAN.
63 dnl - Instructions that do not exist on all of these CPUs (cmpxchg,
[all …]
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <lame-dev@lists.sf.net>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
[all …]
/third_party/python/Doc/distutils/
Dapiref.rst1 .. _api-reference:
18 :mod:`distutils.core` --- Core Distutils functionality
33 The basic do-everything function that does most everything you could ever ask
41 …+--------------------+--------------------------------+-------------------------------------------…
45 …+--------------------+--------------------------------+-------------------------------------------…
49 …+--------------------+--------------------------------+-------------------------------------------…
52 …+--------------------+--------------------------------+-------------------------------------------…
55 …+--------------------+--------------------------------+-------------------------------------------…
57 …+--------------------+--------------------------------+-------------------------------------------…
60 …+--------------------+--------------------------------+-------------------------------------------…
[all …]

12