| /third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
| D | Dockerfile | 5 RUN apt-get update && apt-get install -y \ 7 autotools-dev \ 8 build-essential \ 15 libc6-dbg \ 16 libc6-dev \ 17 libgtest-dev \ 25 libsqlite3-dev \ 26 && apt-get clean 29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ 32 libcurl4-openssl-dev \ [all …]
|
| /third_party/protobuf/kokoro/linux/dockerfile/test/php/ |
| D | Dockerfile | 5 RUN apt-get update && apt-get install -y \ 7 autotools-dev \ 8 build-essential \ 15 libc6-dbg \ 16 libc6-dev \ 17 libgtest-dev \ 25 libsqlite3-dev \ 26 && apt-get clean 29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ 31 libcurl4-openssl-dev \ [all …]
|
| /third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
| D | NativeLibs.mk | 28 # zlib-1.2.8.tar.gz 29 # openssl-1.0.2g.tar.gz 39 # At least on Debian, building openssl requires package xutils-dev 41 # installed, but xutils-dev is not that obvious in this case... 50 -include Application.mk 56 NDK_ROOT := /opt/Android/SDK/ndk-bundle 68 NDK_APP_ABI = armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64 78 APP_PLATFORM = android-21 85 # Zlib and openssl should be defined in Application.mk, libwebsockets is 97 ZLIB_TGZ_SOURCE := zlib-$(ZLIB_VERSION).tar.gz [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | INSTALL | 13 VIII. Configuring libpng for 16-bit platforms 20 XV. Changes to the build and configuration of libpng in libpng-1.5.x 29 ./configure [--prefix=/path] 50 up-to-date set of tools, running ./autogen.sh in a git clone before 52 aren't using any of the included pre-built scripts, especially if you 56 ./configure --enable-maintainer-mode 57 make maintainer-clean 58 ./autogen.sh --maintainer --clean 59 ./autogen.sh --maintainer 60 ./configure [--prefix=/path] [other options] [all …]
|
| D | configure.ac | 3 # Copyright (c) 2018-2019 Cosmin Truta 4 # Copyright (c) 2004-2016 Glenn Randers-Pehrson 28 AC_INIT([libpng],[1.6.38.git],[png-mng-implement@lists.sourceforge.net]) 32 # color-tests requires automake 1.11 or later 33 # silent-rules requires automake 1.11 or later 34 # dist-xz requires automake 1.11 or later 37 AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules subdir-objects]) 38 # The following line causes --disable-maintainer-mode to be the default to 72 LT_INIT([win32-dll]) 78 if ${AWK} -f ${srcdir}/scripts/options.awk out="/dev/null" version=search\ [all …]
|
| /third_party/flutter/skia/third_party/externals/libpng/ |
| D | INSTALL | 13 VIII. Configuring libpng for 16-bit platforms 20 XV. Changes to the build and configuration of libpng in libpng-1.5.x 29 ./configure [--prefix=/path] 50 up-to-date set of tools, running ./autogen.sh in a git clone before 52 aren't using any of the included pre-built scripts, especially if you 56 ./configure --enable-maintainer-mode 57 make maintainer-clean 58 ./autogen.sh --maintainer --clean 59 ./autogen.sh --maintainer 60 ./configure [--prefix=/path] [other options] [all …]
|
| D | configure.ac | 3 # Copyright (c) 2018-2019 Cosmin Truta 4 # Copyright (c) 2004-2016 Glenn Randers-Pehrson 28 AC_INIT([libpng],[1.6.38.git],[png-mng-implement@lists.sourceforge.net]) 32 # color-tests requires automake 1.11 or later 33 # silent-rules requires automake 1.11 or later 34 # dist-xz requires automake 1.11 or later 37 AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules subdir-objects]) 38 # The following line causes --disable-maintainer-mode to be the default to 72 LT_INIT([win32-dll]) 78 if ${AWK} -f ${srcdir}/scripts/options.awk out="/dev/null" version=search\ [all …]
|
| /third_party/openssl/.github/workflows/ |
| D | run-checker-daily.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 8 name: Run-checker daily 13 - cron: '0 6 * * *' 18 run-checker: 20 fail-fast: false 24 no-afalgeng, 25 no-aria, 26 no-asan, 27 no-asm, 28 no-async, [all …]
|
| D | ci.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 14 # BUILDOPTS: "-j4" 15 # HARNESS_JOBS: "${HARNESS_JOBS:-4}" 19 # - make="make -s" 26 runs-on: ubuntu-latest 28 - name: install unifdef 30 sudo apt-get update 31 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef 32 - uses: actions/checkout@v2 34 fetch-depth: 0 [all …]
|
| D | coveralls.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 13 - cron: '49 0 * * *' 21 checks: write # for coverallsapp/github-action to create new checks 23 runs-on: ubuntu-latest 25 - uses: actions/checkout@v2 26 - name: package installs 28 sudo apt-get -yq install lcov 29 - name: config 30 …--banner=Configured --debug --coverage no-asm enable-fips enable-rc5 enable-md2 enable-ssl3 enable… 31 - name: config dump [all …]
|
| D | run-checker-merge.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 8 name: Run-checker merge 16 run-checker: 18 fail-fast: false 21 enable-asan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT, 22 no-dgram, 23 no-dso, 24 no-dynamic-engine, 25 no-engine no-shared, 26 no-err, [all …]
|
| /third_party/protobuf/ |
| D | configure.ac | 13 # * protoc-artifacts/pom.xml 15 # * src/Makefile.am (Update -version-info for LDFLAGS if needed) 18 # version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed 19 # the size of one file name in the dist tarfile over the 99-char limit.) 22 AM_MAINTAINER_MODE([enable]) 39 # autoconf's default CXXFLAGS are usually "-g -O2". These aren't necessarily 48 AM_INIT_AUTOMAKE([1.9 tar-ustar subdir-objects]) 52 # To see all logs, use the --disable-silent-rules on configure or via make V=1 55 AC_ARG_WITH([zlib], optwith 56 [AS_HELP_STRING([--with-zlib], [all …]
|
| /third_party/freetype/ |
| D | meson.build | 5 # Copyright (C) 2020-2022 by 23 # meson setup -Ddefault_library=shared 42 '--soversion', 62 '--format=ftmodule.h', '@INPUT@', '--output', '@OUTPUT@'], 73 '--format=main-modules', 95 '--format=aux-modules', 122 '--format=base-extensions-list', 185 'include/freetype/config/integer-types.h', 186 'include/freetype/config/mac-support.h', 187 'include/freetype/config/public-macros.h', [all …]
|
| /third_party/ffmpeg/ |
| D | configure | 5 # Copyright (c) 2000-2002 Fabrice Bellard 6 # Copyright (c) 2005-2008 Diego Biurrun 7 # Copyright (c) 2005-2008 Mans Rullgard 32 if test "0$FF_CONF_EXEC" -lt 1; then 36 if test "0$FF_CONF_EXEC" -lt 2; then 40 if test "0$FF_CONF_EXEC" -lt 3; then 45 echo "This configure script requires a POSIX-compatible shell" 48 echo "Instead, install a working POSIX-compatible shell." 50 if test "$BASH_VERSION" = '2.04.0(1)-release'; then 57 test -d /usr/xpg4/bin && PATH=/usr/xpg4/bin:$PATH [all …]
|
| D | ohos_config.sh | 5 set -ex 16 --arch=aarch64 17 --target-os=linux 18 --disable-programs 19 --disable-avdevice 20 --disable-postproc 21 --disable-avfilter 22 --disable-network 23 --disable-dwt 24 --disable-lsp [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/zlib/ |
| D | CMakeLists.txt | 4 project(zlib C) project 8 option(ASM686 "Enable building i686 assembly implementation") 9 option(AMD64 "Enable building amd64 assembly implementation") 30 set(CMAKE_REQUIRED_DEFINITIONS -D_LARGEFILE64_SOURCE=1) 35 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_SYS_TYPES_H) 38 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDINT_H) 41 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDDEF_H) 45 add_definitions(-D_LARGEFILE64_SOURCE=1) 54 add_definitions(-DNO_FSEEKO) 64 add_definitions(-D_CRT_SECURE_NO_DEPRECATE) [all …]
|
| /third_party/protobuf/kokoro/linux/dockerfile/test/php80/ |
| D | Dockerfile | 5 RUN apt-get update && apt-get install -y \ 7 autotools-dev \ 8 build-essential \ 15 libc6-dbg \ 16 libc6-dev \ 17 libgtest-dev \ 26 libonig-dev \ 27 libsqlite3-dev \ 28 && apt-get clean 31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ [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 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 51 (gcc, generic suncc) add either @code{--extra-libs=/usr/lib/values-xpg6.o} [all …]
|
| /third_party/nghttp2/ |
| D | Dockerfile.android | 4 # $ sudo docker build -t nghttp2-android - < Dockerfile.android 11 # $ sudo docker run -v /path/to/dest:/out nghttp2-android cp /root/build/nghttp2/src/nghttpx /out 14 # Only use standalone-toolchain for reduce size 19 ENV NDK /root/android-ndk-$NDK_VERSION 20 ENV TOOLCHAIN $NDK/toolchains/llvm/prebuilt/linux-x86_64 21 ENV TARGET aarch64-linux-android 23 ENV AR $TOOLCHAIN/bin/llvm-ar 24 ENV CC $TOOLCHAIN/bin/$TARGET$API-clang 25 ENV CXX $TOOLCHAIN/bin/$TARGET$API-clang++ 27 ENV RANDLIB $TOOLCHAIN/bin/llvm-ranlib [all …]
|
| D | configure.ac | 1 dnl nghttp2 - HTTP/2 C Library 25 dnl https://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html 28 AC_INIT([nghttp2], [1.52.0], [t-tujikawa@users.sourceforge.net]) 41 AM_INIT_AUTOMAKE([subdir-objects]) 46 dnl https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html 51 major=`echo $PACKAGE_VERSION |cut -d. -f1 | sed -e "s/[^0-9]//g"` 52 minor=`echo $PACKAGE_VERSION |cut -d. -f2 | sed -e "s/[^0-9]//g"` 53 patch=`echo $PACKAGE_VERSION |cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g"` 59 dnl Checks for command-line options 61 [AS_HELP_STRING([--enable-werror], [all …]
|
| /third_party/openssl/Configurations/ |
| D | 00-base-templates.conf | 1 # -*- Mode: perl -*- 45 enable => [], 51 push @defs, "ZLIB" unless $disabled{zlib}; 52 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"}; 59 if !$disabled{zlib} && $withargs{zlib_include}; 72 sub { $withargs{zlib_lib} ? "-L".$withargs{zlib_lib} : () }, 74 sub { !defined($disabled{zlib}) 75 && defined($disabled{"zlib-dynamic"}) 76 ? "-lz" : () }, 95 unless ($disabled{"zlib-dynamic"}) { [all …]
|
| /third_party/node/test/async-hooks/ |
| D | test-zlib.zlib-binding.deflate.js | 1 // Flags: --expose-internals 6 const initHooks = require('./init-hooks'); 7 const { checkInvocations } = require('./hook-checks'); 11 hooks.enable(); 13 const { Zlib } = internalBinding('zlib'); 14 const constants = require('zlib').constants; 16 const handle = new Zlib(constants.DEFLATE); 18 const as = hooks.activitiesOfTypes('ZLIB'); 21 assert.strictEqual(hdl.type, 'ZLIB'); 52 if (--count) { [all …]
|
| /third_party/skia/third_party/externals/freetype/ |
| D | meson.build | 5 # Copyright (C) 2020-2021 by 23 # meson setup -Ddefault_library=shared 43 '--soversion', 61 '--format=ftmodule.h', '@INPUT@', '--output', '@OUTPUT@'], 72 '--format=main-modules', 93 '--format=aux-modules', 119 '--format=base-extensions-list', 180 'include/freetype/config/integer-types.h', 181 'include/freetype/config/mac-support.h', 182 'include/freetype/config/public-macros.h', [all …]
|
| /third_party/libwebsockets/ |
| D | CMakeLists.txt | 2 # 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) 75 $ENV{IDF_PATH}/components/freertos/FreeRTOS-Kernel/include/ 76 $ENV{IDF_PATH}/components/freertos/FreeRTOS-Kernel/portable/linux/include/ 102 option(LWS_WITH_DISTRO_RECOMMENDED "Enable features recommended for distro packaging" OFF) 103 option(LWS_FOR_GITOHASHI "Enable features recommended for use with gitohashi" OFF) 113 option(LWS_WITH_NETWORK "Compile with network-related code" ON) 122 option(LWS_WITH_CGI "Include CGI (spawn process with network-connected stdin/out/err) APIs" OFF) [all …]
|