| /external/libiio/src/ |
| D | appveyor.yml | 14 - Release 17 - echo "Checking out sub-modules..." 18 - git submodule update --init 19 - echo "Downloading deps..." 20 - cd C:\ 21 - appveyor DownloadFile http://swdownloads.analog.com/cse/build/libiio-win-deps.zip 22 - 7z x -y "C:\libiio-win-deps.zip" 24 - choco install InnoSetup 25 - set PATH=%PATH%;"C:\Program Files (x86)\Inno Setup 5" 28 - set OLD_PATH=%PATH% [all …]
|
| /external/harfbuzz_ng/.github/workflows/ |
| D | msys2-ci.yml | 14 runs-on: windows-latest 17 fail-fast: false 20 - MSYSTEM: MINGW32 22 - MSYSTEM: MINGW64 28 # see https://github.com/msys2/MINGW-packages/issues/11864 35 - uses: actions/checkout@v3 36 - uses: msys2/setup-msys2@v2 40 install: >- 41 mingw-w64-${{ matrix.MSYS2_ARCH }}-cairo 42 mingw-w64-${{ matrix.MSYS2_ARCH }}-freetype [all …]
|
| /external/clang/lib/Driver/ |
| D | MinGWToolChain.cpp | 1 //===--- MinGWToolChain.cpp - MinGWToolChain Implementation ---------------===// 8 //===----------------------------------------------------------------------===// 31 StringRef VersionText = llvm::sys::path::filename(LI->path()); in findGccVersion() 34 if (CandidateVersion.Major == -1) in findGccVersion() 39 GccLibDir = LI->path(); in findGccVersion() 45 void MinGW::findGccLibDir() { in findGccLibDir() 48 Archs[0] += "-w64-mingw32"; in findGccLibDir() 65 MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MinGW() function in MinGW 96 getFilePaths().push_back(Base + Arch + "/sys-root/mingw/lib"); in MinGW() 99 bool MinGW::IsIntegratedAssemblerDefault() const { return true; } in IsIntegratedAssemblerDefault() [all …]
|
| /external/curl/ |
| D | .azure-pipelines.yml | 21 # SPDX-License-Identifier: curl 32 - 'master' 33 - '*/ci' 36 - '.circleci/*' 37 - '.cirrus.yml' 38 - '.github/*' 39 - 'appveyor.yml' 40 - 'packages/*' 41 - 'plan9/*' 46 - 'master' [all …]
|
| D | .cirrus.yml | 21 # SPDX-License-Identifier: curl 24 # https://cirrus-ci.com/github/curl/curl 27 # https://cirrus-ci.org/guide/writing-tasks/ 31 '.azure-pipelines.yml', 44 - name: FreeBSD 13.2 46 image_family: freebsd-13-2 47 - name: FreeBSD 12.4 49 image_family: freebsd-12-4 54 MAKE_FLAGS: -j 2 57 - pkg update -f [all …]
|
| D | appveyor.yml | 21 # SPDX-License-Identifier: curl 26 # https://www.appveyor.com/docs/appveyor-yml/ 32 # generated CMake-based Visual Studio Release builds 33 - job_name: "CMake, VS2008, Release x86, Schannel" 45 - job_name: "CMake, VS2022, Release x64, OpenSSL, WebSockets" 49 TARGET: "-A x64" 59 - job_name: "CMake, VS2022, Release arm64, Schannel, Static" 63 TARGET: "-A ARM64" 72 # generated CMake-based Visual Studio Debug builds 73 - job_name: "CMake, VS2010, Debug x64, no SSL, Static" [all …]
|
| /external/libxml2/ |
| D | .gitlab-ci.yml | 4 BASE_CONFIG: "--with-ftp --with-legacy --with-xptr-locs" 6 - rm -rf libxml2-build 7 - mkdir libxml2-build 8 - ln -s /tests/xmlconf libxml2-build 10 - sh .gitlab-ci/test.sh 15 CFLAGS: "-O2 -std=c89 -D_XOPEN_SOURCE=700" 20 BASE_CONFIG: "--with-minimum" 21 CFLAGS: "-O2" 26 CFLAGS: "-O2" 32 CONFIG: "--disable-shared --without-python --without-modules" [all …]
|
| /external/crosvm/third_party/libslirp-rs/ |
| D | README.md | 4 libslirp-rs project that has been tightly integrated with `net_util`. 6 libslirp-rs depends on a bunch of libraries (libslirp and its dependencies). 20 pacman -S mingw-w64-x86_64-meson ninja git mingw-w64-x86_64-gcc mingw-w64-x86_64-glib2 mingw-w64-x8… 31 ninja -C build 37 [libglib-2.0-0.dll](https://packages.msys2.org/package/mingw-w64-x86_64-glib2) and glib inturn 38 depends on a few other libraries. On linux libglib-2.0-0.dll is not available as a dll with mingw 40 get them prebuilt from somewhere. Once you have those, create a file name `cross-compile` in 44 c = 'x86_64-w64-mingw32-gcc' 45 cpp = 'x86_64-w64-mingw32-g++' 46 ar = 'x86_64-w64-mingw32-ar' [all …]
|
| D | upload_libslirp.ps1 | 15 $GS_BASE_URL = 'gs://chromeos-localmirror/distfiles/prebuilts/windows/x86_64/gnu/libslirp/' 21 diff --git a/meson.build b/meson.build 23 --- a/meson.build 25 @@ -59,7 +59,8 @@ lt_version = '@0@.@1@.@2@'.format(lt_current - lt_age, lt_age, lt_revision) 29 -glib_dep = dependency('glib-2.0') 30 +glib_dep = dependency('glib-2.0', static: true) 33 add_project_arguments(cc.get_supported_arguments('-Wmissing-prototypes', '-Wstrict-prototypes', 34 … '-Wredundant-decls', '-Wundef', '-Wwrite-strings'), 35 @@ -127,6 +128,7 @@ sources = [ 39 +vflag += '-Wl,-Bstatic' [all …]
|
| /external/libepoxy/.github/workflows/ |
| D | msys2.yml | 11 runs-on: windows-latest 16 PYTHONIOENCODING: "utf-8" 18 - uses: actions/checkout@master 19 - uses: msys2/setup-msys2@v2 23 …-devel git mingw-w64-x86_64-meson mingw-w64-x86_64-ninja mingw-w64-x86_64-pkg-config mingw-w64-x86… 24 - name: Build 27 meson compile -C _build
|
| /external/clang/test/Driver/ |
| D | mingw.cpp | 1 // RUN: %clang -target i686-windows-gnu -c -### --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s 2>&… 2 // CHECK_MINGW_CLANG_TREE: "{{.*}}/Inputs/mingw_clang_tree/mingw32{{/|\\\\}}i686-w64-mingw32{{/|\\\… 6 …RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_… 7 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 8 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 9 // CHECK_MINGW_ORG_TREE: "{{.*}}{{/|\\\\}}Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}g… 10 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 11 …"{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.… 12 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}mingw32{{/|\\\\}}includ… 13 // CHECK_MINGW_ORG_TREE: {{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}include [all …]
|
| /external/gptfdisk/ |
| D | README.Windows | 6 Most versions of Windows cannot boot from a GPT disk on BIOS-based 12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may 13 find recovery to be very difficult! Pre-installed Windows 8 and later 15 self-installed Windows 8 systems sometimes use BIOS mode. This caveat does 23 the software. I originally wrote GPT fdisk on Linux, and some Linux- and 24 Unix-centric language remains in the documentation. 27 ----------------- 31 text-mode program file as well as the sgdisk program that's available 34 Beginning with version 0.8.10, I'm distributing both 32-bit and 64-bit 35 binaries, which include the strings "32" or "64" in their names. The 32-bit [all …]
|
| /external/libepoxy/cross/ |
| D | fedora-mingw64.txt | 2 c = '/usr/bin/x86_64-w64-mingw32-gcc' 3 cpp = '/usr/bin/x86_64-w64-mingw32-cpp' 4 ar = '/usr/bin/x86_64-w64-mingw32-ar' 5 strip = '/usr/bin/x86_64-w64-mingw32-strip' 6 pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config' 10 root = '/usr/x86_64-w64-mingw32/sys-root/mingw' 11 c_args = [ '-pipe', '-Wp,-D_FORTIFY_SOURCE=2', '-fexceptions', '--param=ssp-buffer-size=4', '-I/usr… 12 c_link_args = [ '-L/usr/x86_64-w64-mingw32/sys-root/mingw/lib' ]
|
| /external/google-fruit/ |
| D | appveyor.yml | 6 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 9 …MAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_DEBUG /D_I… 11 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 14 …L_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_DEBUG /… 16 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 19 …ITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_D… 21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 24 ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64 -A x64' 26 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 29 ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64' [all …]
|
| /external/libffi/.travis/ |
| D | install.sh | 2 set -x 5 brew update > brew-update.log 2>&1 11 wget -qO - https://rl.gl/cli/rlgl-darwin-amd64.tgz | \ 12 tar --strip-components=2 -xvzf - ./rlgl/rlgl 17 wget -qO - http://rl.gl/cli/rlgl-linux-amd64.tgz | \ 18 tar --strip-components=2 -xvzf - ./rlgl/rlgl 20 sudo apt-get clean # clear the cache 21 sudo apt-get update 23 aarch64-linux-gnu | powerpc64le-unknown-linux-gnu | mips64el-linux-gnu | sparc64-linux-gnu) 25 alpha-linux-gnu | arm32v7-linux-gnu | m68k-linux-gnu | sh4-linux-gnu | s390x-linux-gnu ) [all …]
|
| /external/crosvm/tools/impl/dev_container/ |
| D | Dockerfile | 2 # Use of this source code is governed by a BSD-style license that can be 7 # Provides all dependencies specified in install-deps with some additonal 19 FROM docker.io/debian:testing-slim 30 RUN mkdir -p /scratch/cargo_target \ 37 # Add foreign architectures for cross-compilation. 38 RUN dpkg --add-architecture arm64 \ 39 && dpkg --add-architecture armhf 42 RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true"… 45 COPY --chmod=555 tools/install-deps tools/install-aarch64-deps tools/install-armhf-deps tools/insta… 46 RUN --mount=type=cache,target=/var/cache/apt,sharing=private \ [all …]
|
| /external/libwebm/ |
| D | README.libwebm | 21 To control what types of projects are generated the -G parameter is added to 23 generator. Running cmake with the --help argument will list the available 28 $ cmake path/to/libwebm -G Xcode 33 $ cmake path/to/libwebm -G "Visual Studio 12" 35 To generate 64-bit Windows Visual Studio 2013 projects: 51 $ cmake path/to/libwebm -DCMAKE_BUILD_TYPE=release 54 $ cmake path/to/libwebm -DCMAKE_BUILD_TYPE=relwithdebinfo 57 $ cmake path/to/libwebm -DCMAKE_BUILD_TYPE=debug 62 To enable libwebm tests add -DENABLE_TESTS=ON CMake generation command line. For 65 $ cmake path/to/libwebm -G Xcode -DENABLE_TESTS=ON [all …]
|
| /external/swiftshader/third_party/marl/kokoro/windows/ |
| D | presubmit.bat | 7 REM https://www.apache.org/licenses/LICENSE-2.0 27 git submodule update --init 38 -G "%BUILD_GENERATOR%" ^ 39 -A "%BUILD_TARGET_ARCH%" ^ 40 "-DMARL_BUILD_TESTS=1" ^ 41 "-DMARL_BUILD_EXAMPLES=1" ^ 42 "-DMARL_BUILD_BENCHMARKS=1" ^ 43 "-DMARL_WARNINGS_AS_ERRORS=1" ^ 44 "-DMARL_DEBUG_ENABLED=1" 46 cmake --build . --config %CONFIG% [all …]
|
| /external/harfbuzz_ng/ |
| D | README.mingw.md | 2 as a widely used and tested shaper is used as more-or-less OpenType reference 11 - Fedora: `dnf install wine`. 13 2. Install `mingw-w64` compiler. 14 - Fedora, 32bit: `dnf install mingw32-gcc-c++` 15 - Fedora, 64bit: `dnf install mingw64-gcc-c++` 16 - Debian: `apt install g++-mingw-w64` 17 - Mac: `brew install mingw-w64` 19 3. If you have drank the `meson` koolaid, look at `.ci/build-win32.sh` to see how to 24 - Fedora, 32bit: `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype` 25 - Fedora, 64bit: `dnf install mingw64-glib2 mingw64-cairo mingw64-freetype` [all …]
|
| /external/expat/.github/workflows/ |
| D | linux.yml | 8 # Copyright (c) 2021-2022 Sebastian Pipping <sebastian@pipping.org> 36 - cron: '0 2 * * 5' # Every Friday at 2am 46 - MODE: cmake-oos 47 - MODE: distcheck 48 - MODE: qa-sh 50 - MODE: clang-format 51 - MODE: cmake-oos 52 …-DEXPAT_ATTR_INFO=ON -DEXPAT_BUILD_FUZZERS=ON -DCMAKE_C_FLAGS=-fsanitize=address -DCMAKE_CXX_FLAGS… 53 - MODE: qa-sh 54 … FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address CMAKE_ARGS=-DEXPAT_ATTR_INFO=ON [all …]
|
| /external/zstd/ |
| D | appveyor.yml | 4 - 8 - release 9 - master 10 - /appveyor*/ 11 - /visual*/ 14 - COMPILER: "gcc" 15 HOST: "mingw" 17 SCRIPT: "make allzstd MOREFLAGS=-static" 20 - COMPILER: "gcc" 21 HOST: "mingw" [all …]
|
| /external/libusb/.private/ |
| D | appveyor_build.sh | 3 set -eu 5 buildsys="${1}-${Platform}" 7 if [ "${buildsys}" == "MinGW-Win32" ]; then 8 export PATH="/c/mingw-w64/i686-6.3.0-posix-dwarf-rt_v5-rev1/mingw32/bin:${PATH}" 9 elif [ "${buildsys}" == "MinGW-x64" ]; then 10 export PATH="/c/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin:${PATH}" 13 builddir="build-${buildsys}" 14 installdir="${PWD}/libusb-${buildsys}" 22 exec .private/ci-build.sh --build-dir "${builddir}" --install -- "--prefix=${installdir}"
|
| /external/lz4/ |
| D | appveyor.yml | 4 - COMPILER: "gcc" 6 - COMPILER: "gcc" 8 - COMPILER: "visual" 11 - COMPILER: "visual" 14 - COMPILER: "visual" 17 - COMPILER: "visual" 20 - COMPILER: "gcc" 24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION% 25 - MKDIR bin 26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH% [all …]
|
| /external/cronet/buildtools/third_party/libc++abi/trunk/test/ |
| D | thread_local_destruction_order.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // UNSUPPORTED: no-threads 12 // XFAIL: LIBCXX-FREEBSD-FIXME 14 // TODO: This test does start working with newer updates of the mingw-w64 16 // https://github.com/mingw-w64/mingw-w64/commit/71eddccd746c56d9cde28bb5620d027d49259de9 19 // UNSUPPORTED: target={{.*-windows-gnu}}
|
| /external/f2fs-tools/.github/workflows/ |
| D | ci.yml | 1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions 2 # See also https://github.com/marketplace/actions/setup-android-ndk 10 runs-on: ubuntu-latest 12 fail-fast: false 15 - android 16 - linux-gcc 17 - linux-clang 18 - linux-x86-gcc 19 - linux-powerpc64-gcc 20 - linux-mingw64-gcc [all …]
|