From 2ae710de996a1d02bbc7696b2cdff2c6078e76f8 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 11 Feb 2019 12:25:04 -0500 Subject: [PATCH] Added msvc14 build files for benchmarks --- .gitignore | 32 ++-- benchmarks/msvc14/winbench-intel.vcxproj | 165 ++++++++++++++++++ .../msvc14/winbench-intel.vcxproj.filters | 45 +++++ benchmarks/msvc14/winbench.sln | 36 ++++ benchmarks/msvc14/winbench.vcxproj | 165 ++++++++++++++++++ benchmarks/msvc14/winbench.vcxproj.filters | 48 +++++ 6 files changed, 471 insertions(+), 20 deletions(-) create mode 100644 benchmarks/msvc14/winbench-intel.vcxproj create mode 100644 benchmarks/msvc14/winbench-intel.vcxproj.filters create mode 100644 benchmarks/msvc14/winbench.sln create mode 100644 benchmarks/msvc14/winbench.vcxproj create mode 100644 benchmarks/msvc14/winbench.vcxproj.filters diff --git a/.gitignore b/.gitignore index 0facd9a..4e0e82a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,28 +4,20 @@ *.sdf *.opensdf *.exe -tests/stabtest/msvc10/Debug/ -tests/stabtest/msvc10/Release/ -tests/stabtest/msvc10/obj/ -tests/stabtest/msvc10/log.txt -tests/stabtest/msvc12/Debug/ -tests/stabtest/msvc12/Release/ -tests/stabtest/msvc12/obj/ -tests/stabtest/msvc12/log.txt +*.VC.db +.vs/ +tests/stabtest/msvc*/Debug/ +tests/stabtest/msvc*/Release/ +tests/stabtest/msvc*/obj/ +tests/stabtest/msvc*/log.txt tests/stabtest/log.txt -tests/unittests/msvc10/Debug/ -tests/unittests/msvc10/Release/ -tests/unittests/msvc10/obj/ -tests/unittests/msvc12/Debug/ -tests/unittests/msvc12/Release/ -tests/unittests/msvc12/obj/ +tests/unittests/msvc*/Debug/ +tests/unittests/msvc*/Release/ +tests/unittests/msvc*/obj/ tests/CDSChecker/model-checker/ -benchmarks/msvc10/Debug/ -benchmarks/msvc10/Release/ -benchmarks/msvc10/obj/ -benchmarks/msvc12/Debug/ -benchmarks/msvc12/Release/ -benchmarks/msvc12/obj/ +benchmarks/msvc*/Debug/ +benchmarks/msvc*/Release/ +benchmarks/msvc*/obj/ test/ # Linux binaries benchmarks/benchmarks diff --git a/benchmarks/msvc14/winbench-intel.vcxproj b/benchmarks/msvc14/winbench-intel.vcxproj new file mode 100644 index 0000000..75ec8eb --- /dev/null +++ b/benchmarks/msvc14/winbench-intel.vcxproj @@ -0,0 +1,165 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {6B5A3DA6-68D1-46B9-B86C-D02236EABBC9} + Win32Proj + winbenchintel + + + + Application + true + Unicode + Intel C++ Compiler XE 13.0 + + + Application + true + Unicode + Intel C++ Compiler XE 13.0 + + + Application + false + true + Unicode + Intel C++ Compiler XE 13.0 + + + Application + false + true + Unicode + Intel C++ Compiler XE 13.0 + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)$(Configuration)\$(Platform)\ + obj\$(Configuration)\$(Platform)\ + + + true + $(SolutionDir)$(Configuration)\$(Platform)\ + obj\$(Configuration)\$(Platform)\ + + + false + $(SolutionDir)$(Configuration)\$(Platform)\ + obj\$(Configuration)\$(Platform)\ + + + false + $(SolutionDir)$(Configuration)\$(Platform)\ + obj\$(Configuration)\$(Platform)\ + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/benchmarks/msvc14/winbench-intel.vcxproj.filters b/benchmarks/msvc14/winbench-intel.vcxproj.filters new file mode 100644 index 0000000..37c1d30 --- /dev/null +++ b/benchmarks/msvc14/winbench-intel.vcxproj.filters @@ -0,0 +1,45 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/benchmarks/msvc14/winbench.sln b/benchmarks/msvc14/winbench.sln new file mode 100644 index 0000000..1f9df57 --- /dev/null +++ b/benchmarks/msvc14/winbench.sln @@ -0,0 +1,36 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winbench", "winbench.vcxproj", "{E58A7EAF-6162-41F1-AD5C-7DD71FB7ABE2}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winbench-intel", "winbench-intel.vcxproj", "{6B5A3DA6-68D1-46B9-B86C-D02236EABBC9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E58A7EAF-6162-41F1-AD5C-7DD71FB7ABE2}.Debug|Win32.ActiveCfg = Debug|Win32 + {E58A7EAF-6162-41F1-AD5C-7DD71FB7ABE2}.Debug|Win32.Build.0 = Debug|Win32 + {E58A7EAF-6162-41F1-AD5C-7DD71FB7ABE2}.Debug|x64.ActiveCfg = Debug|Win32 + {E58A7EAF-6162-41F1-AD5C-7DD71FB7ABE2}.Debug|x64.Build.0 = Debug|Win32 + {E58A7EAF-6162-41F1-AD5C-7DD71FB7ABE2}.Release|Win32.ActiveCfg = Release|Win32 + {E58A7EAF-6162-41F1-AD5C-7DD71FB7ABE2}.Release|Win32.Build.0 = Release|Win32 + {E58A7EAF-6162-41F1-AD5C-7DD71FB7ABE2}.Release|x64.ActiveCfg = Release|x64 + {E58A7EAF-6162-41F1-AD5C-7DD71FB7ABE2}.Release|x64.Build.0 = Release|x64 + {6B5A3DA6-68D1-46B9-B86C-D02236EABBC9}.Debug|Win32.ActiveCfg = Debug|Win32 + {6B5A3DA6-68D1-46B9-B86C-D02236EABBC9}.Debug|Win32.Build.0 = Debug|Win32 + {6B5A3DA6-68D1-46B9-B86C-D02236EABBC9}.Debug|x64.ActiveCfg = Debug|Win32 + {6B5A3DA6-68D1-46B9-B86C-D02236EABBC9}.Release|Win32.ActiveCfg = Release|Win32 + {6B5A3DA6-68D1-46B9-B86C-D02236EABBC9}.Release|Win32.Build.0 = Release|Win32 + {6B5A3DA6-68D1-46B9-B86C-D02236EABBC9}.Release|x64.ActiveCfg = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/benchmarks/msvc14/winbench.vcxproj b/benchmarks/msvc14/winbench.vcxproj new file mode 100644 index 0000000..5cac8aa --- /dev/null +++ b/benchmarks/msvc14/winbench.vcxproj @@ -0,0 +1,165 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {E58A7EAF-6162-41F1-AD5C-7DD71FB7ABE2} + Win32Proj + winbench + + + + Application + true + Unicode + v140 + + + Application + true + Unicode + v140 + + + Application + false + true + Unicode + v140 + + + Application + false + true + Unicode + v140 + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)$(Configuration)\$(Platform)\ + obj\$(Configuration)\$(Platform)\ + + + true + $(SolutionDir)$(Configuration)\$(Platform)\ + obj\$(Configuration)\$(Platform)\ + + + false + $(SolutionDir)$(Configuration)\$(Platform)\ + obj\$(Configuration)\$(Platform)\ + + + false + $(SolutionDir)$(Configuration)\$(Platform)\ + obj\$(Configuration)\$(Platform)\ + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/benchmarks/msvc14/winbench.vcxproj.filters b/benchmarks/msvc14/winbench.vcxproj.filters new file mode 100644 index 0000000..0128f55 --- /dev/null +++ b/benchmarks/msvc14/winbench.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file