Home
last modified time | relevance | path

Searched full:vs2010 (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/libsodium/builds/
H A DMakefile.am31 msvc/vs2010/libsodium/libsodium.props \
32 msvc/vs2010/libsodium/libsodium.vcxproj \
33 msvc/vs2010/libsodium/libsodium.vcxproj.filters \
34 msvc/vs2010/libsodium/libsodium.xml \
35 msvc/vs2010/libsodium.import.props \
36 msvc/vs2010/libsodium.import.xml \
37 msvc/vs2010/libsodium.sln \
/freebsd/sys/contrib/zstd/
H A Dappveyor.yml191 … "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /p:ForceImportBefore…
192 DIR build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe &&
193 …msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /t:Clean,Buil…
194 DIR build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe
H A DREADME.md170 + VS2010 project is compatible with VS2012, VS2013, VS2015 and VS2017.
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_printable_elem.cpp39 /** VS2010 does not support inttypes - remove when VS2010 support is dropped */
/freebsd/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py116 "builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters", sbox)
136 "builds/msvc/vs2010/libsodium/libsodium.vcxproj", sbox)
/freebsd/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildall.bat11 CALL buildbase.bat ..\vs2010\libsodium.sln 10
/freebsd/contrib/libucl/uthash/
H A Duthash.h33 As decltype is only available in newer compilers (VS2010 or gcc 4.3+
37 #if _MSC_VER >= 1600 && defined(__cplusplus) /* VS2010 or newer in C++ mode */
39 #else /* VS2008 or older (or VS2010 in C mode) */
H A Dutlist.h63 As decltype is only available in newer compilers (VS2010 or gcc 4.3+
68 #if _MSC_VER >= 1600 && defined(__cplusplus) /* VS2010 or newer in C++ mode */
70 #else /* VS2008 or older (or VS2010 in C mode) */
/freebsd/contrib/elftoolchain/common/
H A Duthash.h34 As decltype is only available in newer compilers (VS2010 or gcc 4.3+
38 #if _MSC_VER >= 1600 && defined(__cplusplus) /* VS2010 or newer in C++ mode */
40 #else /* VS2008 or older (or VS2010 in C mode) */
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h41 /** VS2010 does not support inttypes - remove when VS2010 support is dropped */
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp958 "msvcr100d.dll", // VS2010 in InterestingDLLsAvailable()
963 "msvcr100.dll", // VS2010 in InterestingDLLsAvailable()
/freebsd/crypto/openssl/crypto/
H A Dthreads_win.c122 /* lock used with NO_INTERLOCKEDOR64: VS2010 x86 */
/freebsd/contrib/libpcap/
H A DCHANGES690 Extensive build support for Windows VS2010 and MINGW (many many changes, over many months)
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h674 // GROUP_AFFINITY is already defined for _MSC_VER>=1600 (VS2010 and later).