gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated (b6a6f46c -> 740deea3)


From: gnunet
Subject: [libmicrohttpd] branch master updated (b6a6f46c -> 740deea3)
Date: Mon, 25 Oct 2021 18:25:04 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a change to branch master
in repository libmicrohttpd.

    from b6a6f46c Fixed builds with MSVS
     new cc0d92b9 W32: added VS2022 project files
     new 6ef0c39e W32: added VS project files for the latest installed toolset
     new 740deea3 W32 VS projects: use C17 if available

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 w32/{VS2017 => VS-Any-Version}/.gitignore                    | 0
 w32/{VS2019 => VS-Any-Version}/hellobrowser.vcxproj          | 2 +-
 w32/{VS2013 => VS-Any-Version}/hellobrowser.vcxproj.filters  | 0
 w32/{VS2017 => VS-Any-Version}/largepost.vcxproj             | 2 +-
 w32/{VS2019 => VS-Any-Version}/libmicrohttpd.sln             | 3 +--
 w32/{VS2019 => VS-Any-Version}/libmicrohttpd.vcxproj         | 3 ++-
 w32/{VS2013 => VS-Any-Version}/libmicrohttpd.vcxproj.filters | 0
 w32/{VS2019 => VS-Any-Version}/simplepost.vcxproj            | 2 +-
 w32/{VS2017 => VS2022}/.gitignore                            | 0
 w32/{VS2019 => VS2022}/hellobrowser.vcxproj                  | 2 +-
 w32/{VS2013 => VS2022}/hellobrowser.vcxproj.filters          | 0
 w32/{VS2017 => VS2022}/largepost.vcxproj                     | 2 +-
 w32/{VS2019 => VS2022}/libmicrohttpd.sln                     | 5 +++--
 w32/{VS2019 => VS2022}/libmicrohttpd.vcxproj                 | 2 +-
 w32/{VS2013 => VS2022}/libmicrohttpd.vcxproj.filters         | 0
 w32/{VS2019 => VS2022}/simplepost.vcxproj                    | 2 +-
 w32/common/common-build-settings.vcxproj                     | 1 +
 17 files changed, 14 insertions(+), 12 deletions(-)
 copy w32/{VS2017 => VS-Any-Version}/.gitignore (100%)
 copy w32/{VS2019 => VS-Any-Version}/hellobrowser.vcxproj (97%)
 copy w32/{VS2013 => VS-Any-Version}/hellobrowser.vcxproj.filters (100%)
 copy w32/{VS2017 => VS-Any-Version}/largepost.vcxproj (97%)
 copy w32/{VS2019 => VS-Any-Version}/libmicrohttpd.sln (99%)
 copy w32/{VS2019 => VS-Any-Version}/libmicrohttpd.vcxproj (95%)
 copy w32/{VS2013 => VS-Any-Version}/libmicrohttpd.vcxproj.filters (100%)
 copy w32/{VS2019 => VS-Any-Version}/simplepost.vcxproj (97%)
 copy w32/{VS2017 => VS2022}/.gitignore (100%)
 copy w32/{VS2019 => VS2022}/hellobrowser.vcxproj (98%)
 copy w32/{VS2013 => VS2022}/hellobrowser.vcxproj.filters (100%)
 copy w32/{VS2017 => VS2022}/largepost.vcxproj (98%)
 copy w32/{VS2019 => VS2022}/libmicrohttpd.sln (99%)
 copy w32/{VS2019 => VS2022}/libmicrohttpd.vcxproj (98%)
 copy w32/{VS2013 => VS2022}/libmicrohttpd.vcxproj.filters (100%)
 copy w32/{VS2019 => VS2022}/simplepost.vcxproj (98%)

