Home
last modified time | relevance | path

Searched +full:mingw +full:- +full:no +full:- +full:asm +full:- +full:explicit (Results 1 – 25 of 55) sorted by relevance

123

/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # 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/zlib/
DChangeLog5 - 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h1 //===-- 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/skia/m133/third_party/externals/libpng/
DCMakeLists.txt2 # 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 …]
Dltmain.sh2 ## 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/libpng/
Dhuawei_libpng_CMakeList.patch1 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/openssl/
DINSTALL.md11 - [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 …]
DCHANGES.md4 This is a high-level summary of the most important changes.
11 ----------------
13 - [OpenSSL 3.0](#openssl-30)
14 - [OpenSSL 1.1.1](#openssl-111)
15 - [OpenSSL 1.1.0](#openssl-110)
16 - [OpenSSL 1.0.2](#openssl-102)
17 - [OpenSSL 1.0.1](#openssl-101)
18 - [OpenSSL 1.0.0](#openssl-100)
19 - [OpenSSL 0.9.x](#openssl-09x)
22 -----------
[all …]
/third_party/skia/m133/third_party/externals/icu/source/common/unicode/
Dplatform.h6 * Copyright (C) 1997-2016, International Business Machines
33 * to simplify cross-compiling and working with non-autoconf/make build systems.
41 * As a temporary workaround, you can add an explicit \#define for some macros
42 * before it is first tested, or add an equivalent -D macro definition
49 * gcc -E -dM -x c /dev/null | sort
52 * <code>-x c++</code> is for C++.)
72 * We used to define one different, value-less macro per platform.
92 /** MinGW. Windows, calls to Win32 API, but using GNU gcc and binutils. @internal */
101 /** HP-UX is based on UNIX System V. @internal */
112 * Darwin is a POSIX-compliant operating system, composed of code developed by Apple,
[all …]
/third_party/icu/icu4c/source/common/unicode/
Dplatform.h6 * Copyright (C) 1997-2016, International Business Machines
33 * to simplify cross-compiling and working with non-autoconf/make build systems.
41 * As a temporary workaround, you can add an explicit \#define for some macros
42 * before it is first tested, or add an equivalent -D macro definition
49 * gcc -E -dM -x c /dev/null | sort
52 * <code>-x c++</code> is for C++.)
72 * We used to define one different, value-less macro per platform.
92 /** MinGW. Windows, calls to Win32 API, but using GNU gcc and binutils. @internal */
101 /** HP-UX is based on UNIX System V. @internal */
112 * Darwin is a POSIX-compliant operating system, composed of code developed by Apple,
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dplatform.h6 * Copyright (C) 1997-2016, International Business Machines
33 * to simplify cross-compiling and working with non-autoconf/make build systems.
41 * As a temporary workaround, you can add an explicit \#define for some macros
42 * before it is first tested, or add an equivalent -D macro definition
49 * gcc -E -dM -x c /dev/null | sort
52 * <code>-x c++</code> is for C++.)
72 * We used to define one different, value-less macro per platform.
92 /** MinGW. Windows, calls to Win32 API, but using GNU gcc and binutils. @internal */
101 /** HP-UX is based on UNIX System V. @internal */
112 * Darwin is a POSIX-compliant operating system, composed of code developed by Apple,
[all …]
/third_party/openssl/util/perl/OpenSSL/
Dconfig.pm2 # Copyright 1998-2023 The OpenSSL Project Authors. All Rights Reserved.
56 my $v = `$CROSS_COMPILE$CC -v 2>&1`;
57 $v =~ m/(?:(?:clang|LLVM) version|.*based on LLVM)\s+([0-9]+\.[0-9]+)/;
62 my $nul = File::Spec->devnull();
63 my $v = `$CROSS_COMPILE$CC -dumpversion 2> $nul`;
66 $v =~ s/^[a-zA-Z]*\-//;
77 [ 'A\/UX:.*', 'm68k-apple-aux3' ],
78 [ 'AIX:[3-9]:4:.*', '${MACHINE}-ibm-aix' ],
79 [ 'AIX:.*?:[5-9]:.*', '${MACHINE}-ibm-aix' ],
80 [ 'AIX:.*', '${MACHINE}-ibm-aix3' ],
[all …]
/third_party/openssl/Configurations/
D10-main.conf1 ## -*- 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/libabigail/
Dltmain.sh1 # 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/
Dltmain.sh7 # 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/mesa3d/docs/relnotes/
D22.2.0.rst1 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 …]
D19.3.0.rst1 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 …]
D21.0.0.rst1 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 …]
D7.10.rst16 -------------
20 0a70c15c135561824bdcae92bf232e43 MesaLib-7.10.tar.gz
21 33fb94eccc02cbb4d8d1365615e38e46 MesaLib-7.10.tar.bz2
22 5cafdc0eda0f9bf370b95c98df3338fa MesaLib-7.10.zip
23 bc644be551ed585fc4f66c16b64a91c9 MesaGLUT-7.10.tar.gz
24 5c2677a155672352d62b177e4f0f92e8 MesaGLUT-7.10.tar.bz2
25 2ce5001f74496d1ba719ef74d910a5cf MesaGLUT-7.10.zip
28 ------------
30 - GL_ARB_explicit_attrib_location extension (Intel and software
32 - GL_ARB_texture_rg (Intel, software drivers, gallium drivers).
[all …]
/third_party/libedit/
Dltmain.sh2 ## 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/
Dltmain.sh2 ## 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/skia/third_party/externals/libpng/
Dltmain.sh2 ## 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/lame/
Dltmain.sh2 ## 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/libevdev/build-aux/
Dltmain.sh2 ## 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/rust/rust/compiler/rustc_session/src/
Dconfig.rs2 //! command-line options.
42 /// The different settings that the `-C strip` flag can have.
55 /// The different settings that the `-C control-flow-guard` flag can have.
61 /// Emit Control Flow Guard metadata but no checks.
68 /// The different settings that the `-Z cf-protection` flag can have.
71 /// Do not enable control-flow protection
74 /// Emit control-flow protection for branches (enables indirect branch tracking).
77 /// Emit control-flow protection for returns.
80 /// Emit control-flow protection for both branches and returns.
86 No, // -O0 enumerator
[all …]

123