Searched +full:libc +full:- +full:ares +full:- +full:dev (Results 1 – 19 of 19) sorted by relevance
| /external/curl/.github/workflows/ |
| D | torture.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' 18 - 'appveyor.*' [all …]
|
| D | linux-old.yml | 3 # SPDX-License-Identifier: curl 12 # stretch has ELTS support from Feexian until 2027-06-30 13 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/ 14 # The Debian key will expire 2025-05-20, after which package signature 24 - master 25 - '*/ci' 26 paths-ignore: 27 - '**/*.md' 28 - '.azure-pipelines.yml' 29 - '.circleci/**' [all …]
|
| D | osslq-linux.yml | 3 # 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 …]
|
| D | quiche-linux.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' 18 - 'appveyor.*' [all …]
|
| D | ngtcp2-linux.yml | 3 # 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 …]
|
| /external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/ |
| D | run_distrib_test_cmake.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 apt-get update && apt-get install -y libssl-dev 24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4} 27 mkdir -p "third_party/abseil-cpp/cmake/build" 28 pushd "third_party/abseil-cpp/cmake/build" 29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../.. 30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install 33 # Install c-ares 34 # If the distribution provides a new-enough version of c-ares, [all …]
|
| /external/grpc-grpc/test/distrib/cpp/ |
| D | run_distrib_test_cmake.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 apt-get update && apt-get install -y libssl-dev 24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4} 27 mkdir -p "third_party/abseil-cpp/cmake/build" 28 pushd "third_party/abseil-cpp/cmake/build" 29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../.. 30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install 33 # Install c-ares 34 # If the distribution provides a new-enough version of c-ares, [all …]
|
| /external/oss-fuzz/projects/frr/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 19 RUN apt-get update && apt-get install -y git autoconf automake libtool make \ 20 libreadline-dev texinfo libjson-c-dev pkg-config bison flex python3-pip \ 21 libc-ares-dev python3-dev python3-sphinx build-essential libsystemd-dev \ 22 libsnmp-dev libcap-dev libelf-dev libpcre3-dev libpcre2-dev 26 RUN git clone --depth 1 --branch fuzz https://github.com/FRRouting/frr 28 RUN git clone --depth 1 https://github.com/qlyoung/corpi
|
| /external/rust/crates/grpcio-sys/grpc/ |
| D | build_handwritten.yaml | 8 '#04': not listed in doc/g_stands_for.md - and update that document to list the 11 '#07': Master always has a "-dev" suffix 12 '#08': Use "-preN" suffixes to identify pre-release versions 13 '#09': Per-language overrides are possible with (eg) ruby_version tag here 23 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 24 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS 27 LDFLAGS: -fsanitize=address 33 asan-noleaks: 35 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 36 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS [all …]
|
| D | BUILDING.md | 1 gRPC C++ - Building from source 5 …/cpp#to-start-using-grpc-c) instructions for guidance on how to add gRPC as a dependency to a C++ … 7 # Pre-requisites 12 $ [sudo] apt-get install build-essential autoconf libtool pkg-config 17 $ [sudo] apt-get install cmake 23 $ [sudo] apt-get install clang libc++-dev 34 $ [sudo] xcode-select --install 58 - Install Visual Studio 2019 or later (Visual C++ compiler will be used). 59 - Install [Git](https://git-scm.com/). 60 - Install [CMake](https://cmake.org/download/). [all …]
|
| /external/oss-fuzz/projects/wireshark/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 19 RUN apt-get update && apt-get install -y ninja-build cmake \ 20 flex bison libc-ares-dev \ 21 libglib2.0-dev libgcrypt20-dev 23 RUN git clone --depth=1 https://gitlab.com/wireshark/wireshark.git 24 RUN git clone --depth=1 https://bitbucket.org/jwzawadzki/wireshark-fuzzdb.git
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | INSTALL.md | 1 ** This file is adapted from libcurl and not yet fully rewritten for c-ares! ** 15 Lots of people download binary distributions of c-ares. This document 16 does not describe how to install c-ares using such a binary package. 17 This document describes how to compile, build and install c-ares from 24 release tarball, see the [GIT-INFO](GIT-INFO) file in the root directory 47 [GIT-INFO](GIT_INFO) on how to proceed. 51 ./configure --help 53 If you want to install c-ares in a different file hierarchy than /usr/local, 56 ./configure --prefix=/path/to/c-ares/tree 62 ./configure --prefix=$HOME [all …]
|
| D | CMakeLists.txt | 11 PROJECT (c-ares LANGUAGES C VERSION "1.19.1" ) 22 # -version-info 4:0:2 24 # This then generates a version of "(current-age).age.revision" with an 25 # interface version of "(current-age)" 27 # libname.so -> libname.so.2 28 # libname.so.2 -> libname.so.2.2.0 39 SET (CARES_RANDOM_FILE "/dev/urandom" CACHE STRING "Suitable File / Device Path for entropy, suc… 53 # CMAKE_CONFIGURATION_TYPES is empty on non-IDE generators (Ninja, NMake) 217 # Set system-specific compiler flags 219 LIST (APPEND SYSFLAGS -D_DARWIN_C_SOURCE) [all …]
|
| D | configure.ac | 3 AC_INIT([c-ares], [1.19.1], 4 [c-ares mailing list: http://lists.haxx.se/listinfo/c-ares]) 8 dnl passing -version-info 3:12:1 sets current to 3, revision to 12, and age to 57 if test -z "$SED" || test "$SED" = "not_found"; then 66 if test -z "$GREP" || test "$GREP" = "not_found"; then 73 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then 75 EGREP="$GREP -E" 81 if test -z "$EGREP" || test "$EGREP" = "not_found"; then 88 if test -z "$AR"; then 92 if test -z "$AR" || test "$AR" = "not_found"; then [all …]
|
| /external/curl/.circleci/ |
| D | config.yml | 21 # 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/grpc-grpc/ |
| D | BUILDING.md | 1 gRPC C++ - Building from source 5 …/cpp#to-start-using-grpc-c) instructions for guidance on how to add gRPC as a dependency to a C++ … 7 # Pre-requisites 12 $ [sudo] apt-get install build-essential autoconf libtool pkg-config 17 $ [sudo] apt-get install cmake 23 $ [sudo] apt-get install clang libc++-dev 34 $ [sudo] xcode-select --install 58 - Install Visual Studio 2019 or later (Visual C++ compiler will be used). 59 - Install [Git](https://git-scm.com/). 60 - Install [CMake](https://cmake.org/download/). [all …]
|
| /external/curl/docs/ |
| D | TODO | 27 1.10 auto-detect proxy 30 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION 48 2. libcurl - multi interface 49 2.1 More non-blocking 51 2.3 Non-blocking curl_multi_remove_handle() 53 2.5 Edge-triggered sockets should work 60 3.2 Provide cmake config-file 74 5.2 Obey Retry-After in redirects 78 5.6 alt-svc should fallback if alt-svc does not work 83 6.2 ditch telnet-specific select [all …]
|
| /external/curl/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for curl -. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 19 ## -------------------------------- ## 21 ## -------------------------------- ## 60 (`echo "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success' 66 # Try built-in echo, and fail. 77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success' 93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success' 109 xc_tst_str=`expr "$xc_tst_str" : '.*' 2>/dev/null` [all …]
|
| D | configure.ac | 21 # SPDX-License-Identifier: curl 29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/]) 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 93 AC_MSG_CHECKING([that grep -E works]) 94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then [all …]
|