From 4975fee4f25591c1a39e21ee8d05aa72f317af61 Mon Sep 17 00:00:00 2001 From: Richard Sposato Date: Fri, 20 Nov 2009 06:37:12 +0000 Subject: [PATCH] Added project to test if compiler implements thread_local correctly. git-svn-id: https://loki-lib.svn.sourceforge.net/svnroot/loki-lib/trunk@1057 7ec92016-0320-0410-acc4-a06ded1c099a --- Loki.workspace | 1 + Loki_MSVC_9.sln | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Loki.workspace b/Loki.workspace index 2e0122e..1a22fb4 100644 --- a/Loki.workspace +++ b/Loki.workspace @@ -42,5 +42,6 @@ + diff --git a/Loki_MSVC_9.sln b/Loki_MSVC_9.sln index 61a393c..19e005c 100644 --- a/Loki_MSVC_9.sln +++ b/Loki_MSVC_9.sln @@ -67,6 +67,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LevelMutex", "test\LevelMut EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SafeBits", "test\SafeBits\SafeBits_MSVC_9.vcproj", "{ECD7ED50-B99D-44BE-BA38-E17D6110C3E5}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ThreadLocal", "test\ThreadLocal\ThreadLocal.vcproj", "{27CB0BB1-1754-46AB-A8C6-697D1B9B9C41}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -212,6 +214,12 @@ Global {ECD7ED50-B99D-44BE-BA38-E17D6110C3E5}.Release_MultiThreaded|Win32.Build.0 = Release|Win32 {ECD7ED50-B99D-44BE-BA38-E17D6110C3E5}.Release|Win32.ActiveCfg = Release|Win32 {ECD7ED50-B99D-44BE-BA38-E17D6110C3E5}.Release|Win32.Build.0 = Release|Win32 + {27CB0BB1-1754-46AB-A8C6-697D1B9B9C41}.Debug|Win32.ActiveCfg = Debug|Win32 + {27CB0BB1-1754-46AB-A8C6-697D1B9B9C41}.Debug|Win32.Build.0 = Debug|Win32 + {27CB0BB1-1754-46AB-A8C6-697D1B9B9C41}.Release_MultiThreaded|Win32.ActiveCfg = Release|Win32 + {27CB0BB1-1754-46AB-A8C6-697D1B9B9C41}.Release_MultiThreaded|Win32.Build.0 = Release|Win32 + {27CB0BB1-1754-46AB-A8C6-697D1B9B9C41}.Release|Win32.ActiveCfg = Release|Win32 + {27CB0BB1-1754-46AB-A8C6-697D1B9B9C41}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE