Home
last modified time | relevance | path

Searched +full:build +full:- +full:windows +full:- +full:2015 (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
DREADME.adoc1 // Copyright 2014-2023 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
5 = Vulkan^(R)^ API Registry Build Instructions and Notes
10 * <<build,Build Environment>>
14 * <<windows,Windows Software Dependencies>>
34 of platform-dependent headers `vulkan_<platform>.h`; and runs a simple
38 files in `../gen` for the specification build.
42 See `../BUILD.adoc` for more.
45 server (your personal repository clone of KhronosGroup/Vulkan-Docs on
75 [[build]] anchor
[all …]
/external/rust/cxx/third-party/
DBUCK7 name = "anstyle-1.0.6.crate",
9 strip_prefix = "anstyle-1.0.6",
15 name = "anstyle-1.0.6",
16 srcs = [":anstyle-1.0.6.crate"],
18 crate_root = "anstyle-1.0.6.crate/src/lib.rs",
29 actual = ":cc-1.0.89",
34 name = "cc-1.0.89.crate",
36 strip_prefix = "cc-1.0.89",
42 name = "cc-1.0.89",
43 srcs = [":cc-1.0.89.crate"],
[all …]
/external/parameter-framework/upstream/
Dappveyor.yml1 version: 3.0.0-{build}
6 os: Visual Studio 2015
9 # Disable popups as they hang the build as there is nobody to click on the OK button...
10 # Hanging the build is a lot less user friendly than reporting a build failure.
13 # See: https://msdn.microsoft.com/en-us/library/bb513638%28VS.85%29.aspx
14 - reg add "HKLM\SYSTEM\CurrentControlSet\Control\Windows" /f /v ErrorMode /d 2
17 # | Windows can check online for a solution to the problem|
18 # | - Check online for a solution and close the program |
19 # | - Close the program |
20 # See: https://msdn.microsoft.com/en-us/library/bb513638%28VS.85%29.aspx
[all …]
/external/vulkan-validation-layers/
DBUILD.md1 # Build Instructions
3 Instructions for building this repository on Linux, Windows, Android, and
8 1. [Contributing](#contributing-to-the-repository)
9 1. [Repository Content](#repository-content)
10 1. [Repository Set-Up](#repository-set-up)
11 1. [Windows Build](#building-on-windows)
12 1. [Linux Build](#building-on-linux)
13 1. [Android Build](#building-on-android)
14 1. [MacOS build](#building-on-macos)
25 This repository contains the source code necessary to build the Vulkan
[all …]
/external/flatbuffers/.github/workflows/
Dbuild.yml2 permissions: read-all
9 - "*" # new tag version, like `0.8.4` or else
11 - master
14 - master
17 build-linux:
21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }}
22 digests-clang: ${{ steps.hash-clang.outputs.hashes }}
23 name: Build Linux
24 runs-on: ubuntu-latest
27 cxx: [g++-10, clang++-12]
[all …]
/external/bazelbuild-rules_rust/tools/rust_analyzer/3rdparty/crates/
DBUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-i686-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
47 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
[all …]
DBUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-x86_64-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
47 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
[all …]
/external/webrtc/docs/native-code/development/prerequisite-sw/
Dindex.md1 # WebRTC development - Prerequisite software
5 1. [Install the Chromium depot tools][depot-tools].
7 2. On Windows, depot tools will download a special version of Git during your
17 $ ./build/install-build-deps.sh
21 build using Debian sysroot images in build/linux, but there are still some tools
22 needed for the build that are installed with
23 [install-build-deps.sh][install-build-deps].
25 You may also want to have a look at the [Chromium Linux Build
26 instructions][chromium-linux-build-instructions] if you experience any other problems building.
28 ## Windows section in WebRTC development - Prerequisite software
[all …]
/external/libpcap/doc/
DREADME.Win32.md1 Building libpcap on Windows with Visual Studio
4 Unlike the UN*Xes on which libpcap can capture network traffic, Windows
10 library; these instructions are for people who want to build libpcap
15 ---------------------
17 In order to build libpcap, you will need to download Npcap and its
26 such as a requirement to support versions of Windows earlier than
27 Windows Vista, which is the earliest version supported by Npcap.
34 C:\npcap-sdk, and put the contents of the ZIP archive into that folder.
44 Required build tools
45 --------------------
[all …]
/external/zstd/
DCHANGELOG6 lib: reduce binary size with selective built-time exclusion, by @felixhandte
11 lib: fix zdict prototype mismatch in static_only mode, by @ldv-alt
12 lib: fix several bugs in magicless-format decoding, by @embg
13 cli: add common compressed file types to `--exclude-compressed`` by @daniellerozenblit
14 cli: fix mixing `-c` and `-o` commands with `--rm`, by @Cyan4973
15 cli: fix erroneous exclusion of hidden files with `--output-dir-mirror` by @felixhandte
20 build: cmake improvements by @terrelln, @sighingnow, @gjasny, @JohanMabille, @Saverio976, @gruenich…
21 build: bazel support, by @jondo2010
22 build: fix cross-compiling for AArch64 with lld by @jcelerier
23 build: fix Apple platform compatibility, by @nidhijaju
[all …]
/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_types/
Dmetadata.json9 "development-tools::build-utils"
15 "edition": "2015",
18 "id": "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
21 "build",
24 "license": "Apache-2.0 OR MIT",
27 …"manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.0.1/Cargo.t…
34 "source": "registry+https://github.com/rust-lang/crates.io-index",
42 "edition": "2015",
47 … "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.0.1/src/lib.rs",
56 "edition": "2015",
[all …]
/external/bazelbuild-rules_cc/cc/private/toolchain/
Dwindows_cc_configure.bzl1 # pylint: disable=g-bad-file-header
8 # http://www.apache.org/licenses/LICENSE-2.0
15 """Configuring the C++ toolchain on Windows."""
35 if len(value) == 1 or value[-1] != "\"":
37 value = value[1:-1]
40 if value[-1] == "\\":
47 """Returns the value of TMP, or TEMP, or if both undefined then C:\\Windows."""
52 tmp = "C:\\Windows\\Temp"
66 msys_root = tokens[0][:len(tokens[0]) - len("usr/bin")]
68 msys_root = tokens[0][:len(tokens[0]) - len("bin")]
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_remote_pkgs/crates/
DBUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
6 …://github.com/bazelbuild/rules_rust/blob/main/examples/crate_universe/vendor_local_pkgs/BUILD.bazel
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-i686-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
[all …]
DBUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
6 …://github.com/bazelbuild/rules_rust/blob/main/examples/crate_universe/vendor_local_pkgs/BUILD.bazel
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-x86_64-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
[all …]
/external/tcpdump/doc/
DREADME.Win32.md1 Building tcpdump on Windows with Visual Studio
4 Unlike the UN*Xes on which libpcap can capture network traffic, Windows
10 library; these instructions are for people who want to build libpcap
15 ---------------------
17 In order to build tcpdump, you will need to download Npcap and its
26 such as a requirement to support versions of Windows earlier than
27 Windows Vista, which is the earliest version supported by Npcap.
31 `C:\npcap-sdk`, and put the contents of the ZIP archive into that folder.
38 Required build tools
39 --------------------
[all …]
/external/rust/cxx/third-party/bazel/
DBUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
6 # bazel run @@//third-party:vendor
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-x86_64-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
[all …]
DBUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
6 # bazel run @@//third-party:vendor
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-i686-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_external/crates/
DBUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-i686-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
47 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
[all …]
DBUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-x86_64-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
47 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
[all …]
/external/bazelbuild-rules_rust/crate_universe/3rdparty/crates/
DBUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-i686-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
47 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
[all …]
DBUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-x86_64-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
47 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/
DBUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-x86_64-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
47 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
[all …]
/external/bazelbuild-rules_rust/proto/protobuf/3rdparty/crates/
DBUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-i686-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
47 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
[all …]
DBUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-x86_64-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
47 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_local_pkgs/crates/winapi-x86_64-pc-windows-gnu-0.4.0/
DBUILD.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
26 "BUILD",
27 "BUILD.bazel",
33 edition = "2015",
35 "--cap-lints=allow",
38 "cargo-bazel",
39 "crate-name=winapi-x86_64-pc-windows-gnu",
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios": [],
47 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
[all …]

12345678910>>...33