Searched +full:- +full:- +full:disable +full:- +full:dependency +full:- +full:tracking (Results 1 – 25 of 109) sorted by relevance
12345
| /third_party/libexif/ |
| D | .appveyor.yml | 5 - CONFIG: cygwin 6 - CONFIG: cygwin64 7 - CONFIG: msys2 10 - cmd: if [%CONFIG%]==[cygwin] ( 11 …C:\cygwin\setup-x86.exe -qgnNdO -l C:\cygwin\var\cache\setup -R c:\cygwin -s "%CYGWIN_MIRROR%" -P … 12 - cmd: if [%CONFIG%]==[cygwin64] ( 13 …C:\cygwin64\setup-x86_64.exe -qgnNdO -l C:\cygwin64\var\cache\setup -R c:\cygwin64 -s "%CYGWIN_MIR… 14 - cmd: if [%CONFIG%]==[msys2] ( 18 - cmd: if not [%CONFIG%]==[msys2] ( 19 …in\bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && autoreconf -sif && ./configure --prefix=$HOME --dis… [all …]
|
| D | .travis.yml | 16 - autopoint 21 - CONFIG=normal 22 - CONFIG=c90 23 - CONFIG=stackprotect 24 - CONFIG=disable-nls 26 - MAKEFLAGS='-j 2' 29 - clang 30 - gcc 33 - linux 34 - osx [all …]
|
| D | .cirrus.yml | 2 # https://cirrus-ci.com/github/libexif/libexif 8 image_family: freebsd-13-0 9 image_family: freebsd-12-2 10 image_family: freebsd-11-4 16 CFLAGS: -Wall -Wextra -O2 17 MAKE_FLAGS: -j 2 20 - pkg install -y autoconf automake libtool gettext-tools gettext-runtime 22 - autoreconf -sivf 23 - ./configure --disable-dependency-tracking CFLAGS="$CFLAGS" || { tail -300 config.log; false; } 25 - make V=1 [all …]
|
| /third_party/curl/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.5 -*- Autoconf -*- 3 # Copyright (C) 1996-2021 Free Software Foundation, Inc. 23 # Copyright (C) 2002-2021 Free Software Foundation, Inc. 30 # ---------------------------- 43 # ----------------------------- 50 # ------------------------------- 59 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 61 # Copyright (C) 2001-2021 Free Software Foundation, Inc. 87 # are both prefixed by $srcdir. In an in-source build this is usually 111 # AM_COND_IF -*- Autoconf -*- [all …]
|
| D | MacOSX-Framework | 22 # SPDX-License-Identifier: curl 33 # 10.5 is the *ONLY* SDK that support PPC64 :( -- 10.6 do not have ppc64 support 45 VERSION=`/usr/bin/sed -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' include/curl/curlver.h` 46 FRAMEWORK_VERSION=Versions/Release-$VERSION 49 # version to Versions/Release-7.20.1 etc. 50 # now a simple rsync -vaP libcurl.framework /Library/Frameworks will install it 54 DEVELOPER_PATH=`xcode-select --print-path` 57 if test -d "$DEVELOPER_PATH/Platforms/MacOSX.platform/Developer/SDKs"; then 62 OLD_SDK=`ls $SDK_PATH|head -1` 63 NEW_SDK=`ls -r $SDK_PATH|head -1` [all …]
|
| /third_party/protobuf/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.2 -*- Autoconf -*- 3 # Copyright (C) 1996-2020 Free Software Foundation, Inc. 23 # Copyright (C) 2002-2020 Free Software Foundation, Inc. 30 # ---------------------------- 43 # ----------------------------- 50 # ------------------------------- 59 # Copyright (C) 2011-2020 Free Software Foundation, Inc. 65 # AM_PROG_AR([ACT-IF-FAIL]) 66 # ------------------------- 67 # Try to determine the archiver interface, and trigger the ar-lib wrapper [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.1 -*- Autoconf -*- 3 # Copyright (C) 1996-2018 Free Software Foundation, Inc. 23 # Copyright (C) 2002-2018 Free Software Foundation, Inc. 30 # ---------------------------- 43 # ----------------------------- 50 # ------------------------------- 59 # Figure out how to run the assembler. -*- Autoconf -*- 61 # Copyright (C) 2001-2018 Free Software Foundation, Inc. 68 # ---------- 76 _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl [all …]
|
| /third_party/curl/packages/vms/ |
| D | gnv_curl_configure.sh | 20 # SPDX-License-Identifier: ISC 33 # Override configure adding -std1 which is too strict for what curl 41 ./configure --prefix=/usr --exec-prefix=/usr --disable-dependency-tracking \ 42 --disable-libtool-lock --with-gssapi --disable-ntlm-wb \ 43 --with-ca-path=gnv\$curl_ca_path
|
| D | build_curl-config_script.com | 1 $! build_curl-config_script.com 3 $! This generates the curl-config. script from the curl-config.in file. 19 $! SPDX-License-Identifier: ISC 23 $! Skip this if the curl-config. already exists. 24 $ if f$search("[--]curl-config.") .nes. "" then goto all_exit 38 $ x_cppflag_curl_staticlib = "-DCURL_STATICLIB" 52 $ part1 = "-L/usr/lib -L/SSL_LIB -lssl -lcrypto -lz" 57 $ x_libcurl_libs = part1 + " -lgssapi" 62 $!----------------------- 64 $ open/read/error=version_loop_end vhf [--.include.curl]curlver.h [all …]
|
| /third_party/PyYAML/packaging/build/ |
| D | libyaml.sh | 3 set -eux 7 git config --global advice.detachedHead false 8 git clone --branch "$LIBYAML_REF" "$LIBYAML_REPO" libyaml 10 git reset --hard "$LIBYAML_REF" 15 # build only a static library- reduces our reliance on auditwheel/delocate magic 16 ./configure --disable-dependency-tracking --with-pic --enable-shared=no 24 make test-all
|
| /third_party/curl/m4/ |
| D | curl-confopts.m4 | 21 # SPDX-License-Identifier: curl 29 dnl ------------------------------------------------- 31 dnl --enable-threaded-resolver or --disable-threaded-resolver, and 38 AS_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver]) 39 AS_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]), 43 dnl --disable-threaded-resolver option used 55 dnl ------------------------------------------------- 57 dnl --enable-ares or --disable-ares, and 63 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups]) 66 AS_HELP_STRING([--enable-ares@<:@=PATH@:>@],[Enable c-ares for DNS lookups]) [all …]
|
| /third_party/protobuf/third_party/googletest/googletest/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.2 -*- Autoconf -*- 3 # Copyright (C) 1996-2020 Free Software Foundation, Inc. 23 # Copyright (C) 2002-2020 Free Software Foundation, Inc. 30 # ---------------------------- 43 # ----------------------------- 50 # ------------------------------- 59 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 61 # Copyright (C) 2001-2020 Free Software Foundation, Inc. 87 # are both prefixed by $srcdir. In an in-source build this is usually 111 # AM_CONDITIONAL -*- Autoconf -*- [all …]
|
| /third_party/cares/ |
| D | c-ares.spec | 1 Name: c-ares 7 URL: https://github.com/c-ares/c-ares 8 Source0: https://github.com/c-ares/c-ares/releases/download/cares-1_18_1/%{name}-%{version}.… 12 Patch0: 0000-Use-RPM-compiler-options.patch 13 Patch1: backport-disable-live-tests.patch 14 Patch2: backport-add-str-len-check-in-config_sortlist-to-avoid-stack-overflow.patch 15 Patch3: backport-CVE-2023-32067.patch 16 Patch4: backport-001-CVE-2023-31130.patch 17 Patch5: backport-002-CVE-2023-31130.patch 18 Patch6: backport-003-CVE-2023-31130.patch [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TargetSubtargetInfo.h | 1 //===- llvm/CodeGen/TargetSubtargetInfo.h - Target Information --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 56 //===----------------------------------------------------------------------===// 58 /// TargetSubtargetInfo - Generic base class for all target subtargets. All 59 /// Target-specific options that control code generation and printing should 60 /// be exposed through a TargetSubtargetInfo-derived class. 73 // AntiDepBreakMode - Type of anti-dependence breaking that should 74 // be performed before post-RA scheduling. [all …]
|
| /third_party/libevdev/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.5 -*- Autoconf -*- 3 # Copyright (C) 1996-2021 Free Software Foundation, Inc. 23 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 24 # serial 11 (pkg-config-0.29.1) 27 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> 41 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 42 dnl 02111-1307, USA. 50 dnl PKG_PREREQ(MIN-VERSION) 51 dnl ----------------------- 54 dnl Verify that the version of the pkg-config macros are at least [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| 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.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 | 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 | 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.1.0.rst | 1 Mesa 20.1.0 Release Notes / 2020-05-27 21 --------------- 25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on i965. 31 - GL_EXT_depth_bounds_test on Iris. 32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0. 33 - GL_NV_alpha_to_coverage_dither_control on radeonsi 34 - GL_NV_copy_image on all gallium drivers. 35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast. [all …]
|
| D | 20.2.0.rst | 1 Mesa 20.2.0 Release Notes / 2020-09-28 20 --------------- 24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on Iris. 32 - GL_ARB_gpu_shader5 on llvmpipe 34 - GL_ARB_post_depth_coverage on llvmpipe 36 - GLES 3.2 on llvmpipe 38 - GL_EXT_shader_group_vote on GLES3. 40 - GL_EXT_texture_shadow_lod on llvmpipe [all …]
|
| D | 22.1.0.rst | 1 Mesa 22.1.0 Release Notes / 2022-05-18 20 --------------- 24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz 28 ------------ 30 - d3d12 GL4.2 31 - GL_NV_pack_subimage 32 - VK_EXT_depth_clip_control on lavapipe and RADV 33 - Vulkan 1.3 support on lavapipe 34 - VK_EXT_graphics_pipeline_library on lavapipe 35 - VK_EXT_primitives_generated_query on lavapipe [all …]
|
| /third_party/rust/crates/libc/ |
| D | README.md | 1 # libc - Raw FFI bindings to platforms' system libraries 6 code (or "C-like" code) on each of the platforms that Rust supports. This 17 [rfc]: https://github.com/rust-lang/rfcs/blob/HEAD/text/1291-promote-libc.md 23 For v0.2, please submit PRs to the `libc-0.2` branch instead. 26 See the [tracking issue](https://github.com/rust-lang/libc/issues/3248) for details. 39 * `std`: by default `libc` links to the standard library. Disable this 40 feature to remove this dependency and be able to use `libc` in `#![no_std]` 46 * `const-extern-fn`: Changes some `extern fn`s into `const extern fn`s. 60 |----------------------|---------| 68 | `const-extern-fn` | 1.62.0 | [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*- 3 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 23 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 24 # serial 1 (pkg-config-0.24) 40 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 47 # PKG_PROG_PKG_CONFIG([MIN-VERSION]) 48 # ---------------------------------- 50 [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) 53 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) 54 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_core.cpp | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 52 if (sctx->init(rctx->isa, translate_chip(rctx->b.family), in r600_sb_context_create() 53 translate_chip_class(rctx->b.gfx_level))) { in r600_sb_context_create() 58 unsigned df = rctx->screen->b.debug_flags; in r600_sb_context_create() 79 ctx->src_stats.dump(); in r600_sb_context_destroy() 81 ctx->opt_stats.dump(); in r600_sb_context_destroy() 83 ctx->src_stats.dump_diff(ctx->opt_stats); in r600_sb_context_destroy() 96 unsigned shader_id = bc->debug_id; in r600_sb_bytecode_process() 98 sb_context *ctx = (sb_context *)rctx->sb_context; in r600_sb_bytecode_process() 100 rctx->sb_context = ctx = r600_sb_context_create(rctx); in r600_sb_bytecode_process() [all …]
|
12345