Home
last modified time | relevance | path

Searched +full:windows +full:- +full:vc14 (Results 1 – 11 of 11) sorted by relevance

/external/curl/projects/Windows/VC14/src/
Dcurl.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
4 <ProjectConfiguration Include="DLL Debug - DLL wolfSSL|Win32">
5 <Configuration>DLL Debug - DLL wolfSSL</Configuration>
8 <ProjectConfiguration Include="DLL Debug - DLL wolfSSL|x64">
9 <Configuration>DLL Debug - DLL wolfSSL</Configuration>
12 <ProjectConfiguration Include="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32">
13 <Configuration>DLL Debug - DLL OpenSSL - DLL LibSSH2</Configuration>
16 <ProjectConfiguration Include="DLL Debug - DLL OpenSSL - DLL LibSSH2|x64">
17 <Configuration>DLL Debug - DLL OpenSSL - DLL LibSSH2</Configuration>
20 <ProjectConfiguration Include="DLL Debug - DLL OpenSSL|Win32">
[all …]
/external/curl/projects/Windows/VC14/lib/
Dlibcurl.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
4 <ProjectConfiguration Include="DLL Debug - DLL wolfSSL|Win32">
5 <Configuration>DLL Debug - DLL wolfSSL</Configuration>
8 <ProjectConfiguration Include="DLL Debug - DLL wolfSSL|x64">
9 <Configuration>DLL Debug - DLL wolfSSL</Configuration>
12 <ProjectConfiguration Include="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32">
13 <Configuration>DLL Debug - DLL OpenSSL - DLL LibSSH2</Configuration>
16 <ProjectConfiguration Include="DLL Debug - DLL OpenSSL - DLL LibSSH2|x64">
17 <Configuration>DLL Debug - DLL OpenSSL - DLL LibSSH2</Configuration>
20 <ProjectConfiguration Include="DLL Debug - DLL OpenSSL|Win32">
[all …]
/external/curl/projects/
Dgenerate.bat22 rem * SPDX-License-Identifier: curl
27 rem Check we are running on a Windows NT derived OS
42 if not exist ..\GIT-INFO.md goto norepo
55 ) else if /i "%~1" == "-clean" (
57 ) else if /i "%~1" == "-?" (
61 ) else if /i "%~1" == "-h" (
63 ) else if /i "%~1" == "-help" (
65 ) else if /i "%~1" == "--help" (
78 call ..\buildconf -clean
80 call ..\buildconf -clean
[all …]
Dbuild-wolfssl.bat23 rem * SPDX-License-Identifier: curl
28 rem Check we are running on a Windows NT derived OS
44 rem Visual Studio was x86-only prior to 14.3
45 if /i "%~1" == "vc14.3" (
74 ) else if /i "%~1" == "vc14" (
76 set VC_DESC=VC14
79 ) else if /i "%~1" == "vc14.1" (
81 set VC_DESC=VC14.10
84 rem Determine the VC14.1 path based on the installed edition in descending
93 ) else if /i "%~1" == "vc14.2" (
[all …]
Dbuild-openssl.bat22 rem * SPDX-License-Identifier: curl
27 rem Check we are running on a Windows NT derived OS
49 rem Visual Studio was x86-only prior to 14.3
50 if /i "%~1" == "vc14.3" (
72 ) else if /i "%~1" == "vc14" (
74 set VC_DESC=VC14
76 ) else if /i "%~1" == "vc14.1" (
78 set VC_DESC=VC14.10
80 rem Determine the VC14.1 path based on the installed edition in descending
89 ) else if /i "%~1" == "vc14.2" (
[all …]
/external/curl/
Dappveyor.sh22 # SPDX-License-Identifier: curl
27 set -eux; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail
32 openssl_root_win='C:/OpenSSL-v32-Win64'
34 openssl_root_win='C:/OpenSSL-v111-Win64'
36 openssl_root="$(cygpath -u "${openssl_root_win}")"
40 [[ "${TARGET:-}" = *'ARM64'* ]] && SKIP_RUN='ARM64 architecture'
41 [ "${OPENSSL}" = 'ON' ] && options+=" -DOPENSSL_ROOT_DIR=${openssl_root_win}"
42 [ "${PRJ_CFG}" = 'Debug' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG='
43 [ "${PRJ_CFG}" = 'Release' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE='
44 [[ "${PRJ_GEN}" = *'Visual Studio'* ]] && options+=' -DCMAKE_VS_GLOBALS=TrackFileAccess=false'
[all …]
/external/pdfium/third_party/libopenjpeg/
Dopj_includes.h2 * The copyright in this software is being made available under the 2-clauses
8 * Copyright (c) 2008, 2011-2012, Centre National d'Etudes Spatiales (CNES), FR
63 (e.g. FreeBSD) support a 64-bit off_t by default.
75 Windows '95 and Borland C do not support _lseeki64
77 Without these interfaces, files over 2GB in size are not supported for Windows.
115 vc14 (2015) outputs wrong results.
116 Need to check OPJ_RESTRICT usage (or a bug in vc14)
144 /* return (long)((f>0.0f) ? (f + 0.5f):(f -0.5f)); */ in opj_lrintf()
154 return (long)((f>0.0f) ? (f + 0.5f) : (f - 0.5f)); in opj_lrintf()
161 return (long)((f > 0.0f) ? (f + 0.5f) : (f - 0.5f)); in opj_lrintf()
[all …]
/external/sdv/vsomeip/third_party/boost/config/include/boost/config/
Dauto_link.hpp27 rather than a mangled-name version.
28 BOOST_AUTO_LINK_TAGGED: Specifies that we link to libraries built with the --layout=tagged option.
29 … This is essentially the same as the default name-mangled version, but without
31 BOOST_AUTO_LINK_SYSTEM: Specifies that we link to libraries built with the --layout=system option.
32 This is essentially the same as the non-name-mangled version, but with
36 has no include guards - so be sure to include it only once from your library!
52 "-"
64 BOOST_LIB_THREAD_OPT: "-mt" for multithread builds, otherwise nothing.
78 (-x32 or -x64 for x86/32 and x86/64 respectively)
177 // vc14:
[all …]
/external/aws-crt-java/.github/workflows/
Dci.yml5 branches-ignore:
6 - 'main'
7 - 'docs'
13 PACKAGE_NAME: aws-crt-java
14 LINUX_BASE_IMAGE: ubuntu-18-x64
15 RUN: ${{ github.run_id }}-${{ github.run_number }}
19 AWS_REGION: us-east-1
20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region
23 linux-compat:
24 runs-on: ubuntu-22.04 # latest
[all …]
/external/python/setuptools/setuptools/
Dmsvc.py5 --------------------------
8 Microsoft Windows SDK 6.1 (x86, x64, ia64)
9 Microsoft Windows SDK 7.0 (x86, x64, ia64)
12 Microsoft Windows SDK 7.1 (x86, x64, ia64)
37 if platform.system() == 'Windows':
78 ----------
83 ------
90 # Per-user installs register the compiler path here
94 # All-user installs on a 64-bit system register here
116 ----------
[all …]
/external/sdv/vsomeip/third_party/boost/chrono/doc/
Dchrono.qbk4 / Copyright (c) 2009-2018 Vicente J. Botet Escriba
18 [copyright 2009-2013 Vicente J. Botet Escriba]
142 …_duration__op_unary_minus [link chrono.reference.cpp0x.duration_hpp.duration.op_minus `operator-`]]
145 …__duration__op_pre_dec [link chrono.reference.cpp0x.duration_hpp.duration.op_pre_dec `operator--`]]
146 …duration__op_post_dec [link chrono.reference.cpp0x.duration_hpp.duration.op_post_dec `operator--`]]
148 …duration__op_minus_eq [link chrono.reference.cpp0x.duration_hpp.duration.op_minus_eq `operator-=`]]
157 …tion__op_minus_1 [link chrono.reference.cpp0x.duration_hpp.arith.duration__op_minus_1 `operator-`]]
185 …_op_unary_minus [link chrono.reference.cpp0x.time_point_hpp.time_point.op_unary_minus `operator-`]]
188 …_point__op_pre_dec [link chrono.reference.cpp0x.time_point_hpp.time_point.op_pre_dec `operator--`]]
189 …oint__op_post_dec [link chrono.reference.cpp0x.time_point_hpp.time_point.op_post_dec `operator--`]]
[all …]