| /third_party/grpc/third_party/toolchains/rbe_windows_vs2022_bazel7/cc/ |
| D | BUILD | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # This becomes the BUILD file for @local_config_cc// under Windows. 26 # TODO(bazel-team): Support passing flag multiple times to build a list. 69 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a", 70 "x64_windows|msvc-cl": ":cc-compiler-x64_windows", 71 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows", 72 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows", 73 "x64_arm64_windows|msvc-cl": ":cc-compiler-arm64_windows", 74 "arm64_windows|msvc-cl": ":cc-compiler-arm64_windows", 75 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys", [all …]
|
| /third_party/rust/crates/lazy-static.rs/ |
| D | appveyor.yml | 12 - TARGET: i686-pc-windows-gnu 14 - TARGET: i686-pc-windows-msvc 16 - TARGET: x86_64-pc-windows-gnu 18 - TARGET: x86_64-pc-windows-msvc 21 - TARGET: i686-pc-windows-gnu 23 - TARGET: i686-pc-windows-msvc 25 - TARGET: x86_64-pc-windows-gnu 27 - TARGET: x86_64-pc-windows-msvc 30 - TARGET: i686-pc-windows-gnu 32 - TARGET: i686-pc-windows-msvc [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… 54 * `curl`(在 Windows 上不需要) 55 * 如果在 Linux 上编译并以 Linux 为目标,则需要 `pkg-config` 58 要编译 Cargo,还需要 OpenSSL(在大多数 Unix 发行版上为 `libssl-dev` 或 `openssl-devel` )。 [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 54 * `curl` (not needed on Windows) 55 * `pkg-config` if you are compiling on Linux and targeting Linux [all …]
|
| /third_party/skia/m133/toolchain/ |
| D | download_windows_amd64_toolchain.bzl | 2 This file assembles a toolchain for a Windows host using the Clang Compiler. 11 (See https://bazel.build/docs/output_directories#layout-diagram) 17 # From https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.8 19 # go run bazel/gcs_mirror/gcs_mirror.go --url [clang_url] --sha256 [clang_sha256] 20 # We're using a newer version on Windows than Linux or Mac because major version 18 is the earliest 21 # version to include pre-builts for Windows. 22 clang_prefix = "clang+llvm-18.1.8-x86_64-pc-windows-msvc" 24 …url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/clang+llvm-18.1.8-x86… 56 "bin/llvm-ar.exe", 103 # Find the correct version of MSVC and the Windows SDK. [all …]
|
| /third_party/rust/rust/src/ci/github-actions/ |
| D | ci.yml | 11 # ./x.py run src/tools/expand-yaml-anchors 16 --- 26 # YAML anchors work by defining an anchor with `&anchor-name` and reusing its 27 # content in another place with `*anchor-name`. The special `<<` map key merges 30 # The expand-yaml-anchors tool will automatically remove this block from the 32 x--expand-yaml-anchors--remove: 34 - &shared-ci-variables 40 - &public-variables 41 SCCACHE_BUCKET: rust-lang-ci-sccache2 42 TOOLSTATE_REPO: https://github.com/rust-lang-nursery/rust-toolstate [all …]
|
| /third_party/rust/rust/library/portable-simd/.github/workflows/ |
| D | ci.yml | 7 - master 16 runs-on: ubuntu-latest 19 - uses: actions/checkout@v2 20 - name: Setup Rust 22 rustup update nightly --no-self-update 25 - name: Run rustfmt 26 run: cargo fmt --all -- --check 30 runs-on: ubuntu-latest 32 fail-fast: false 35 … # We shouldn't really have any OS-specific code, so think of this as a list of architectures [all …]
|
| /third_party/mesa3d/src/microsoft/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/microsoft/ci/gitlab-ci-inc.yml' 4 test-spirv2dxil-windows: 6 - .use-windows_test_msvc 7 - .spirv2dxil-test-rules 8 stage: layered-backends 10 - windows-msvc 12 - windows-msvc 13 - windows_test_msvc 14 - !reference [.required-for-hardware-jobs, needs] 18 - . _install/spirv2dxil_run.ps1 [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/.github/workflows/ |
| D | upload-assets.yml | 10 build-release: 11 name: build-release 14 build: [linux-x86_64, macos-x86_64, windows-x86_64-gnu, windows-x86_64-msvc] 16 - build: linux-x86_64 17 os: ubuntu-latest 19 target: x86_64-unknown-linux-gnu 20 - build: macos-x86_64 21 os: macos-latest 23 target: x86_64-apple-darwin 24 - build: windows-x86_64-gnu [all …]
|
| D | windows.yml | 1 name: windows 5 - master 10 runs-on: windows-latest 15 …# https://help.github.com/en/actions/getting-started-with-github-actions/about-github-actions#usag… 16 # There's a limit of 60 concurrent jobs across all repos in the rust-lang organization. 19 max-parallel: 2 20 fail-fast: false 23 i686-pc-windows-gnu, 24 i686-pc-windows-msvc, 25 x86_64-pc-windows-gnu, [all …]
|
| /third_party/rust/rust/.github/workflows/ |
| D | ci.yml | 5 # This file was automatically generated by the expand-yaml-anchors tool. The 8 # src/ci/github-actions/ci.yml 12 # ./x.py run src/tools/expand-yaml-anchors/ 16 --- 21 - auto 22 - try 23 - try-perf 24 - master 27 - "**" 34 …group: "${{ github.workflow }}-${{ ((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/t… [all …]
|
| /third_party/glfw/examples/ |
| D | CMakeLists.txt | 11 if (MSVC OR CMAKE_C_SIMULATE_ID STREQUAL "MSVC") 12 add_definitions(-D_CRT_SECURE_NO_WARNINGS) 35 add_executable(triangle-opengl WIN32 MACOSX_BUNDLE triangle-opengl.c ${ICON} ${GLAD_GL}) 36 add_executable(triangle-opengles WIN32 MACOSX_BUNDLE triangle-opengles.c ${ICON} ${GLAD_GLES2}) 38 add_executable(windows WIN32 MACOSX_BUNDLE windows.c ${ICON} ${GLAD_GL}) target 46 triangle-opengl triangle-opengles wave windows) 53 if (MSVC) 54 # Tell MSVC to use main instead of WinMain 57 elseif (CMAKE_C_SIMULATE_ID STREQUAL "MSVC") 60 LINK_FLAGS "-Wl,/entry:mainCRTStartup") [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | build.sh | 8 set -ex 18 rustup component add rust-src 32 until [ $n -ge $N ] 34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then 44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" 46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings. 47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ 48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}" 53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" 55 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ [all …]
|
| /third_party/lame/ |
| D | INSTALL | 16 lame_enc.dll a Windows DLL used by many GUIs which support lame. 17 (Can only be compiled by MSVC???) 20 a Windows ACM codec which can be used by many windows programs, 21 and any directshow program. See MSVC project files in ACM 24 lame_enc.dshow a Windows direct show filter for lame. Potentially has 26 work. See MSVC project files in dshow directory 35 lame_enc.dll, none are required. On non-unix systems, these options must 60 For a complete list of options, try "./configure --help" 65 --enable-mp3x Build the mp3 frame analyzer, 'mp3x' 67 --enable-mp3rtp Build the encode-to-RTP program, 'mp3rtp' [all …]
|
| /third_party/rust/rust/src/doc/rustc/src/ |
| D | platform-support.md | 5 white-space: nowrap; 11 for targets at each tier, see the [Target Tier Policy](target-tier-policy.md). 16 Component availability is tracked [here](https://rust-lang.github.io/rustup-components-history/). 28 see [Tier 1 with Host Tools](target-tier-policy.md#tier-1-with-host-tools) in 34 -------|------- 35 `aarch64-unknown-linux-gnu` | ARM64 Linux (kernel 4.1, glibc 2.17+) [^missing-stack-probes] 36 `i686-pc-windows-gnu` | 32-bit MinGW (Windows 7+) [^windows-support] 37 `i686-pc-windows-msvc` | 32-bit MSVC (Windows 7+) [^windows-support] 38 `i686-unknown-linux-gnu` | 32-bit Linux (kernel 3.2+, glibc 2.17+) 39 `x86_64-apple-darwin` | 64-bit macOS (10.7+, Lion+) [all …]
|
| /third_party/rust/rust/compiler/rustc_target/src/spec/ |
| D | i686_unknown_uefi.rs | 2 // uefi-base module for generic UEFI options. On ia32 systems 3 // UEFI systems always run in protected-mode, have the interrupt-controller pre-configured and 4 // force a single-CPU execution. 6 // "i686-unknown-windows" is used to get the minimal subset of windows-specific features. 10 pub fn target() -> Target { in target() 20 // why we avoid them and instead use soft-floats. This is also what GRUB and friends did so in target() 24 base.features = "-mmx,-sse,+soft-float".into(); in target() 26 // Use -GNU here, because of the reason below: in target() 28 // If we use i686-unknown-windows, the LLVM IA32 MSVC generates compiler intrinsic in target() 30 // A real issue is __aulldiv() is referred by __udivdi3() - udivmod_inner!(), from in target() [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/crates/libc/ |
| D | Cargo.toml | 5 license = "MIT OR Apache-2.0" 7 repository = "https://github.com/rust-lang/libc" 8 homepage = "https://github.com/rust-lang/libc" 11 categories = ["external-ffi-bindings", "no-std", "os"] 19 features = ["const-extern-fn", "extra_traits"] 20 default-target = "x86_64-unknown-linux-gnu" 22 "aarch64-apple-darwin", 23 "aarch64-apple-ios", 24 "aarch64-linux-android", 25 "aarch64-pc-windows-msvc", [all …]
|
| /third_party/rust/crates/cxx/third-party/bazel/ |
| D | BUILD.winapi-util-0.1.5.bazel | 3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To 6 # bazel run @//third-party:vendor 32 rustc_flags = ["--cap-lints=allow"], 34 "cargo-bazel", 35 "crate-name=winapi-util", 42 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ 43 "@vendor__winapi-0.3.9//:winapi", # cfg(windows) 45 "@rules_rust//rust/platform:i686-pc-windows-msvc": [ 46 "@vendor__winapi-0.3.9//:winapi", # cfg(windows) 48 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ [all …]
|
| D | BUILD.termcolor-1.2.0.bazel | 3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To 6 # bazel run @//third-party:vendor 32 rustc_flags = ["--cap-lints=allow"], 34 "cargo-bazel", 35 "crate-name=termcolor", 42 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ 43 "@vendor__winapi-util-0.1.5//:winapi_util", # cfg(windows) 45 "@rules_rust//rust/platform:i686-pc-windows-msvc": [ 46 "@vendor__winapi-util-0.1.5//:winapi_util", # cfg(windows) 48 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ [all …]
|
| /third_party/rust/crates/bindgen/ |
| D | appveyor.yml | 5 - TARGET: gnu 6 LLVM_VERSION: 9.0.0-1 8 - TARGET: gnu 11 - TARGET: msvc 14 - TARGET: msvc 19 - stable 20 - nightly 23 - x64 24 - x86 28 - main [all …]
|
| /third_party/skia/third_party/externals/icu/source/samples/uresb/ |
| D | readme.txt | 4 Copyright (c) 2001-2010 International Business Machines 15 uresb.sln Windows MSVC workspace. Double-click this to get started. 16 uresb.vcproj Windows MSVC project file 17 resources.dsp Windows project file for resources 18 resources.mak Windows makefile for resources 24 To Build uresb on Windows 26 2. In MSVC, open the workspace file icu\samples\uresb\uresb.sln 30 To Run on Windows 44 using the --prefix option. The steps to build ICU will look something 47 runConfigureICU <platform-name> --prefix <icu install directory> [other options] [all …]
|
| /third_party/icu/icu4c/source/samples/uresb/ |
| D | readme.txt | 4 Copyright (c) 2001-2010 International Business Machines 15 uresb.sln Windows MSVC workspace. Double-click this to get started. 16 uresb.vcproj Windows MSVC project file 17 resources.dsp Windows project file for resources 18 resources.mak Windows makefile for resources 24 To Build uresb on Windows 26 2. In MSVC, open the workspace file icu\samples\uresb\uresb.sln 30 To Run on Windows 44 using the --prefix option. The steps to build ICU will look something 47 runConfigureICU <platform-name> --prefix <icu install directory> [other options] [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/samples/uresb/ |
| D | readme.txt | 4 Copyright (c) 2001-2010 International Business Machines 15 uresb.sln Windows MSVC workspace. Double-click this to get started. 16 uresb.vcproj Windows MSVC project file 17 resources.dsp Windows project file for resources 18 resources.mak Windows makefile for resources 24 To Build uresb on Windows 26 2. In MSVC, open the workspace file icu\samples\uresb\uresb.sln 30 To Run on Windows 44 using the --prefix option. The steps to build ICU will look something 47 runConfigureICU <platform-name> --prefix <icu install directory> [other options] [all …]
|
| /third_party/rust/rust/tests/ui/mir/ |
| D | mir_alignment_check_i686-pc-windows-msvc.rs | 1 // run-pass 2 // only-i686-pc-windows-msvc 3 // compile-flags: -Copt-level=0 -Cdebug-assertions=yes 5 // MSVC isn't sure if on 32-bit Windows its u64 type is 8-byte-aligned or 4-byte-aligned. 6 // So this test ensures that on i686-pc-windows-msvc, we do not insert a runtime check 7 // that will fail on dereferencing of a pointer to u64 which is not 8-byte-aligned but is 8 // 4-byte-aligned.
|