Searched full:vs2010 (Results 1 – 25 of 37) sorted by relevance
12
16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets18 IF EXIST %D%\LLVM-vs2010 rmdir %D%\LLVM-vs201020 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props21 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets22 IF EXIST %D%\LLVM-vs2010 rmdir %D%\LLVM-vs2010
53 IF NOT EXIST %D%\LLVM-vs2010 mkdir %D%\LLVM-vs201055 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props %D%\LLVM-vs201057 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets %D%\LLVM-vs2010
8 set(prop_file_v100 "Microsoft.Cpp.${platform}.LLVM-vs2010.props")51 …"Microsoft.Cpp.Win32.LLVM-vs2010.targets" DESTINATION "tools/msbuild/${platform}" RENAME "Microsof…
7 - `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` and26 `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 a53 `visual\VS2010\bin\$(Platform)_$(Configuration)\liblz4.dll`.
10 VS2010/bin/
85 …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\
80 build/VS2010/FlatBuffers.sdf81 build/VS2010/FlatBuffers.opensdf82 build/VS2010/ipch/**/*.ipch
14 projects/VS2010/TestCatch/_UpgradeReport_Files/15 projects/VS2010/TestCatch/TestCatch/TestCatch.vcxproj.filters
31 Platform: Windows | VS2010 | Yes | Yes | ? | ? | ? | Yes …
44 with the typed C++ interface. Also lacks VS2010 support.
58 with any recent gcc/clang and VS2010. Comes with build files for the tests &
102 // 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()
104 // 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()
11 and don't forget we try to support older compilers (e.g. VS2010, GCC 4.6.3),
110 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()
56 /* VS2010 defines stdint.h, but not inttypes.h */
34 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 */
78 defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 160040219 // >= VS2010 SP1
123 _MSC_FULL_VER >= 160040219 // >= VS2010 SP1
131 _MSC_FULL_VER >= 160040219 // >= VS2010 SP1
317 // This was giving a warning in VS2010
83 # VS2010 / MSVC 10.0
234 // The following numbers were taken from VS2010.
97 /* For vs2003/7.1 up to vs2008/9.0; _MSC_VER 1600 is vs2010/10.0 */