Home
last modified time | relevance | path

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

12

/external/llvm/tools/msbuild/
Duninstall.bat16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
18 IF EXIST %D%\LLVM-vs2010 rmdir %D%\LLVM-vs2010
20 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
21 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
22 IF EXIST %D%\LLVM-vs2010 rmdir %D%\LLVM-vs2010
Dinstall.bat53 IF NOT EXIST %D%\LLVM-vs2010 mkdir %D%\LLVM-vs2010
55 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props %D%\LLVM-vs2010
57 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets %D%\LLVM-vs2010
DCMakeLists.txt8 set(prop_file_v100 "Microsoft.Cpp.${platform}.LLVM-vs2010.props")
51 …"Microsoft.Cpp.Win32.LLVM-vs2010.targets" DESTINATION "tools/msbuild/${platform}" RENAME "Microsof…
/external/lz4/visual/
DREADME.md7 - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015)
15 4. Go to decompressed directory then to `visual` then `VS2010` and open `lz4.sln`
16 5. Visual Studio will ask about converting VS2010 project to VS2015 and you should agree.
19 8. If compilation will be fine a compiled executable will be in `visual\VS2010\bin\x64_Release\lz4.…
25 `visual\VS2010\bin\$(Platform)_$(Configuration)` directory. For example `lz4` set to `x64` and
26 `Release` will be compiled to `visual\VS2010\bin\x64_Release\lz4.exe`. The solution file contains t…
42 `visual\VS2010\bin\$(Platform)_$(Configuration)\liblz4.lib` are required to compile a
53 `visual\VS2010\bin\$(Platform)_$(Configuration)\liblz4.dll`.
D.gitignore10 VS2010/bin/
/external/lz4/
Dappveyor.yml85 …msbuild "visual\VS2010\lz4.sln" %ADDITIONALPARAM% /m /verbosity:minimal /property:PlatformToolset=…
89 …msbuild "visual\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /t:Clean,Buil…
93 …msbuild "visual\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v120 /t:Clean,Buil…
97 …msbuild "visual\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v140 /t:Clean,Buil…
98 COPY visual\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe programs\
/external/flatbuffers/
D.gitignore80 build/VS2010/FlatBuffers.sdf
81 build/VS2010/FlatBuffers.opensdf
82 build/VS2010/ipch/**/*.ipch
/external/catch2/
D.gitignore14 projects/VS2010/TestCatch/_UpgradeReport_Files/
15 projects/VS2010/TestCatch/TestCatch/TestCatch.vcxproj.filters
/external/flatbuffers/docs/source/
DSupport.md31 Platform: Windows | VS2010 | Yes | Yes | ? | ? | ? | Yes …
DBenchmarks.md44 with the typed C++ interface. Also lacks VS2010 support.
DFlatBuffers.md58 with any recent gcc/clang and VS2010. Comes with build files for the tests &
/external/libvpx/libvpx/third_party/libyuv/source/
Dcpu_id.cc102 // For VS2010 and earlier emit can be used:
103 // _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0 // For VS2010 and earlier.
121 xcr0 = (int)_xgetbv(0); // VS2010 SP1 required. NOLINT in GetXCR0()
/external/libyuv/files/source/
Dcpu_id.cc104 // For VS2010 and earlier emit can be used:
105 // _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0 // For VS2010 and earlier.
123 xcr0 = (uint32)(_xgetbv(0)); // VS2010 SP1 required. in GetXCR0()
/external/flatbuffers/.github/
DPULL_REQUEST_TEMPLATE.md11 and don't forget we try to support older compilers (e.g. VS2010, GCC 4.6.3),
/external/libaom/libaom/third_party/libyuv/source/
Dcpu_id.cc110 xcr0 = (uint32)(_xgetbv(0)); // VS2010 SP1 required. in TestOsSaveYmm()
114 _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0 // For VS2010 and earlier. in TestOsSaveYmm()
/external/libaom/libaom/aom/
Daom_integer.h56 /* VS2010 defines stdint.h, but not inttypes.h */
/external/libdrm/intel/
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) */
64 /* a number of the hash function use uint32_t which isn't defined on Pre VS2010 */
/external/webp/src/dsp/
Dcpu.c78 defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 160040219 // >= VS2010 SP1
/external/libvpx/libvpx/vpx_ports/
Dx86.h123 _MSC_FULL_VER >= 160040219 // >= VS2010 SP1
/external/libaom/libaom/aom_ports/
Dx86.h131 _MSC_FULL_VER >= 160040219 // >= VS2010 SP1
/external/catch2/projects/SelfTest/UsageTests/
DTricky.tests.cpp317 // This was giving a warning in VS2010
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py83 # VS2010 / MSVC 10.0
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h234 // The following numbers were taken from VS2010.
/external/expat/lib/
Dsiphash.h97 /* For vs2003/7.1 up to vs2008/9.0; _MSC_VER 1600 is vs2010/10.0 */
/external/python/cpython2/Modules/expat/
Dsiphash.h97 /* For vs2003/7.1 up to vs2008/9.0; _MSC_VER 1600 is vs2010/10.0 */

12