Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:lib +full:- +full:only (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/external/curl/docs/
DHTTP3.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 [HTTP/3 Explained](https://http3-explained.haxx.se/en/) - the online free
14 [quicwg.org](https://quicwg.org/) - home of the official protocol drafts
22 [quiche](https://github.com/cloudflare/quiche) - **EXPERIMENTAL**
24 [OpenSSL 3.2+ QUIC](https://github.com/openssl/openssl) - **EXPERIMENTAL**
26 [msh3](https://github.com/nibanks/msh3) (with [msquic](https://github.com/microsoft/msquic)) - **EX…
31 when built to use *quiche* or *msh3*. Only the *ngtcp2* backend is not
35 master branch using pull-requests, just like ordinary changes.
[all …]
DECH.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Building curl with HTTPS-RR and ECH support
16 This should however provide enough of a proof-of-concept to prompt an informed
22 To build our ECH-enabled OpenSSL fork:
26 git clone https://github.com/defo-project/openssl
28 ./config --libdir=lib --prefix=$HOME/code/openssl-local-inst
30 make -j8
36 To build curl ECH-enabled, making use of the above:
[all …]
/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
36 - run:
38 autoreconf -fi
39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }
41 configure-openssl-no-verbose:
43 - run:
45 autoreconf -fi
46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }
[all …]
/external/oss-fuzz/projects/ffmpeg/
Dbuild.sh1 #!/bin/bash -eux
8 # http://www.apache.org/licenses/LICENSE-2.0
18 # Disable UBSan vptr since several targets built with -fno-rtti.
19 export CFLAGS="$CFLAGS -fno-sanitize=vptr"
20 export CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr"
24 mkdir -p $FFMPEG_DEPS_PATH
27 export LD_LIBRARY_PATH="$FFMPEG_DEPS_PATH/lib"
30 bzip2 -f -d alsa-lib-*
31 tar xf alsa-lib-*
32 rm alsa-lib-*.tar
[all …]
/external/arm-trusted-firmware/plat/arm/board/fvp/
Dplatform.mk2 # Copyright (c) 2013-2021, Arm Limited and Contributors. All rights reserved.
4 # SPDX-License-Identifier: BSD-3-Clause
22 # only; enable redistributor frames of all CPU cores by default.
25 FVP_DT_PREFIX := fvp-base-gicv3-psci
57 # The GIC model (GIC-600 or GIC-500) will be detected at runtime
85 FVP_DT_PREFIX := fvp-base-gicv2-psci
104 PLAT_INCLUDES := -Iplat/arm/board/fvp/include
109 FVP_CPU_LIBS := lib/cpus/${ARCH}/aem_generic.S
117 FVP_CPU_LIBS += lib/cpus/aarch64/cortex_a35.S \
118 lib/cpus/aarch64/cortex_a53.S \
[all …]
/external/e2fsprogs/
Dconfigure.ac5 AC_CONFIG_HEADERS([lib/config.h])
18 E2FSPROGS_DAY=$(echo $E2FSPROGS_DATE | awk -F- '{print $1}' | sed -e '/^[[1-9]]$/s/^/0/')
19 MONTH=`echo $E2FSPROGS_DATE | awk -F- '{print $2}'`
20 YEAR=`echo $E2FSPROGS_DATE | awk -F- '{print $3}'`
47 sed -e 's/-WIP//' -e 's/pre-//' -e 's/-PLUS//'`
52 *-WIP|pre-*)
73 AC_ARG_WITH([diet-libc],
74 AS_HELP_STRING([--with-diet-libc],[use diet libc]),
75 CC="diet cc -nostdinc"
77 if test -z "$LIBS"
[all …]
/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/
Dplatform.mk2 # Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
5 # SPDX-License-Identifier: BSD-3-Clause
14 # enable assert() for release/debug builds
19 # enable dynamic memory mapping
23 # Enable exception handling at EL3
27 # Enable PSCI v1.0 extended state ID format
30 # code and read-only data should be put on separate memory pages
36 # enable D-cache early during CPU warmboot
42 # Flag to enable WDT FIQ interrupt handling for Tegra SoCs
49 # Enable stack protection
[all …]
/external/arm-trusted-firmware/plat/nvidia/tegra/
Dplatform.mk2 # Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
5 # SPDX-License-Identifier: BSD-3-Clause
14 # enable assert() for release/debug builds
19 # enable dynamic memory mapping
23 # Enable exception handling at EL3
27 # Enable PSCI v1.0 extended state ID format
30 # code and read-only data should be put on separate memory pages
36 # enable D-cache early during CPU warmboot
42 # Flag to enable WDT FIQ interrupt handling for Tegra SoCs
49 # Enable stack protection
[all …]
/external/trusty/arm-trusted-firmware/plat/arm/board/fvp/
Dplatform.mk2 # Copyright (c) 2013-2023, Arm Limited and Contributors. All rights reserved.
4 # SPDX-License-Identifier: BSD-3-Clause
22 # only; enable redistributor frames of all CPU cores by default.
25 FVP_DT_PREFIX := fvp-base-gicv3-psci
31 # Macro to enable helpers for running SPM tests. Disabled by default.
37 # 1. the cleanup that introduced these enables cleaned up tf-a a little too
40 # necessary to forcefully and unconditionally enable them here.
41 # 2. the progbits limit is exceeded only when the tsp is involved. However,
44 # The fix is to enable everything, as before. When the tsp is included, though,
47 # Similarly, DRTM support is only tested on v8.0 models. Disable everything just
[all …]
/external/curl/
Dconfigure.ac21 # SPDX-License-Identifier: curl
29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])
40 AC_CONFIG_SRCDIR([lib/urldata.h])
41 AC_CONFIG_HEADERS(lib/curl_config.h)
67 if test -z "$SED"; then
71 if test -z "$SED" || test "$SED" = "not_found"; then
79 if test -z "$GREP"; then
83 if test -z "$GREP" || test "$GREP" = "not_found"; then
89 dnl 'grep -E' is mandatory for configure process and libtool.
91 if test -z "$EGREP"; then
[all …]
/external/curl/.github/workflows/
Dngtcp2-linux.yml3 # SPDX-License-Identifier: curl
5 name: ngtcp2-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dosslq-linux.yml3 # SPDX-License-Identifier: curl
5 name: osslq-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
37 #CFLAGS += -I/usr/local/include
38 #LIBS += -L/usr/local/lib
39 #LIBS_p += -L/usr/local/lib
40 #LIBS_c += -L/usr/local/lib
44 #CFLAGS += -I/usr/include/w32api/ddk
[all …]
Ddefconfig14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
52 #CFLAGS += -I/usr/local/include
53 #LIBS += -L/usr/local/lib
54 #LIBS_p += -L/usr/local/lib
[all …]
/external/oss-fuzz/projects/spidermonkey-ufi/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
18 # Case-sensitive names of internal Firefox fuzzing targets. Edit to add more.
26 ../../mach --no-interactive bootstrap --application-choice browser
37 mkdir -p build_OPT.OBJ
41 --enable-debug \
42 --enable-optimize="-O2 -gline-tables-only" \
43 --disable-jemalloc \
44 --enable-tests \
45 --enable-fuzzing \
[all …]
/external/libpcap/
Dconfigure.ac24 # These are the variables that are used in Makefile, pcap-config, and
28 # temporarily during tests that involve compilation). Used only when
31 # CXXFLAGS: inherited from the environment, not modified by us. Used only
39 # added to ADDITIONAL_LIBS, and only added to LIBS at the end, after
44 # pcap-config, so that "pcap-config --libs --static" will report them.
47 # REQUIRES_PRIVATE: pkg-config package names for additional libraries
50 # so that "pkg-config --libs --static" will report them, and so that
54 # V_CCOPT: additional compiler flags other than -I and -D flags
58 # V_DEFS: additional -D compiler flags needed when compiling
61 # V_INCLS: additional -I compiler flags needed when compiling
[all …]
/external/oss-fuzz/projects/spidermonkey/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 ../../mach --no-interactive bootstrap --application-choice browser
29 --enable-debug \
30 --enable-optimize="-O2 -gline-tables-only" \
31 --disable-jemalloc \
32 --disable-tests \
33 --enable-address-sanitizer \
34 --disable-cranelift
36 make "-j$(nproc)"
[all …]
/external/libwebsockets/
DCMakeLists.txt2 # libwebsockets - small server side websockets and web server implementation
4 # Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com>
48 # For selecting between DEBUG / RELEASE, use -DCMAKE_BUILD_TYPE=DEBUG or =RELEASE
61 #set(CMAKE_TOOLCHAIN_FILE contrib/cross-esp32.cmake)
98 option(LWS_WITH_DISTRO_RECOMMENDED "Enable features recommended for distro packaging" OFF)
99 option(LWS_FOR_GITOHASHI "Enable features recommended for use with gitohashi" OFF)
109 option(LWS_WITH_NETWORK "Compile with network-related code" ON)
118 option(LWS_WITH_CGI "Include CGI (spawn process with network-connected stdin/out/err) APIs" OFF)
124 option(LWS_WITH_ZIP_FOPS "Support serving pre-zipped files" OFF)
127 option(LWS_WITH_ACCESS_LOG "Support generating Apache-compatible access logs" OFF)
[all …]
/external/wpa_supplicant_8/hostapd/
Dandroid.config24 #CFLAGS += -I$(LIBNL)/include
25 #LIBS += -L$(LIBNL)/lib
41 #CFLAGS += -I/usr/local/include
42 #LIBS += -L/usr/local/lib
43 #LIBS_p += -L/usr/local/lib
44 #LIBS_c += -L/usr/local/lib
46 # Driver interface for no driver (e.g., RADIUS server only)
49 # WPA2/IEEE 802.11i RSN pre-authentication
58 # EAP-MD5 for the integrated EAP server
61 # EAP-TLS for the integrated EAP server
[all …]
/external/llvm/
DCMakeLists.txt59 message(STATUS "Found libtool - ${CMAKE_LIBTOOL}")
63 "${CMAKE_LIBTOOL} -static -o <TARGET> <LINK_FLAGS> <OBJECTS> ")
68 # The following only works with the Ninja generator in CMake >= 3.0.
73 message(WARNING "Job pooling is only available with Ninja generators.")
82 add_definitions(-DLLVM_BUILD_GLOBAL_ISEL)
89 message(WARNING "Job pooling is only available with Ninja generators.")
109 option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF)
111 option(LLVM_USE_FOLDERS "Enable solution folders in Visual Studio. Disable for Express versions." O…
159 # generate an in-tree build (unless on MSVC_IDE, where it is ok), and to make
164 message(FATAL_ERROR "In-source builds are not allowed.
[all …]
/external/rust/crates/getrandom/
DCargo.toml.orig3 version = "0.2.12" # Also update html_root_url in lib.rs when bumping this
6 license = "MIT OR Apache-2.0"
7 description = "A small cross-platform library for retrieving random data from system source"
9 repository = "https://github.com/rust-random/getrandom"
10 categories = ["os", "no-std"]
14 cfg-if = "1"
18 core = { version = "1.0", optional = true, package = "rustc-std-workspace-core" }
21 libc = { version = "0.2.149", default-features = false }
24 wasi = { version = "0.11", default-features = false }
27 wasm-bindgen = { version = "0.2.62", default-features = false, optional = true }
[all …]
/external/cronet/build/config/win/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
25 # "10" - Windows UWP 10
26 # "8.1" - Windows RT 8.1
27 # "8.0" - Windows RT 8.0
31 # "app" - Windows Store Applications
32 # "phone" - Windows Phone Applications
33 # "system" - Windows Drivers and Tools
34 # "server" - Windows Server Applications
35 # "desktop" - Windows Desktop Applications
38 # Set this to use clang-style diagnostics format instead of MSVC-style, which
[all …]
/external/angle/build/config/win/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
24 # "10" - Windows UWP 10
25 # "8.1" - Windows RT 8.1
26 # "8.0" - Windows RT 8.0
30 # "app" - Windows Store Applications
31 # "phone" - Windows Phone Applications
32 # "system" - Windows Drivers and Tools
33 # "server" - Windows Server Applications
34 # "desktop" - Windows Desktop Applications
37 # Set this to use clang-style diagnostics format instead of MSVC-style, which
[all …]
/external/tensorflow/tensorflow/tools/ci_build/devtoolset/
Dbuild_devtoolset.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Builds a devtoolset cross-compiler targeting manylinux 2010 (glibc 2.12 /
24 devtoolset-7)
26 LIBSTDCXX_ABI="gcc4-compatible"
28 devtoolset-9)
33 echo "Usage: $0 {devtoolset-7|devtoolset-9} <target-directory>"
34 …echo "Use 'devtoolset-7' to build a manylinux2010 compatible toolchain or 'devtoolset-9' to build …
39 mkdir -p "${TARGET}"
47 devtoolset-7)
[all …]
/external/python/cpython3/Lib/test/
Dcfgparser.26 # Any line which starts with a ; (semi-colon) or a # (hash)
9 # may wish to enable
17 # workgroup = NT-Domain-Name or Workgroup-Name
35 # CHANGES TO ENABLE PRINTING ON ALL CUPS PRINTERS IN THE NETWORK
36 # (as cups is now used in linux-mandrake 7.2 by default)
44 # yours is non-standard. Currently supported print systems include:
49 # Samba 2.2 supports the Windows NT-style point-and-print feature. To
53 # enable it below.
77 # the smb.conf man page. Do not enable this if (tcp/ip) name resolution #does
81 hosts allow = 127. //note this is only my private IP address
[all …]

12345678910>>...44