Home
last modified time | relevance | path

Searched +full:0 +full:- +full:posix +full:- +full:dwarf +full:- +full:rt_v5 +full:- +full:rev1 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/
Dappveyor.yml2 # Copyright 2018-2019 Andrey Semashev
6 version: 1.0.{build}-{branch}
12 - master
13 - develop
14 - /feature\/.*/
18 # AppVeyor doesn't provide 64-bit compilers for these MSVC versions
19 # - TOOLSET: msvc-9.0
21 # B2_ARGS: instruction-set=core2
23 # - TOOLSET: msvc-10.0
25 # B2_ARGS: instruction-set=core2
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/
Dappveyor.yml5 version: 1.0.{build}-{branch}
11 - master
12 - develop
15 - x64
19 - ARGS: --toolset=msvc-9.0 address-model=32
20 - ARGS: --toolset=msvc-10.0 address-model=32
21 - ARGS: --toolset=msvc-11.0 address-model=32
22 - ARGS: --toolset=msvc-12.0 address-model=32
23 - ARGS: --toolset=msvc-14.0 address-model=32
24 - ARGS: --toolset=msvc-12.0 address-model=64
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/
Dappveyor.yml8 version: 1.0.{build}-{branch}
14 - master
15 - develop
16 - /feature\/.*/
20 - ARGS: toolset=msvc-9.0,msvc-10.0,msvc-11.0,msvc-12.0 address-model=32
22 - ARGS: toolset=msvc-14.0 address-model=32,64 cxxstd=14,latest
24 - ARGS: toolset=msvc-14.1 address-model=32,64 cxxstd=14,17,latest
26 - ARGS: toolset=msvc-14.2 address-model=32,64 cxxstd=14,17,latest
28 - ARGS: toolset=gcc address-model=32 cxxstd=03,11,14,1z
33 - ARGS: toolset=gcc address-model=64 cxxstd=03,11,14,1z
[all …]
/aosp_15_r20/external/brotli/scripts/
H A Dappveyor.yml3 - master
7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
17 - BUILD_SYSTEM: CMake
21 - BUILD_SYSTEM: CMake
25 - BUILD_SYSTEM: Python
30 - BUILD_SYSTEM: Python
31 PYTHON: "C:\\Python36-x64"
35 - BUILD_SYSTEM: make
38 - BUILD_SYSTEM: make
[all …]
/aosp_15_r20/external/libusb/.private/
H A Dappveyor_build.sh3 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}"
24 extra_args="--no-asan"
26 exec .private/ci-build.sh --build-dir "${builddir}" --install ${extra_args} -- "--prefix=${installd…
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/
Dappveyor.yml6 version: 1.0.{build}-{branch}
12 - develop
13 # - master
17 - BUILD_TOOLSET: gcc
19 - BUILD_TOOLSET: gcc
21 - BUILD_TOOLSET: msvc-14.0
23 - BUILD_TOOLSET: msvc-14.0
27 - cd ..
28 - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root
29 - cd boost-root
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/
H A Dappveyor.yml9 - Debug
13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
14 CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe
21 # TODO: Maybe re-enable this configuration? Do we want to support MSVC 2015's runtime?
22 # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
23 # MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
25 # MAKE_PROGRAM: mingw32-make
32 - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd"
35 - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%
36 - cd %APPVEYOR_BUILD_FOLDER%
[all …]
/aosp_15_r20/external/libcxx/
H A Dappveyor.yml9 - Debug
13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
14 CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe
21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
22 MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
24 MAKE_PROGRAM: mingw32-make
31 - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd"
34 - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%
35 - cd %APPVEYOR_BUILD_FOLDER%
38 - md C:\projects\build-libcxx
[all …]