/freebsd/contrib/libfido2/src/ |
H A D | diff_exports.sh | 17 MSVC="${TMPDIR}/msvc" 21 grep -v '^EXPORTS$' export.msvc | sort > "${MSVC}" 22 diff -u "${GNU}" "${LLVM}" && diff -u "${MSVC}" "${LLVM}" 24 rm "${GNU}" "${LLVM}" "${MSVC}"
|
H A D | CMakeLists.txt | 87 if(NOT MSVC) 154 if(NOT MSVC)
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | CMakeLists.txt | 1 if(MSVC) 4 endif(MSVC)
|
/freebsd/contrib/googletest/googletest/cmake/ |
H A D | internal_utils.cmake | 20 if (CMAKE_CXX_COMPILER_ID MATCHES "MSVC|Clang") 21 # For MSVC and Clang, CMake sets certain flags to defaults we want to 73 if (MSVC) 85 # Ensure MSVC treats source files as UTF-8 encoded. 86 if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") 219 if (MSVC) 311 if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
|
/freebsd/lib/libomp/ |
H A D | kmp_config.h | 93 #define MSVC 0 macro 94 #define KMP_MSVC_COMPAT MSVC
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | msvc | 14 …2\157\152\145\143\164\040\106\151\154\145\012\000\032\000\002\000\262\000\272\276\372\316 MSVC .ide 15 0 string \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157 MSVC .ide 196 >24 search/14 \r\n\x1A MSVC program database 219 0 string \000\002\000\007\000 MSVC .sbr 223 0 string \002\000\002\001 MSVC .bsc 226 0 string 1.00\ .0000.0000\000\003 MSVC .wsp version 1.0000.0000
|
/freebsd/contrib/googletest/googletest/ |
H A D | CMakeLists.txt | 232 # MSVC 7.1 does not support STL with exceptions disabled. 233 if (NOT MSVC OR MSVC_VERSION GREATER 1310) 271 if (NOT MSVC OR MSVC_VERSION GREATER 1310) # 1310 is Visual Studio .NET 2003 307 # MSVC 7.1 does not support STL with exceptions disabled. 308 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | CMakeLists.txt | 140 # On UN*X, and on Windows when not using MSVC, generate process man 142 if(NOT MSVC) 164 endif(NOT MSVC)
|
/freebsd/crypto/openssl/Configurations/platform/Windows/ |
H A D | cppbuilder.pm | 5 require platform::Windows::MSVC;
|
H A D | MSVC.pm | 1 package platform::Windows::MSVC;
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_config.h.cmake | 73 #cmakedefine01 MSVC 74 #define KMP_MSVC_COMPAT MSVC
|
/freebsd/contrib/tcpdump/ |
H A D | CMakeLists.txt | 229 if(MSVC) 235 # Treat source files as being in UTF-8 with MSVC if it's not using 238 # MSVC if it's using the Clang front end. 243 else(MSVC) 289 endif(MSVC) 362 if(MSVC) 365 endif(MSVC) 367 if(MSVC) 393 endif(MSVC) 786 # built with one version of the MSVC support library tries to free [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/ |
H A D | cfi_ignorelist.txt | 3 # uninitialized T* (libstdc++, MSVC stdlib).
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | HLSLRuntime.h | 58 static_assert(getStageFromEnvironment(llvm::Triple::MSVC) ==
|
H A D | DiagnosticOptions.h | 78 enum TextDiagnosticFormat { Clang, MSVC, Vi, SARIF }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | inttypes.h | 21 #error MSVC does not have inttypes.h prior to Visual Studio 2013
|
/freebsd/contrib/libucl/ |
H A D | configure.ac | 169 AC_DEFINE([HAVE_ATOMIC_BUILTINS], [1], [Has gcc/MSVC atomic intrinsics]) 173 AC_DEFINE([HAVE_ATOMIC_BUILTINS], [0], [Has gcc/MSVC atomic intrinsics])
|
/freebsd/contrib/libpcap/ |
H A D | CMakeLists.txt | 346 if(MSVC) 352 # Treat source files as being in UTF-8 with MSVC if it's not using 355 # MSVC if it's using the Clang front end. 360 else(MSVC) 421 endif(MSVC) 613 if(MSVC) 616 endif(MSVC) 620 if(MSVC) 1271 if(NOT MSVC) 1737 if(MSVC) [all …]
|
/freebsd/contrib/libfido2/examples/ |
H A D | CMakeLists.txt | 18 if(NOT MSVC)
|
/freebsd/contrib/libfido2/regress/ |
H A D | CMakeLists.txt | 15 if(MSVC AND BUILD_SHARED_LIBS)
|
/freebsd/contrib/llvm-project/libcxx/ |
H A D | CREDITS.TXT | 35 D: Ported floating-point to_chars from MSVC to libc++. 178 D: Finalized the porting of MSVC's to_chars to libc++.
|
/freebsd/contrib/libfido2/tools/ |
H A D | CMakeLists.txt | 31 if(NOT MSVC)
|
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/ |
H A D | exception_msvc.ipp | 11 # error this header can only be used when targeting the MSVC ABI
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | CMakeLists.txt | 45 "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)") 195 set(MSVC 0) variable 203 if (("${CMAKE_C_COMPILER_ID}" STREQUAL "MSVC") OR (${CLANG})) 204 set(MSVC 1) variable 210 if (${MSVC}) 218 if ((${MSVC}) AND ("${EVENT_LIBRARY_TYPE}" STREQUAL "BOTH")) 220 "Building SHARED and STATIC is not supported for MSVC " 237 if (${MSVC})
|
/freebsd/contrib/libevent/ |
H A D | CMakeLists.txt | 45 "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)") 195 set(MSVC 0) variable 203 if (("${CMAKE_C_COMPILER_ID}" STREQUAL "MSVC") OR (${CLANG})) 204 set(MSVC 1) variable 210 if (${MSVC}) 218 if ((${MSVC}) AND ("${EVENT_LIBRARY_TYPE}" STREQUAL "BOTH")) 220 "Building SHARED and STATIC is not supported for MSVC " 237 if (${MSVC})
|