diff --git a/w32/VS2017/.gitignore b/w32/VS-Any-Version/.gitignore
similarity index 100%
copy from w32/VS2017/.gitignore
copy to w32/VS-Any-Version/.gitignore
diff --git a/w32/VS2019/hellobrowser.vcxproj 
b/w32/VS-Any-Version/hellobrowser.vcxproj
similarity index 97%
copy from w32/VS2019/hellobrowser.vcxproj
copy to w32/VS-Any-Version/hellobrowser.vcxproj
index 415f65ca..5c76d939 100644
--- a/w32/VS2019/hellobrowser.vcxproj
+++ b/w32/VS-Any-Version/hellobrowser.vcxproj
@@ -50,7 +50,7 @@
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries 
Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     <UseDebugLibraries Condition="! 
$(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
-    <PlatformToolset>v142</PlatformToolset>
+    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
     <WholeProgramOptimization Condition="! 
$(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/w32/VS2013/hellobrowser.vcxproj.filters 
b/w32/VS-Any-Version/hellobrowser.vcxproj.filters
similarity index 100%
copy from w32/VS2013/hellobrowser.vcxproj.filters
copy to w32/VS-Any-Version/hellobrowser.vcxproj.filters
diff --git a/w32/VS2017/largepost.vcxproj b/w32/VS-Any-Version/largepost.vcxproj
similarity index 97%
copy from w32/VS2017/largepost.vcxproj
copy to w32/VS-Any-Version/largepost.vcxproj
index c9141f82..e97163fd 100644
--- a/w32/VS2017/largepost.vcxproj
+++ b/w32/VS-Any-Version/largepost.vcxproj
@@ -49,7 +49,7 @@
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries 
Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     <UseDebugLibraries Condition="! 
$(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
-    <PlatformToolset>v141</PlatformToolset>
+    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
     <WholeProgramOptimization Condition="! 
$(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/w32/VS2019/libmicrohttpd.sln b/w32/VS-Any-Version/libmicrohttpd.sln
similarity index 99%
copy from w32/VS2019/libmicrohttpd.sln
copy to w32/VS-Any-Version/libmicrohttpd.sln
index d74202a7..b119e9f5 100644
--- a/w32/VS2019/libmicrohttpd.sln
+++ b/w32/VS-Any-Version/libmicrohttpd.sln
@@ -1,8 +1,7 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.28803.156
 MinimumVisualStudioVersion = 10.0.40219.1
+
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hellobrowser", 
"hellobrowser.vcxproj", "{310F39BD-A2D6-44FF-8344-37ADD0524CBD}"
        ProjectSection(ProjectDependencies) = postProject
                {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = 
{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}
diff --git a/w32/VS2019/libmicrohttpd.vcxproj 
b/w32/VS-Any-Version/libmicrohttpd.vcxproj
similarity index 95%
copy from w32/VS2019/libmicrohttpd.vcxproj
copy to w32/VS-Any-Version/libmicrohttpd.vcxproj
index fb4bf80d..2d7a29f6 100644
--- a/w32/VS2019/libmicrohttpd.vcxproj
+++ b/w32/VS-Any-Version/libmicrohttpd.vcxproj
@@ -40,6 +40,7 @@
     <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
     <Keyword>Win32Proj</Keyword>
     <RootNamespace>libmicrohttpd</RootNamespace>
+    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup>
@@ -50,7 +51,7 @@
     <ConfigurationType Condition="! 
$(Configuration.EndsWith('-static'))">DynamicLibrary</ConfigurationType>
     <UseDebugLibraries 
Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     <UseDebugLibraries Condition="! 
$(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
-    <PlatformToolset>v142</PlatformToolset>
+    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
     <WholeProgramOptimization Condition="! 
$(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/w32/VS2013/libmicrohttpd.vcxproj.filters 
b/w32/VS-Any-Version/libmicrohttpd.vcxproj.filters
similarity index 100%
copy from w32/VS2013/libmicrohttpd.vcxproj.filters
copy to w32/VS-Any-Version/libmicrohttpd.vcxproj.filters
diff --git a/w32/VS2019/simplepost.vcxproj 
b/w32/VS-Any-Version/simplepost.vcxproj
similarity index 97%
copy from w32/VS2019/simplepost.vcxproj
copy to w32/VS-Any-Version/simplepost.vcxproj
index aebbdb33..c6808810 100644
--- a/w32/VS2019/simplepost.vcxproj
+++ b/w32/VS-Any-Version/simplepost.vcxproj
@@ -49,7 +49,7 @@
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries 
Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     <UseDebugLibraries Condition="! 
$(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
-    <PlatformToolset>v142</PlatformToolset>
+    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
     <WholeProgramOptimization Condition="! 
$(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/w32/VS2017/.gitignore b/w32/VS2022/.gitignore
similarity index 100%
copy from w32/VS2017/.gitignore
copy to w32/VS2022/.gitignore
diff --git a/w32/VS2019/hellobrowser.vcxproj b/w32/VS2022/hellobrowser.vcxproj
similarity index 98%
copy from w32/VS2019/hellobrowser.vcxproj
copy to w32/VS2022/hellobrowser.vcxproj
index 415f65ca..a8d07087 100644
--- a/w32/VS2019/hellobrowser.vcxproj
+++ b/w32/VS2022/hellobrowser.vcxproj
@@ -50,7 +50,7 @@
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries 
Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     <UseDebugLibraries Condition="! 
$(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
-    <PlatformToolset>v142</PlatformToolset>
+    <PlatformToolset>v143</PlatformToolset>
     <WholeProgramOptimization Condition="! 
$(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/w32/VS2013/hellobrowser.vcxproj.filters 
b/w32/VS2022/hellobrowser.vcxproj.filters
similarity index 100%
copy from w32/VS2013/hellobrowser.vcxproj.filters
copy to w32/VS2022/hellobrowser.vcxproj.filters
diff --git a/w32/VS2017/largepost.vcxproj b/w32/VS2022/largepost.vcxproj
similarity index 98%
copy from w32/VS2017/largepost.vcxproj
copy to w32/VS2022/largepost.vcxproj
index c9141f82..4e9466a8 100644
--- a/w32/VS2017/largepost.vcxproj
+++ b/w32/VS2022/largepost.vcxproj
@@ -49,7 +49,7 @@
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries 
Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     <UseDebugLibraries Condition="! 
$(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
-    <PlatformToolset>v141</PlatformToolset>
+    <PlatformToolset>v143</PlatformToolset>
     <WholeProgramOptimization Condition="! 
$(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/w32/VS2019/libmicrohttpd.sln b/w32/VS2022/libmicrohttpd.sln
similarity index 99%
copy from w32/VS2019/libmicrohttpd.sln
copy to w32/VS2022/libmicrohttpd.sln
index d74202a7..01c7159b 100644
--- a/w32/VS2019/libmicrohttpd.sln
+++ b/w32/VS2022/libmicrohttpd.sln
@@ -1,8 +1,9 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.28803.156
+# Visual Studio Version 17
+VisualStudioVersion = 17.0.31815.197
 MinimumVisualStudioVersion = 10.0.40219.1
+
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hellobrowser", 
"hellobrowser.vcxproj", "{310F39BD-A2D6-44FF-8344-37ADD0524CBD}"
        ProjectSection(ProjectDependencies) = postProject
                {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = 
{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}
diff --git a/w32/VS2019/libmicrohttpd.vcxproj b/w32/VS2022/libmicrohttpd.vcxproj
similarity index 98%
copy from w32/VS2019/libmicrohttpd.vcxproj
copy to w32/VS2022/libmicrohttpd.vcxproj
index fb4bf80d..69dd96fd 100644
--- a/w32/VS2019/libmicrohttpd.vcxproj
+++ b/w32/VS2022/libmicrohttpd.vcxproj
@@ -50,7 +50,7 @@
     <ConfigurationType Condition="! 
$(Configuration.EndsWith('-static'))">DynamicLibrary</ConfigurationType>
     <UseDebugLibraries 
Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     <UseDebugLibraries Condition="! 
$(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
-    <PlatformToolset>v142</PlatformToolset>
+    <PlatformToolset>v143</PlatformToolset>
     <WholeProgramOptimization Condition="! 
$(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/w32/VS2013/libmicrohttpd.vcxproj.filters 
b/w32/VS2022/libmicrohttpd.vcxproj.filters
similarity index 100%
copy from w32/VS2013/libmicrohttpd.vcxproj.filters
copy to w32/VS2022/libmicrohttpd.vcxproj.filters
diff --git a/w32/VS2019/simplepost.vcxproj b/w32/VS2022/simplepost.vcxproj
similarity index 98%
copy from w32/VS2019/simplepost.vcxproj
copy to w32/VS2022/simplepost.vcxproj
index aebbdb33..0a1d4373 100644
--- a/w32/VS2019/simplepost.vcxproj
+++ b/w32/VS2022/simplepost.vcxproj
@@ -49,7 +49,7 @@
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries 
Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     <UseDebugLibraries Condition="! 
$(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
-    <PlatformToolset>v142</PlatformToolset>
+    <PlatformToolset>v143</PlatformToolset>
     <WholeProgramOptimization Condition="! 
$(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/w32/common/common-build-settings.vcxproj 
b/w32/common/common-build-settings.vcxproj
index 7769dd49..a4393a0e 100644
--- a/w32/common/common-build-settings.vcxproj
+++ b/w32/common/common-build-settings.vcxproj
@@ -32,6 +32,7 @@
       <TreatSpecificWarningsAsErrors>4013</TreatSpecificWarningsAsErrors>
       
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+      <LanguageStandard_C Condition="'%(ClCompile.LanguageStandard_C)' != 
''">stdc17</LanguageStandard_C>
     </ClCompile>
     <Link>
       <GenerateDebugInformation>true</GenerateDebugInformation>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]