Searched +full:gcc +full:- +full:mingw +full:- +full:w64 +full:- +full:x86 +full:- +full:64 (Results 1 – 25 of 41) sorted by relevance
12
| /third_party/ncurses/package/debian-mingw64/ |
| D | control | 4 Maintainer: Thomas E. Dickey <dickey@invisible-island.net> 5 Homepage: https://invisible-island.net/ncurses/ 6 Build-Depends: debhelper (>= 7), 7 gcc-mingw-w64-x86-64, 8 g++-mingw-w64-x86-64, 9 binutils-mingw-w64-x86-64 10 Standards-Version: 4.6.1.0 12 Package: mingw64-ncurses6 16 The ncurses library routines are a terminal-independent method of 19 This package is used for testing ABI 6 with the MinGW 64-bit port.
|
| /third_party/openssl/ |
| D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 20 MinGW cross compiler 21 run on the GNU-like development environment MSYS2 31 The native builds using Visual C++ have a `VC-*` prefix. 34 ------------------- [all …]
|
| D | INSTALL.md | 11 - [Prerequisites](#prerequisites) 12 - [Notational Conventions](#notational-conventions) 13 - [Quick Installation Guide](#quick-installation-guide) 14 - [Building OpenSSL](#building-openssl) 15 - [Installing OpenSSL](#installing-openssl) 16 - [Configuration Options](#configuration-options) 17 - [API Level](#api-level) 18 - [Cross Compile Prefix](#cross-compile-prefix) 19 - [Build Type](#build-type) 20 - [Directories](#directories) [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) 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. 36 ARCH=`uname -m` 37 rpmbuild --rebuild nasm-{version}.src.rpm [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) 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. 34 - GCC v4.1 (or later) or Clang recommended for best performance 36 - If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is [all …]
|
| /third_party/ffmpeg/doc/ |
| D | platform.texi | 1 \input texinfo @c -*- texinfo -*- 2 @documentencoding UTF-8 13 @chapter Unix-like 21 $(gcc -print-prog-name=as) --version 25 hard-coded path to gas. In the worst case pass @code{--disable-asm} 32 @code{--enable-pic} during FFmpeg configure) and add the following option 36 -Wl,-Bsymbolic 40 pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}. 50 standard Solaris Make will not work. When building with a non-c99 front-end 51 (gcc, generic suncc) add either @code{--extra-libs=/usr/lib/values-xpg6.o} [all …]
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/.github/workflows/ |
| D | main.yml | 4 - push 5 - pull_request 9 runs-on: ubuntu-latest 10 timeout-minutes: 10 13 - uses: actions/checkout@v3 15 - name: Install rustfmt 19 - name: Rustfmt 21 cargo fmt --check 22 rustfmt --check build_system/main.rs 23 rustfmt --check example/* [all …]
|
| /third_party/grpc/ |
| D | Rakefile | 1 # -*- ruby -*- 15 task.options = ['-c', 'src/ruby/.rubocop.yml'] 32 'x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt', 33 'x86_64-linux', 'x86-linux', 'aarch64-linux', 34 'x86_64-darwin', 'arm64-darwin', 41 … spec.files += %w( etc/roots.pem grpc_c.32-msvcrt.ruby grpc_c.64-msvcrt.ruby grpc_c.64-ucrt.ruby ) 45 CLEAN.add "src/ruby/lib/grpc/[0-9].[0-9]", "src/ruby/lib/grpc/grpc_c.{bundle,so}" 73 t.rspec_opts = "--tag #{suite[:tag]}" if suite[:tag] 75 t.rspec_opts = suite[:tags].map { |x| "--tag #{x}" }.join(' ') 90 { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64-ucrt.ruby', platform: 'x64-mingw-ucrt' }, [all …]
|
| /third_party/rust/rust/ |
| D | README_zh.md | 3 …tps://img.shields.io/badge/Rust_Community%20-Join_us-brightgreen?style=plastic&logo=rust)](https:/… 8 [Rust]: https://www.rust-lang.org/ 18 ["安装"]: https://doc.rust-lang.org/book/ch01-01-installation.html 19 [本书]: https://doc.rust-lang.org/book/index.html 40 关于 `x.py` 的更多信息,可以通过使用 `--help`标记来运行它 43 [gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.html 44 [rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#what-is… 55 * 如果在 Linux 上编译并以 Linux 为目标,则需要 `pkg-config` 58 要编译 Cargo,还需要 OpenSSL(在大多数 Unix 发行版上为 `libssl-dev` 或 `openssl-devel` )。 64 …[LLVM 的文档](https://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-l… [all …]
|
| D | README.md | 3 …tps://img.shields.io/badge/Rust_Community%20-Join_us-brightgreen?style=plastic&logo=rust)](https:/… 8 [Rust]: https://www.rust-lang.org/ 18 ["Installation"]: https://doc.rust-lang.org/book/ch01-01-installation.html 19 [The Book]: https://doc.rust-lang.org/book/index.html 40 More information about `x.py` can be found by running it with the `--help` flag 43 [gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.html 44 [rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#what-is… 52 * A C compiler (when building for the host, `cc` is enough; cross-compiling may 55 * `pkg-config` if you are compiling on Linux and targeting Linux 56 * `libiconv` (already included with glibc on Debian-based distros) [all …]
|
| /third_party/fsverity-utils/.github/workflows/ |
| D | ci.yml | 1 # SPDX-License-Identifier: MIT 4 # Use of this source code is governed by an MIT-style 12 static-linking-test: 14 runs-on: ubuntu-latest 16 - uses: actions/checkout@v4 17 - run: scripts/run-tests.sh static_linking 19 dynamic-linking-test: 21 runs-on: ubuntu-latest 23 - uses: actions/checkout@v4 24 - run: scripts/run-tests.sh dynamic_linking [all …]
|
| /third_party/lz4/lib/ |
| D | README.md | 1 LZ4 - Library Files 70 - `LZ4_FAST_DEC_LOOP` : this triggers a speed optimized decompression loop, more powerful on modern… 71 This loop works great on `x86`, `x64` and `aarch64` cpus, and is automatically enabled for them. 73 For example, with `gcc` : `-DLZ4_FAST_DEC_LOOP=1`, 74 and with `make` : `CPPFLAGS+=-DLZ4_FAST_DEC_LOOP=1 make lz4`. 76 - `LZ4_DISTANCE_MAX` : control the maximum offset that the compressor will allow. 83 - `LZ4_DISABLE_DEPRECATE_WARNINGS` : invoking a deprecated function will make the compiler generate… 86 for example with `-Wno-deprecated-declarations` on `gcc`, 88 This build macro offers another project-specific method 91 - `LZ4_FORCE_SW_BITCOUNT` : by default, the compression algorithm tries to determine lengths [all …]
|
| /third_party/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 16 <https://mesonbuild.com/Getting-meson.html>`__ to install the 22 Unix-like OSes 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 42 already installed, use apt-get or dnf to install the *ninja-build* 49 On Debian, Ubuntu and similar, ``sudo apt-get build-dep mesa`` installs 54 All these dependencies are for latest linux distros and is tested on ubuntu-24 only for now. [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 4 win32-executor: 6 - image: cimg/base:2023.10 7 win64-executor: 9 - image: cimg/base:2023.10 10 dist-executor: 12 - image: cimg/base:2023.10 16 macos-aat-fonts: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… 22 - run: pip3 install meson --upgrade [all …]
|
| /third_party/protobuf/third_party/abseil-cpp/absl/base/ |
| D | config.h | 8 // https://www.apache.org/licenses/LICENSE-2.0 16 // ----------------------------------------------------------------------------- 18 // ----------------------------------------------------------------------------- 62 // _MSVC_LANG as a stand-in. 63 // https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros 67 // https://github.com/microsoft/vscode-cpptools/issues/1770 94 // Abseil long-term support (LTS) releases will define 97 // integer representing the patch-level for that release. 102 // These symbols will not be defined in non-LTS code. 104 // Abseil recommends that clients live-at-head. Therefore, if you are using [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 4 win32-executor: 6 - image: cimg/base:edge-20.04 7 win64-executor: 9 - image: cimg/base:edge-20.04 10 autotools-executor: 12 - image: cimg/base:edge-20.04 16 macos-aat-fonts: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… 22 - run: pip3 install meson --upgrade [all …]
|
| /third_party/icu/.ci-builds/ |
| D | .azure-pipelines.yml | 4 #------------------------------------------------------------------------- 5 - job: ICU4J_OpenJDK_Ubuntu_1604 12 - checkout: self 15 - script: | 20 - script: | 21 …[ -d icu4j/out/junit-results ] && cd icu4j && cat `find out/junit-results -name "*.txt" -exec grep… 24 #------------------------------------------------------------------------- 25 - job: ICU4C_Clang_Ubuntu_1604 31 - checkout: self 34 - script: | [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.build.md | 8 ./bootstrap-vcpkg.sh 16 CMake is a multi-platform build tool that can generate build files for many 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 71 as --prefix= with autotools. It defaults to /usr/local. 74 $ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . [all …]
|
| /third_party/lz4/programs/ |
| D | platform.h | 2 platform.h - compiler and OS detection 3 Copyright (C) 2016-2020, Przemyslaw Skibinski, Yann Collet 17 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 35 # define _CRT_SECURE_NO_DEPRECATE /* VS2005 - must be declared before <io.h> and <windows.h> */ 42 * Detect 64-bit OS 46 …__ppc64__ || defined __PPC64__ /* POWER 64-bit */ \ 47 …arcv9 || defined __sparc_v9__ || defined __arch64__)) || defined __sparc64__ /* SPARC 64-bit */ \ 48 …_X64 /* x86 64-bit */ \ 49 …rch64__ || defined __ARM64_ARCH_8__ /* ARM 64-bit */ \ 50 …(defined __mips && (__mips == 64 || __mips == 4 || __mips == 3)) … [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/python/.cid/patches/ |
| D | cpython_mingw_v3.11.4_20250509.patch | 4 Subject: [PATCH] cpython 3.11.4 for mingw 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 +- [all …]
|
| /third_party/python/patches/ |
| D | cpython_mingw_v3.11.4.patch | 1 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/skia/third_party/externals/expat/expat/ |
| 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). 32 GCC Farm Project 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 [all …]
|
| /third_party/skia/m133/third_party/externals/expat/expat/ |
| D | Changes | 14 !! - <blink>fixing a complex non-public security issue</blink>, !! 15 !! - teaming up on researching and fixing future security reports and !! 16 !! ClusterFuzz findings with few-days-max response times in communication !! 19 !! - implementing and auto-testing XML 1.0r5 support !! 21 !! - smart ideas on fixing the Autotools CMake files generation issue !! 23 !! - the Windows binaries topic (needs requirements engineering first), !! 24 !! - pushing migration from `int` to `size_t` further !! 25 !! including edge-cases test coverage (needs discussion before anything). !! 27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !! 30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !! [all …]
|
| /third_party/curl/lib/ |
| D | config-win32.h | 23 * SPDX-License-Identifier: curl 31 /* ---------------------------------------------------------------- */ 33 /* ---------------------------------------------------------------- */ 105 /* ---------------------------------------------------------------- */ 107 /* ---------------------------------------------------------------- */ 117 /* ---------------------------------------------------------------- */ 119 /* ---------------------------------------------------------------- */ 244 /* ---------------------------------------------------------------- */ 246 /* ---------------------------------------------------------------- */ 263 /* ---------------------------------------------------------------- */ [all …]
|
12