| /third_party/vulkan-loader/.github/workflows/ |
| D | build.yml | 1 # Copyright (c) 2021-2024 Valve Corporation 2 # Copyright (c) 2021-2024 LunarG, Inc. 8 # http://www.apache.org/licenses/LICENSE-2.0 21 # https://docs.github.com/en/actions/using-jobs/using-concurrency 25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 26 cancel-in-progress: true 32 - main 34 permissions: read-all 39 runs-on: ${{matrix.os}} 44 os: [ ubuntu-20.04, ubuntu-22.04 ] [all …]
|
| /third_party/vulkan-loader/loader/ |
| D | CMakeLists.txt | 2 # Copyright (c) 2014-2023 The Khronos Group Inc. 3 # Copyright (c) 2014-2023 Valve Corporation 4 # Copyright (c) 2014-2023 LunarG, Inc. 6 # Copyright (c) 2023-2023 RasterGrid Kft. 12 # http://www.apache.org/licenses/LICENSE-2.0 29 …# Note: When linking your app or driver to OneCore.lib, be sure to remove any links to non-umbrell… 50 # Place it in the build directory - the GN build will use the checked in file 122 if(USE_MASM AND MINGW) 126 … execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpmachine OUTPUT_VARIABLE COMPILER_VERSION_OUTPUT) 129 set(JWASM_FLAGS -win64) [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 24 If not, then you should install a different compiler that has no 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 [all …]
|
| /third_party/zlib/ |
| D | ChangeLog | 5 - Reject overflows of zip header fields in minizip 6 - Fix bug in inflateSync() for data held in bit buffer 7 - Add LIT_MEM define to use more memory for a small deflate speedup 8 - Fix decision on the emission of Zip64 end records in minizip 9 - Add bounds checking to ERR_MSG() macro, used by zError() 10 - Neutralize zip file traversal attacks in miniunz 11 - Fix a bug in ZLIB_DEBUG compiles in check_match() 12 - Various portability and appearance improvements 15 - Remove K&R function definitions and zlib2ansi 16 - Fix bug in deflateBound() for level 0 and memLevel 9 [all …]
|
| /third_party/vk-gl-cts/external/amber/src/ |
| D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 38 "Skip building spirv-tools into the library" ${AMBER_SKIP_SPIRV_TOOLS}) 52 option(AMBER_DISABLE_WERROR "Build without the -Werror flag" ${AMBER_DISABLE_WERROR}) 53 option(AMBER_DISABLE_WEVERYTHING "Build without the -Weverything flag" ${AMBER_DISABLE_WEVERYTHING}) 56 message(FATAL_ERROR "Amber no longer supports Vulkan debugging") 123 enable_language(ASM) 129 message(STATUS "Amber enable SPIRV-Tools: ${AMBER_ENABLE_SPIRV_TOOLS}") 143 include_directories("${PROJECT_SOURCE_DIR}/third_party/spirv-tools/include") 152 add_definitions(-DAMBER_CTS_VULKAN_HEADER=$<BOOL:${VULKAN_CTS_HEADER}>) 153 add_definitions(-DAMBER_ENGINE_VULKAN=$<BOOL:${Vulkan_FOUND}>) [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/libpng/ |
| D | CMakeLists.txt | 3 # Copyright (c) 2018-2019 Cosmin Truta 4 # Copyright (c) 2007,2009-2018 Glenn Randers-Pehrson 6 # Revised by Roger Lowman, 2009-2010 7 # Revised by Clifford Yapp, 2011-2012,2017 24 project(libpng C ASM) 38 # Useful if zlib is being built alongside this as a sub-project. 79 if(index EQUAL -1) 90 add_definitions(-DPNG_ARM_NEON_OPT=2) 92 add_definitions(-DPNG_ARM_NEON_CHECK_SUPPORTED) 95 add_definitions(-DPNG_ARM_NEON_OPT=0) [all …]
|
| D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2014-01-03.01 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2015 Free Software Foundation, Inc. 10 # This is free software; see the source for copying conditions. There is NO 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## 48 ## ------------------------------- ## [all …]
|
| /third_party/skia/m133/third_party/externals/libpng/ |
| D | CMakeLists.txt | 2 # CMakeLists.txt - CMake lists for libpng 4 # Copyright (c) 2018-2024 Cosmin Truta. 5 # Copyright (c) 2007-2018 Glenn Randers-Pehrson. 11 # http://libpng.org/pub/png/src/libpng-LICENSE.txt 16 # SPDX-License-Identifier: libpng-2.0 31 LANGUAGES C ASM) 41 # Allow the users to specify an application-specific API prefix for libpng 42 # vendoring purposes. A standard libpng build should have no such prefix. 69 # Same as above, but for the third-party tools. 94 # This option is deprecated, and no longer needed with CMake 3.12 and newer. [all …]
|
| D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2019-02-19.15 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. 10 # This is free software; see the source for copying conditions. There is NO 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## 48 ## ------------------------------- ## [all …]
|
| /third_party/grpc/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 # Monkey Patch the unix compiler to accept ASM 43 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in. 44 egg_info.manifest_maker.template = "PYTHON-MANIFEST.in" 52 ABSL_INCLUDE = (os.path.join("third_party", "abseil-cpp"),) 71 os.path.join("third_party", "boringssl-with-bazel", "src", "include"), 74 UPB_GRPC_GENERATED_INCLUDE = (os.path.join("src", "core", "ext", "upb-gen"),) 76 os.path.join("src", "core", "ext", "upbdefs-gen"), 87 # Break import-style to ensure we can actually find our in-repo dependencies. 104 "Development Status :: 5 - Production/Stable", [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCAsmInfo.h | 1 //===-- llvm/MC/MCAsmInfo.h - Asm info --------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // asm writers. This class primarily takes care of global printing constants, 13 //===----------------------------------------------------------------------===// 41 Itanium, /// Windows x64, Windows Itanium (IA-64) 42 X86, /// Windows x86, uses no CFI, just EH tables 54 /// This class is intended to be used as a base class for asm 58 //===------------------------------------------------------------------===// 59 // Properties to be set by the target writer, used to configure asm printer. [all …]
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/ |
| D | build_sysroot.rs | 24 ) -> Compiler { in build_sysroot() 53 for wrapper in ["rustc-clif", "rustdoc-clif", "cargo-clif"] { in build_sysroot() 60 .arg("-o") in build_sysroot() 62 .arg("-Cstrip=debuginfo"); in build_sysroot() 112 if filename.contains("std-") && !filename.contains(".rlib") { in build_sysroot() 120 RelPath::DIST.to_path(&dirs).join(wrapper_base_name.replace("____", "rustc-clif")); in build_sysroot() 122 RelPath::DIST.to_path(&dirs).join(wrapper_base_name.replace("____", "rustdoc-clif")); in build_sysroot() 172 ) -> SysrootTarget { in build_sysroot_for_triple() 184 fn build_llvm_sysroot_for_triple(compiler: Compiler) -> SysrootTarget { in build_llvm_sysroot_for_triple() 207 // These are large crates that are part of the rustc-dev component and are not in build_llvm_sysroot_for_triple() [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/libpng/ |
| D | huawei_libpng_CMakeList.patch | 1 diff --git a/CMakeLists.txt b/CMakeLists.txt 3 --- a/CMakeLists.txt 5 @@ -1,1162 +1,26 @@ 8 -# CMakeLists.txt - CMake lists for libpng 9 -# 10 -# Copyright (c) 2018-2024 Cosmin Truta. 11 -# Copyright (c) 2007-2018 Glenn Randers-Pehrson. 12 -# Originally written by Christian Ehrlicher, 2007. 13 -# 14 -# Use, modification and distribution are subject to [all …]
|
| /third_party/mbedtls/programs/test/ |
| D | benchmark.c | 5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 51 /* *INDENT-OFF* */ 52 #ifndef asm 53 #define asm __asm macro 55 /* *INDENT-ON* */ 106 #define HEADER_FORMAT " %-24s : " 124 mbedtls_printf("FAILED: -0x%04x\n", (unsigned int) -ret); 155 (mbedtls_timing_hardclock() - tsc) \ 165 * sed -n 's/.*[T]IME_PUBLIC.*"\(.*\)",/\1/p' programs/test/benchmark.c | 166 * awk '{print length+3}' | sort -rn | head -n1 [all …]
|
| /third_party/backends/ |
| D | configure.ac | 6 AC_INIT([sane-backends], 7 m4_esyscmd_s([tools/git-version-gen --prefix '' .tarball-version]), 8 [sane-devel@alioth-lists.debian.net]) 13 AM_INIT_AUTOMAKE([1.15 subdir-objects -Wall]) 20 AS_IF([test x = "x`echo $VERSION | sed 's/[[.0-9]]//g'`"], 22 [is_release=no]) 23 V_MAJOR=`echo $VERSION | $AWK -F. '{print $1}'` 24 V_MINOR=`echo $VERSION | $AWK -F. '{print $2}'` 25 V_REV=`echo $VERSION | $AWK -F. '{print $3}' | sed 's/^\([[0-9]]*\).*/\1/'`; 42 AC_PROG_CC_C99 dnl enables extensions to ISO C99 :-( [all …]
|
| /third_party/openssl/ |
| 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/libabigail/ |
| D | ltmain.sh | 1 # SPDX-License-Identifier: GPL-2.0-or-later 8 # This is free software; see the source for copying conditions. There is NO 11 # Usage: $progname [OPTION]... [MODE-ARG]... 13 # Provide generalized library-building support services. 15 # --config show all configuration variables 16 # --debug enable verbose shell tracing 17 # -n, --dry-run display commands without modifying any files 18 # --features display basic configuration information and exit 19 # --mode=MODE use operation mode MODE 20 # --preserve-dup-deps don't remove duplicate dependency libraries [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | ltmain.sh | 7 # This is free software; see the source for copying conditions. There is NO 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries [all …]
|
| /third_party/openssl/Configurations/ |
| D | 10-main.conf | 1 ## -*- mode: perl; -*- 8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) { 10 ASFLAGS => "-g", 11 asflags => "-Ox -f win64 -DNEAR", 12 asoutflag => "-o " }; 13 } elsif ($disabled{asm}) { 20 $die->("NASM not found - make sure it's installed and available on %PATH%\n"); 33 my $ver=`nasm -v 2>NUL`; 34 my $vew=`nasmw -v 2>NUL`; 38 asflags => "-f win32", [all …]
|
| /third_party/libedit/ |
| D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2019-02-19.15 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2019, 2021-2024 Free Software Foundation, Inc. 10 # This is free software; see the source for copying conditions. There is NO 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## 48 ## ------------------------------- ## [all …]
|
| /third_party/curl/ |
| D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2019-02-19.15 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. 10 # This is free software; see the source for copying conditions. There is NO 34 VERSION="2.4.7 Debian-2.4.7-7" 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## [all …]
|
| /third_party/lame/ |
| D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2014-01-03.01 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2015 Free Software Foundation, Inc. 10 # This is free software; see the source for copying conditions. There is NO 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## 48 ## ------------------------------- ## [all …]
|