Tue, 29 Oct 2024 16:53:00 +0100
add msvc support
--- a/.hgignore Tue Oct 29 16:47:40 2024 +0100 +++ b/.hgignore Tue Oct 29 16:53:00 2024 +0100 @@ -1,5 +1,8 @@ +syntax:glob nbproject/ .idea/ +.vs/ +*.vcxproj.user build/ dist/ config.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msvc/libucx/libucx.vcxproj Tue Oct 29 16:53:00 2024 +0100 @@ -0,0 +1,245 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\src\cx\allocator.h" /> + <ClInclude Include="..\..\src\cx\array_list.h" /> + <ClInclude Include="..\..\src\cx\buffer.h" /> + <ClInclude Include="..\..\src\cx\collection.h" /> + <ClInclude Include="..\..\src\cx\common.h" /> + <ClInclude Include="..\..\src\cx\compare.h" /> + <ClInclude Include="..\..\src\cx\hash_key.h" /> + <ClInclude Include="..\..\src\cx\hash_map.h" /> + <ClInclude Include="..\..\src\cx\iterator.h" /> + <ClInclude Include="..\..\src\cx\json.h" /> + <ClInclude Include="..\..\src\cx\linked_list.h" /> + <ClInclude Include="..\..\src\cx\list.h" /> + <ClInclude Include="..\..\src\cx\map.h" /> + <ClInclude Include="..\..\src\cx\mempool.h" /> + <ClInclude Include="..\..\src\cx\printf.h" /> + <ClInclude Include="..\..\src\cx\properties.h" /> + <ClInclude Include="..\..\src\cx\string.h" /> + <ClInclude Include="..\..\src\cx\test.h" /> + <ClInclude Include="..\..\src\cx\tree.h" /> + <ClInclude Include="..\..\src\cx\utils.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\src\allocator.c" /> + <ClCompile Include="..\..\src\array_list.c" /> + <ClCompile Include="..\..\src\buffer.c" /> + <ClCompile Include="..\..\src\compare.c" /> + <ClCompile Include="..\..\src\hash_key.c" /> + <ClCompile Include="..\..\src\hash_map.c" /> + <ClCompile Include="..\..\src\iterator.c" /> + <ClCompile Include="..\..\src\json.c" /> + <ClCompile Include="..\..\src\linked_list.c" /> + <ClCompile Include="..\..\src\list.c" /> + <ClCompile Include="..\..\src\map.c" /> + <ClCompile Include="..\..\src\mempool.c" /> + <ClCompile Include="..\..\src\printf.c" /> + <ClCompile Include="..\..\src\properties.c" /> + <ClCompile Include="..\..\src\string.c" /> + <ClCompile Include="..\..\src\tree.c" /> + <ClCompile Include="..\..\src\utils.c" /> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>17.0</VCProjectVersion> + <Keyword>Win32Proj</Keyword> + <ProjectGuid>{a7ee56a3-0bad-4cab-9354-7fae2a65e276}</ProjectGuid> + <RootNamespace>libucx</RootNamespace> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v143</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v143</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v143</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v143</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <IntDir>build\$(Platform)\$(Configuration)\</IntDir> + <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <IntDir>build\$(Platform)\$(Configuration)\</IntDir> + <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <IntDir>build\$(Platform)\$(Configuration)\</IntDir> + <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <IntDir>build\$(Platform)\$(Configuration)\</IntDir> + <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <SDLCheck>true</SDLCheck> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ConformanceMode>true</ConformanceMode> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile> + </PrecompiledHeaderFile> + <LanguageStandard_C>stdc17</LanguageStandard_C> + <CompileAs>CompileAsC</CompileAs> + <AdditionalIncludeDirectories> + </AdditionalIncludeDirectories> + </ClCompile> + <Link> + <SubSystem> + </SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + <Lib> + <AdditionalDependencies> + </AdditionalDependencies> + <AdditionalLibraryDirectories> + </AdditionalLibraryDirectories> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ConformanceMode>true</ConformanceMode> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile> + </PrecompiledHeaderFile> + <LanguageStandard_C>stdc17</LanguageStandard_C> + <CompileAs>CompileAsC</CompileAs> + <AdditionalIncludeDirectories> + </AdditionalIncludeDirectories> + </ClCompile> + <Link> + <SubSystem> + </SubSystem> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + <Lib> + <AdditionalDependencies> + </AdditionalDependencies> + <AdditionalLibraryDirectories> + </AdditionalLibraryDirectories> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <SDLCheck>true</SDLCheck> + <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ConformanceMode>true</ConformanceMode> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile> + </PrecompiledHeaderFile> + <LanguageStandard_C>stdc17</LanguageStandard_C> + <CompileAs>CompileAsC</CompileAs> + <AdditionalIncludeDirectories> + </AdditionalIncludeDirectories> + </ClCompile> + <Link> + <SubSystem> + </SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + <Lib> + <AdditionalDependencies> + </AdditionalDependencies> + <AdditionalLibraryDirectories> + </AdditionalLibraryDirectories> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ConformanceMode>true</ConformanceMode> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile> + </PrecompiledHeaderFile> + <LanguageStandard_C>stdc17</LanguageStandard_C> + <CompileAs>CompileAsC</CompileAs> + <AdditionalIncludeDirectories> + </AdditionalIncludeDirectories> + </ClCompile> + <Link> + <SubSystem> + </SubSystem> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + <Lib> + <AdditionalDependencies> + </AdditionalDependencies> + <AdditionalLibraryDirectories> + </AdditionalLibraryDirectories> + </Lib> + </ItemDefinitionGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msvc/libucx/libucx.vcxproj.filters Tue Oct 29 16:53:00 2024 +0100 @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Header"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="Source"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\src\cx\allocator.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\array_list.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\buffer.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\collection.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\common.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\compare.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\hash_key.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\hash_map.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\iterator.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\json.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\linked_list.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\list.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\map.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\mempool.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\printf.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\properties.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\string.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\test.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\tree.h"> + <Filter>Header</Filter> + </ClInclude> + <ClInclude Include="..\..\src\cx\utils.h"> + <Filter>Header</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\src\allocator.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\array_list.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\buffer.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\compare.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\hash_key.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\hash_map.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\iterator.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\json.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\linked_list.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\list.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\map.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\mempool.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\printf.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\properties.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\string.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\tree.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\src\utils.c"> + <Filter>Source</Filter> + </ClCompile> + </ItemGroup> +</Project> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msvc/ucx.sln Tue Oct 29 16:53:00 2024 +0100 @@ -0,0 +1,41 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35327.3 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libucx", "libucx\libucx.vcxproj", "{A7EE56A3-0BAD-4CAB-9354-7FAE2A65E276}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ucxtest", "ucxtest\ucxtest.vcxproj", "{56337F37-5298-49C4-B4D4-B43C1B2900F0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A7EE56A3-0BAD-4CAB-9354-7FAE2A65E276}.Debug|x64.ActiveCfg = Debug|x64 + {A7EE56A3-0BAD-4CAB-9354-7FAE2A65E276}.Debug|x64.Build.0 = Debug|x64 + {A7EE56A3-0BAD-4CAB-9354-7FAE2A65E276}.Debug|x86.ActiveCfg = Debug|Win32 + {A7EE56A3-0BAD-4CAB-9354-7FAE2A65E276}.Debug|x86.Build.0 = Debug|Win32 + {A7EE56A3-0BAD-4CAB-9354-7FAE2A65E276}.Release|x64.ActiveCfg = Release|x64 + {A7EE56A3-0BAD-4CAB-9354-7FAE2A65E276}.Release|x64.Build.0 = Release|x64 + {A7EE56A3-0BAD-4CAB-9354-7FAE2A65E276}.Release|x86.ActiveCfg = Release|Win32 + {A7EE56A3-0BAD-4CAB-9354-7FAE2A65E276}.Release|x86.Build.0 = Release|Win32 + {56337F37-5298-49C4-B4D4-B43C1B2900F0}.Debug|x64.ActiveCfg = Debug|x64 + {56337F37-5298-49C4-B4D4-B43C1B2900F0}.Debug|x64.Build.0 = Debug|x64 + {56337F37-5298-49C4-B4D4-B43C1B2900F0}.Debug|x86.ActiveCfg = Debug|Win32 + {56337F37-5298-49C4-B4D4-B43C1B2900F0}.Debug|x86.Build.0 = Debug|Win32 + {56337F37-5298-49C4-B4D4-B43C1B2900F0}.Release|x64.ActiveCfg = Release|x64 + {56337F37-5298-49C4-B4D4-B43C1B2900F0}.Release|x64.Build.0 = Release|x64 + {56337F37-5298-49C4-B4D4-B43C1B2900F0}.Release|x86.ActiveCfg = Release|Win32 + {56337F37-5298-49C4-B4D4-B43C1B2900F0}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C0EC0D10-D742-41ED-ACB4-E88AAF27C9C1} + EndGlobalSection +EndGlobal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msvc/ucxtest/ucxtest.vcxproj Tue Oct 29 16:53:00 2024 +0100 @@ -0,0 +1,194 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\tests\test_allocator.c" /> + <ClCompile Include="..\..\tests\test_buffer.c" /> + <ClCompile Include="..\..\tests\test_compare.c" /> + <ClCompile Include="..\..\tests\test_hash_key.c" /> + <ClCompile Include="..\..\tests\test_hash_map.c" /> + <ClCompile Include="..\..\tests\test_iterator.c" /> + <ClCompile Include="..\..\tests\test_json.c" /> + <ClCompile Include="..\..\tests\test_list.c" /> + <ClCompile Include="..\..\tests\test_mempool.c" /> + <ClCompile Include="..\..\tests\test_printf.c" /> + <ClCompile Include="..\..\tests\test_properties.c" /> + <ClCompile Include="..\..\tests\test_string.c" /> + <ClCompile Include="..\..\tests\test_tree.c" /> + <ClCompile Include="..\..\tests\test_utils.c" /> + <ClCompile Include="..\..\tests\ucxtest.c" /> + <ClCompile Include="..\..\tests\util_allocator.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\tests\util_allocator.h" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\libucx\libucx.vcxproj"> + <Project>{a7ee56a3-0bad-4cab-9354-7fae2a65e276}</Project> + </ProjectReference> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>17.0</VCProjectVersion> + <Keyword>Win32Proj</Keyword> + <ProjectGuid>{56337f37-5298-49c4-b4d4-b43c1b2900f0}</ProjectGuid> + <RootNamespace>ucxtest</RootNamespace> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v143</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v143</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v143</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v143</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir> + <IntDir>build\$(Platform)\$(Configuration)\</IntDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir> + <IntDir>build\$(Platform)\$(Configuration)\</IntDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir> + <IntDir>build\$(Platform)\$(Configuration)\</IntDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir> + <IntDir>build\$(Platform)\$(Configuration)\</IntDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <SDLCheck>true</SDLCheck> + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ConformanceMode>true</ConformanceMode> + <LanguageStandard_C>stdc17</LanguageStandard_C> + <AdditionalIncludeDirectories>$(SolutionDir)..\src\</AdditionalIncludeDirectories> + <CompileAs>CompileAsC</CompileAs> + </ClCompile> + <Link> + <SubSystem>Console</SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + <AdditionalLibraryDirectories>$(OutputPath)</AdditionalLibraryDirectories> + <AdditionalDependencies>libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ConformanceMode>true</ConformanceMode> + <LanguageStandard_C>stdc17</LanguageStandard_C> + <AdditionalIncludeDirectories>$(SolutionDir)..\src\</AdditionalIncludeDirectories> + <CompileAs>CompileAsC</CompileAs> + </ClCompile> + <Link> + <SubSystem>Console</SubSystem> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + <GenerateDebugInformation>true</GenerateDebugInformation> + <AdditionalLibraryDirectories>$(OutputPath)</AdditionalLibraryDirectories> + <AdditionalDependencies>libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <SDLCheck>true</SDLCheck> + <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ConformanceMode>true</ConformanceMode> + <LanguageStandard_C>stdc17</LanguageStandard_C> + <AdditionalIncludeDirectories>$(SolutionDir)..\src\</AdditionalIncludeDirectories> + <CompileAs>CompileAsC</CompileAs> + </ClCompile> + <Link> + <SubSystem>Console</SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + <AdditionalLibraryDirectories>$(OutputPath)</AdditionalLibraryDirectories> + <AdditionalDependencies>libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ConformanceMode>true</ConformanceMode> + <LanguageStandard_C>stdc17</LanguageStandard_C> + <AdditionalIncludeDirectories>$(SolutionDir)..\src\</AdditionalIncludeDirectories> + <CompileAs>CompileAsC</CompileAs> + </ClCompile> + <Link> + <SubSystem>Console</SubSystem> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + <GenerateDebugInformation>true</GenerateDebugInformation> + <AdditionalLibraryDirectories>$(OutputPath)</AdditionalLibraryDirectories> + <AdditionalDependencies>libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> + </Link> + </ItemDefinitionGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msvc/ucxtest/ucxtest.vcxproj.filters Tue Oct 29 16:53:00 2024 +0100 @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Header"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="Source"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\tests\test_allocator.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_buffer.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_compare.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_hash_key.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_hash_map.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_iterator.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_json.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_list.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_mempool.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_printf.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_properties.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_string.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_tree.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\test_utils.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\ucxtest.c"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\tests\util_allocator.c"> + <Filter>Source</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\tests\util_allocator.h"> + <Filter>Header</Filter> + </ClInclude> + </ItemGroup> +</Project> \ No newline at end of file