Searched +full:windows +full:- +full:docker +full:- +full:msvc (Results 1 – 25 of 32) sorted by relevance
12
| /external/rust/crates/vm-memory/.buildkite/ |
| D | pipeline.windows.yml | 2 - label: "build-msvc-x86" 4 - cargo build --release 9 os: windows 11 - docker#v3.7.0: 13 always-pull: true 15 - label: "build-msvc-x86-mmap" 17 - cargo build --release --features=backend-mmap 22 os: windows 24 - docker#v3.7.0: 26 always-pull: true [all …]
|
| /external/rust/crates/vmm-sys-util/.buildkite/ |
| D | pipeline.windows.yml | 2 - label: "build-msvc-x86" 4 - cargo build --release 9 os: windows 11 - docker#v3.7.0: 13 always-pull: true 15 - label: "style" 16 command: cargo fmt --all -- --check 21 os: windows 23 - docker#v3.7.0: 25 always-pull: true [all …]
|
| /external/rust/crates/num_cpus/.github/workflows/ |
| D | ci.yml | 6 - master 13 ci-pass: 15 runs-on: ubuntu-latest 17 - msrv 18 - test-linux 19 - test-macos 20 - test-windows 21 - build-cross 22 - test-cgroups 24 - run: exit 0 [all …]
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 1 # Docker image tag helper templates 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 19 .set-image-base-tag: 21 - .set-image [all …]
|
| /external/capstone/.github/workflows/ |
| D | python-publish.yml | 7 runs-on: ${{ matrix.os }} 9 fail-fast: false 11 os: [macos-latest, ubuntu-latest, windows-latest] 14 - uses: actions/checkout@v2 16 - name: Set up Python 17 uses: actions/setup-python@v2 19 python-version: '3.x' 21 - name: Set up MSVC x86 22 if: matrix.os == 'windows-latest' && matrix.platform == 'x32' 23 uses: ilammy/msvc-dev-cmd@v1 [all …]
|
| /external/google-fruit/ |
| D | CONTRIBUTING.md | 7 [here](https://github.com/google/fruit/wiki/install#building-fruit-manually). 28 mkdir build-debug 29 cd build-debug 30 cmake .. -DCMAKE_BUILD_TYPE=Debug -DFRUIT_ENABLE_CLANG_TIDY=TRUE -DCMAKE_CXX_FLAGS="-Werror -DFRUIT… 31 make -j 16 33 py.test-3 -n auto 44 * In Linux, OS X and Windows 46 * Using GCC, Clang, Apple-Clang or MSVC 52 Linux tests run in Docker, using a set of images built for this purpose 53 ([list of images](https://hub.docker.com/r/polettimarco/fruit-basesystem/tags/)). [all …]
|
| /external/mesa3d/.gitlab-ci/ |
| D | image-tags.yml | 2 # docker image tags, and docker has a length limit of 128 chars total in tags. 15 DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base" 16 DEBIAN_BASE_TAG: "20240208-libclc-9" 19 DEBIAN_BUILD_TAG: "20240208-libclc-9" 21 DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base" 23 DEBIAN_X86_64_TEST_IMAGE_GL_PATH: "debian/x86_64_test-gl" 24 DEBIAN_X86_64_TEST_IMAGE_VK_PATH: "debian/x86_64_test-vk" 25 DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android" 27 DEBIAN_X86_64_TEST_ANDROID_TAG: "20240124-split" 28 DEBIAN_X86_64_TEST_GL_TAG: "20240223-piglit-2a" [all …]
|
| /external/conscrypt/release/ |
| D | README.md | 4 One-Time Setup 5 -------------- 11 Conscrypt is built on Linux, Mac, and Windows, so ensure you have access to machines 16 * Windows Server 2016 22 <!-- TODO(flooey): Expand and link these, there's probably more --> 23 * Linux: [Docker](https://www.docker.com/), [Android SDK](https://developer.android.com/studio/inde… 25 * Windows: MSVC, git, NASM, Java 31 - Follow the instructions on [this 32 page](http://central.sonatype.org/pages/ossrh-guide.html) to set up an 34 - You only need to create the account, not set up a new project [all …]
|
| /external/grpc-grpc/tools/run_tests/artifacts/ |
| D | artifact_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 39 """Creates jobspec for a task running under docker.""" 45 docker_args += ["-e", "%s=%s" % (k, v)] 105 _MACOS_COMPAT_FLAG = "-mmacosx-version-min=10.10" 107 _ARCH_FLAG_MAP = {"x86": "-m32", "x64": "-m64"} 122 self.labels.append("latest-manylinux") 140 # building the native extension is the most time-consuming part of the build 144 environ["ARCHFLAGS"] = "-arch arm64 -arch x86_64" 155 environ["LDFLAGS"] = "-s" 179 environ["LDFLAGS"] = "-s" [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
| D | artifact_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 37 """Creates jobspec for a task running under docker.""" 43 docker_args += ['-e', '%s=%s' % (k, v)] 96 _MACOS_COMPAT_FLAG = '-mmacosx-version-min=10.10' 98 _ARCH_FLAG_MAP = {'x86': '-m32', 'x64': '-m64'} 113 self.labels.append('latest-manylinux') 131 # building the native extension is the most time-consuming part of the build 135 environ['ARCHFLAGS'] = "-arch arm64 -arch x86_64" 166 environ['LDFLAGS'] = '-s' 170 # only build the packages that depend on grpcio-tools [all …]
|
| /external/pigweed/ |
| D | WORKSPACE | 7 # https://www.apache.org/licenses/LICENSE-2.0 34 …mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", 35 "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", 42 strip_prefix = "rules_cc-0.0.9", 43 urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz"], 65 path = "pigweed/pw_transfer_test_binaries/${os=linux}-${arch=amd64}", 66 …tag = "version:pw_transfer_test_binaries_528098d588f307881af83f769207b8e6e1b57520-linux-amd64-cipd… 76 name = "bazel_skylib", # 2022-09-01 78 strip_prefix = "bazel-skylib-1.3.0", 79 urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.3.0.zip"], [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 19.3.0.rst | 1 Mesa 19.3.0 Release Notes / 2019-12-12 21 --------------- 25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz 28 ------------ 30 - GL_ARB_gl_spirv on i965, iris. 31 - GL_ARB_spirv_extensions on i965, iris. 32 - GL_EXT_demote_to_helper_invocation on iris, i965. 33 - OpenGL 4.6 on i965, iris. 34 - EGL_EXT_image_flush_external 35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV. [all …]
|
| D | 21.1.0.rst | 1 Mesa 21.1.0 Release Notes / 2021-05-05 20 --------------- 24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz 28 ------------ 30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV 32 - DRM format modifiers for AMD. 34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV 36 - Zink exposes GL 4.6 and ES 3.1 38 - GL_EXT_depth_bounds_test on softpipe, zink 40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+) [all …]
|
| D | 21.0.0.rst | 1 Mesa 21.0.0 Release Notes / 2021-03-11 20 --------------- 24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz 28 ------------ 30 - GL_EXT_demote_to_helper_invocation on radeonsi 32 - GL_NV_compute_shader_derivatives on radeonsi 34 - EGL_MESA_platform_xcb 36 - Removed GL_NV_point_sprite for classic swrast. 38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf… 40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support [all …]
|
| D | 21.2.0.rst | 1 Mesa 21.2.0 Release Notes / 2021-08-04 20 --------------- 24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz 28 ------------ 30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock 32 - VK_EXT_provoking_vertex on RADV. 34 - VK_EXT_extended_dynamic_state2 on RADV. 36 - VK_EXT_global_priority_query on RADV. 38 - VK_EXT_physical_device_drm on RADV. 40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV. [all …]
|
| D | 22.2.0.rst | 1 Mesa 22.2.0 Release Notes / 2022-09-21 20 --------------- 24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz 29 ------------ 31 - WGL_ARB_create_context_robustness 33 - d3d12 ARB_robust_buffer_access_behavior 35 - VK_EXT_robustness2 for lavapipe 37 - VK_EXT_image_2d_view_of_3d on RADV 39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support 41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe [all …]
|
| D | 20.3.0.rst | 1 Mesa 20.3.0 Release Notes / 2020-12-03 20 --------------- 24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz 28 ------------ 30 - GL 4.5 on llvmpipe 32 - GL_INTEL_blackhole_render on radeonsi 34 - GL_NV_copy_depth_to_color for NIR 36 - GL_NV_half_float 38 - GL_NV_shader_atomic_int64 on radeonsi 40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3) [all …]
|
| D | 20.0.0.rst | 1 Mesa 20.0.0 Release Notes / 2020-02-19 21 --------------- 25 bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34 mesa-20.0.0.tar.xz 28 ------------ 30 - OpenGL 4.6 on radeonsi. 31 - GL_ARB_gl_spirv on radeonsi. 32 - GL_ARB_spirv_extensions on radeonsi. 33 - GL_EXT_direct_state_access for compatibility profile. 34 - VK_AMD_device_coherent_memory on RADV. 35 - VK_AMD_mixed_attachment_samples on RADV. [all …]
|
| /external/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 1 # Shared between windows and Linux 2 .build-common: 3 extends: .container+build-rules 6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner 18 - _build/meson-logs/*.txt 19 - _build/meson-logs/strace 20 - shader-db 21 - artifacts 24 .build-linux: 25 extends: .build-common [all …]
|
| /external/skia/infra/bots/ |
| D | tasks.json | 3 "BazelBuild-all_tests-debug-linux_x64": { 5 "BazelBuild-all_tests-debug-linux_x64" 8 "BazelBuild-all_tests-release-linux_x64": { 10 "BazelBuild-all_tests-release-linux_x64" 13 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64": { 15 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64" 18 "BazelBuild-core-release-linux_x64": { 20 "BazelBuild-core-release-linux_x64" 23 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64": { 25 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64" [all …]
|
| /external/zstd/ |
| D | CHANGELOG | 6 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 …rovements by @terrelln, @sighingnow, @gjasny, @JohanMabille, @Saverio976, @gruenich, @teo-tsirpanis 22 build: fix cross-compiling for AArch64 with lld by @jcelerier 28 port: ARM64EC compatibility for Windows, by @dunhor 31 port: risc-v support validation in CI, by @Cyan4973 [all …]
|
| /external/cronet/third_party/protobuf/ |
| D | CHANGES.txt | 1 2022-09-29 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 2022-09-27 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 6 * Refactoring java full runtime to reuse sub-message builders and prepare to 13 * Make message-type extensions merge from wire-format instead of building up 16 sub-messages directly from text rather than building a new sub-message and 19 2022-09-13 version 3.20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 24 2022-04-05 version 3.20.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 36 2022-03-04 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 49 * Encoding and decoding of binary format will now work properly on big-endian 51 * UTF-8 verification was fixed to properly reject surrogate code points. [all …]
|
| /external/protobuf/ |
| D | CHANGES.txt | 1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 * Fix round-trip bug (#10158) 6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960) 12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.… 16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721) 42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 44 * Refactoring java full runtime to reuse sub-message builders and prepare to [all …]
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | ChangeLog | 3 = Mbed TLS 2.28.7 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 2.28.6 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 24 = Mbed TLS 2.28.5 branch released 2023-10-05 39 (notably recent versions of Clang and IAR) could produce non-constant 43 ARC4 or null-cipher cipher suites. Credit to OSS-Fuzz. 53 mbedtls_x509_san_other_name struct. The type-id of the otherName was not 73 = Mbed TLS 2.28.4 branch released 2023-08-04 88 M-class CPUs (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23, [all …]
|
| /external/mbedtls/ |
| D | ChangeLog | 3 = Mbed TLS 3.5.2 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 3.5.1 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 28 = Mbed TLS 3.5.0 branch released 2023-10-05 31 * Mbed TLS 3.4 introduced support for omitting the built-in implementation 32 of ECDSA and/or EC J-PAKE when those are provided by a driver. However, 33 there was a flaw in the logic checking if the built-in implementation, in 36 accelerated and still have the built-in implementation compiled out. 39 considered not accelerated, and the built-in implementation of the curves [all …]
|
12