Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
5d0e3eda
Commit
5d0e3eda
authored
Jun 01, 2016
by
Ghislain MARY
Browse files
Merge branch 'master' into dev_turn
parents
2bf25154
e2ef0e3b
Changes
25
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
5d0e3eda
belle-sip-1.5.0 -- May XX, 2016
* move general purpose and encryption related functions to bctoolbox, which becomes a mandatory dependency.
* mbedTLS support through bctoolbox
* SUBSCRIBE/NOTIFY dialog improvements: can be created upon reception of NOTIFY (as requested by RFC),
automatic deletion when dialog expires.
* fix: retransmit 200Ok of a reINVITE (was formely only done for initial INVITE)
* add support for zlib in body handling
belle-sip-1.4.2 -- November 2nd, 2015
* Support of Accept, Content-Disposition and Supported headers
* Bug fixes
...
...
build/windows10/belle-sip-tester/belle-sip-tester-runtime-component/belle-sip-tester-runtime-component.vcxproj
deleted
100644 → 0
View file @
2bf25154
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|ARM"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\belle-sip-tester-static\belle-sip-tester-static.vcxproj"
>
<Project>
{19f0c18a-0075-418f-97e2-d73715e2f474}
</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\..\tester\belle_sip_tester_windows.cpp"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\tester\belle_sip_tester_windows.h"
/>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{470626ba-6c42-455f-8891-a66084ab4fa2}
</ProjectGuid>
<Keyword>
WindowsRuntimeComponent
</Keyword>
<ProjectName>
belle-sip-tester-runtime-component
</ProjectName>
<RootNamespace>
belle_sip_tester_runtime_component
</RootNamespace>
<DefaultLanguage>
en-US
</DefaultLanguage>
<MinimumVisualStudioVersion>
14.0
</MinimumVisualStudioVersion>
<AppContainerApplication>
true
</AppContainerApplication>
<ApplicationType>
Windows Store
</ApplicationType>
<ApplicationTypeRevision>
10
</ApplicationTypeRevision>
<WindowsTargetPlatformVersion>
10.0.10240.0
</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>
10.0.10069.0
</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)'=='Debug'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)'=='Release'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Label=
"Shared"
>
</ImportGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<GenerateManifest>
false
</GenerateManifest>
<OutDir>
$(SolutionDir)$(Platform)\$(Configuration)\
</OutDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)'=='Debug'"
>
<ClCompile>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<PreprocessorDefinitions>
_WINRT_DLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalUsingDirectories>
$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)
</AdditionalUsingDirectories>
<AdditionalOptions>
/bigobj %(AdditionalOptions)
</AdditionalOptions>
<DisableSpecificWarnings>
28204
</DisableSpecificWarnings>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\include;$(ProjectDir)..\..\..\..\tester\common;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
Console
</SubSystem>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)'=='Release'"
>
<ClCompile>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<PreprocessorDefinitions>
_WINRT_DLL;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalUsingDirectories>
$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)
</AdditionalUsingDirectories>
<AdditionalOptions>
/bigobj %(AdditionalOptions)
</AdditionalOptions>
<DisableSpecificWarnings>
28204
</DisableSpecificWarnings>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\include;$(ProjectDir)..\..\..\..\tester\common;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
Console
</SubSystem>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
</Link>
</ItemDefinitionGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
build/windows10/belle-sip-tester/belle-sip-tester-static/belle-sip-tester-static.vcxproj
deleted
100644 → 0
View file @
2bf25154
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|ARM"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\..\..\..\cunit\build\windows10\cunit\cunit.vcxproj"
>
<Project>
{025e28a8-9dfb-4015-ad56-19896aa6cc9b}
</Project>
</ProjectReference>
<ProjectReference
Include=
"..\..\belle-sip\belle-sip.vcxproj"
>
<Project>
{b6cdf482-7da3-43d4-9b12-70150106c191}
</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\..\tester\auth_helper_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_generic_uri_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_http_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_sdp_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_sip_core_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_sip_dialog_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_sip_headers_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_sip_message_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_sip_refresher_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_sip_register_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_sip_resolver_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_sip_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\belle_sip_uri_tester.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\cast_test.c"
/>
<ClCompile
Include=
"..\..\..\..\tester\common\bc_tester_utils.c"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\tester\belle_sip_tester.h"
/>
<ClInclude
Include=
"..\..\..\..\tester\common\bc_tester_utils.h"
/>
<ClInclude
Include=
"..\..\..\..\tester\register_tester.h"
/>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{19f0c18a-0075-418f-97e2-d73715e2f474}
</ProjectGuid>
<Keyword>
StaticLibrary
</Keyword>
<ProjectName>
belle-sip-tester-static
</ProjectName>
<RootNamespace>
belle_sip_tester_static
</RootNamespace>
<DefaultLanguage>
en-US
</DefaultLanguage>
<MinimumVisualStudioVersion>
14.0
</MinimumVisualStudioVersion>
<AppContainerApplication>
true
</AppContainerApplication>
<ApplicationType>
Windows Store
</ApplicationType>
<ApplicationTypeRevision>
10
</ApplicationTypeRevision>
<WindowsTargetPlatformVersion>
10.0.10240.0
</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>
10.0.10069.0
</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)'=='Debug'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)'=='Release'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Label=
"Shared"
>
</ImportGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<GenerateManifest>
false
</GenerateManifest>
<OutDir>
$(SolutionDir)$(Platform)\$(Configuration)\
</OutDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<CompileAsWinRT>
false
</CompileAsWinRT>
<SDLCheck>
true
</SDLCheck>
<PreprocessorDefinitions>
HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;BC_CONFIG_FILE="config.h";%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\include;$(ProjectDir)..\..\..\..\src;$(ProjectDir)..\..\..\..\tester;$(ProjectDir)..\..\..\..\tester\common;$(ProjectDir)..\..\belle-sip;$(ProjectDir)..\..\..\..\..\cunit\build\windows10\cunit\$(Platform)\$(Configuration);$(ProjectDir)..\..\..\..\..\polarssl\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
Console
</SubSystem>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>
false
</GenerateWindowsMetadata>
</Link>
</ItemDefinitionGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
build/windows10/belle-sip-tester/belle-sip-tester.sln
deleted
100644 → 0
View file @
2bf25154
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "belle-sip-tester", "belle-sip-tester\belle-sip-tester.csproj", "{C3200133-4E37-424F-A049-DACCAB4DECF2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "antlr3c", "..\..\..\..\antlr3\runtime\C\build\windows10\antlr3c\antlr3c.vcxproj", "{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cunit", "..\..\..\..\cunit\build\windows10\cunit\cunit.vcxproj", "{025E28A8-9DFB-4015-AD56-19896AA6CC9B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "polarssl", "..\..\..\..\polarssl\build\windows10\polarssl\polarssl.vcxproj", "{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "belle-sip", "..\belle-sip\belle-sip.vcxproj", "{B6CDF482-7DA3-43D4-9B12-70150106C191}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "belle-sip-tester-static", "belle-sip-tester-static\belle-sip-tester-static.vcxproj", "{19F0C18A-0075-418F-97E2-D73715E2F474}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "belle-sip-tester-runtime-component", "belle-sip-tester-runtime-component\belle-sip-tester-runtime-component.vcxproj", "{470626BA-6C42-455F-8891-A66084AB4FA2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Debug|ARM.ActiveCfg = Debug|ARM
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Debug|ARM.Build.0 = Debug|ARM
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Debug|ARM.Deploy.0 = Debug|ARM
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Debug|x64.ActiveCfg = Debug|x64
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Debug|x64.Build.0 = Debug|x64
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Debug|x64.Deploy.0 = Debug|x64
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Debug|x86.ActiveCfg = Debug|x86
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Debug|x86.Build.0 = Debug|x86
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Debug|x86.Deploy.0 = Debug|x86
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Release|ARM.ActiveCfg = Release|ARM
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Release|ARM.Build.0 = Release|ARM
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Release|ARM.Deploy.0 = Release|ARM
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Release|x64.ActiveCfg = Release|x64
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Release|x64.Build.0 = Release|x64
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Release|x64.Deploy.0 = Release|x64
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Release|x86.ActiveCfg = Release|x86
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Release|x86.Build.0 = Release|x86
{C3200133-4E37-424F-A049-DACCAB4DECF2}.Release|x86.Deploy.0 = Release|x86
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Debug|ARM.ActiveCfg = Debug|ARM
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Debug|ARM.Build.0 = Debug|ARM
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Debug|x64.ActiveCfg = Debug|x64
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Debug|x64.Build.0 = Debug|x64
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Debug|x86.ActiveCfg = Debug|Win32
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Debug|x86.Build.0 = Debug|Win32
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Release|ARM.ActiveCfg = Release|ARM
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Release|ARM.Build.0 = Release|ARM
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Release|x64.ActiveCfg = Release|x64
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Release|x64.Build.0 = Release|x64
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Release|x86.ActiveCfg = Release|Win32
{01CCCCC9-CA0C-4528-92BC-5B8BE1D02D6D}.Release|x86.Build.0 = Release|Win32
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Debug|ARM.ActiveCfg = Debug|ARM
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Debug|ARM.Build.0 = Debug|ARM
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Debug|x64.ActiveCfg = Debug|x64
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Debug|x64.Build.0 = Debug|x64
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Debug|x86.ActiveCfg = Debug|Win32
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Debug|x86.Build.0 = Debug|Win32
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Release|ARM.ActiveCfg = Release|ARM
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Release|ARM.Build.0 = Release|ARM
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Release|x64.ActiveCfg = Release|x64
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Release|x64.Build.0 = Release|x64
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Release|x86.ActiveCfg = Release|Win32
{025E28A8-9DFB-4015-AD56-19896AA6CC9B}.Release|x86.Build.0 = Release|Win32
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Debug|ARM.ActiveCfg = Debug|ARM
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Debug|ARM.Build.0 = Debug|ARM
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Debug|x64.ActiveCfg = Debug|x64
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Debug|x64.Build.0 = Debug|x64
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Debug|x86.ActiveCfg = Debug|Win32
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Debug|x86.Build.0 = Debug|Win32
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Release|ARM.ActiveCfg = Release|ARM
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Release|ARM.Build.0 = Release|ARM
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Release|x64.ActiveCfg = Release|x64
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Release|x64.Build.0 = Release|x64
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Release|x86.ActiveCfg = Release|Win32
{88768DD9-5110-4AC8-8B0E-41CD7713E1A2}.Release|x86.Build.0 = Release|Win32
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Debug|ARM.ActiveCfg = Debug|ARM
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Debug|ARM.Build.0 = Debug|ARM
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Debug|x64.ActiveCfg = Debug|x64
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Debug|x64.Build.0 = Debug|x64
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Debug|x86.ActiveCfg = Debug|Win32
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Debug|x86.Build.0 = Debug|Win32
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Release|ARM.ActiveCfg = Release|ARM
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Release|ARM.Build.0 = Release|ARM
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Release|x64.ActiveCfg = Release|x64
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Release|x64.Build.0 = Release|x64
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Release|x86.ActiveCfg = Release|Win32
{B6CDF482-7DA3-43D4-9B12-70150106C191}.Release|x86.Build.0 = Release|Win32
{19F0C18A-0075-418F-97E2-D73715E2F474}.Debug|ARM.ActiveCfg = Debug|ARM
{19F0C18A-0075-418F-97E2-D73715E2F474}.Debug|ARM.Build.0 = Debug|ARM
{19F0C18A-0075-418F-97E2-D73715E2F474}.Debug|x64.ActiveCfg = Debug|x64
{19F0C18A-0075-418F-97E2-D73715E2F474}.Debug|x64.Build.0 = Debug|x64
{19F0C18A-0075-418F-97E2-D73715E2F474}.Debug|x86.ActiveCfg = Debug|Win32
{19F0C18A-0075-418F-97E2-D73715E2F474}.Debug|x86.Build.0 = Debug|Win32
{19F0C18A-0075-418F-97E2-D73715E2F474}.Release|ARM.ActiveCfg = Release|ARM
{19F0C18A-0075-418F-97E2-D73715E2F474}.Release|ARM.Build.0 = Release|ARM
{19F0C18A-0075-418F-97E2-D73715E2F474}.Release|x64.ActiveCfg = Release|x64
{19F0C18A-0075-418F-97E2-D73715E2F474}.Release|x64.Build.0 = Release|x64
{19F0C18A-0075-418F-97E2-D73715E2F474}.Release|x86.ActiveCfg = Release|Win32
{19F0C18A-0075-418F-97E2-D73715E2F474}.Release|x86.Build.0 = Release|Win32
{470626BA-6C42-455F-8891-A66084AB4FA2}.Debug|ARM.ActiveCfg = Debug|ARM
{470626BA-6C42-455F-8891-A66084AB4FA2}.Debug|ARM.Build.0 = Debug|ARM
{470626BA-6C42-455F-8891-A66084AB4FA2}.Debug|x64.ActiveCfg = Debug|x64
{470626BA-6C42-455F-8891-A66084AB4FA2}.Debug|x64.Build.0 = Debug|x64
{470626BA-6C42-455F-8891-A66084AB4FA2}.Debug|x86.ActiveCfg = Debug|Win32
{470626BA-6C42-455F-8891-A66084AB4FA2}.Debug|x86.Build.0 = Debug|Win32
{470626BA-6C42-455F-8891-A66084AB4FA2}.Release|ARM.ActiveCfg = Release|ARM
{470626BA-6C42-455F-8891-A66084AB4FA2}.Release|ARM.Build.0 = Release|ARM
{470626BA-6C42-455F-8891-A66084AB4FA2}.Release|x64.ActiveCfg = Release|x64
{470626BA-6C42-455F-8891-A66084AB4FA2}.Release|x64.Build.0 = Release|x64
{470626BA-6C42-455F-8891-A66084AB4FA2}.Release|x86.ActiveCfg = Release|Win32
{470626BA-6C42-455F-8891-A66084AB4FA2}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
build/windows10/belle-sip-tester/belle-sip-tester/App.xaml
deleted
100644 → 0
View file @
2bf25154
<Application
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:belle_sip_tester"
xmlns:model="using:belle_sip_tester.DataModel" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
x:Class="belle_sip_tester.App"
RequestedTheme="Light">
<Application.Resources>
<ResourceDictionary>
<model:UnitTestCaseStateToSymbolConverter x:Key="UnitTestCaseStateToSymbol"/>
<model:UnitTestCaseStateToSymbolColorConverter x:Key="UnitTestCaseStateToSymbolColor"/>
<model:OutputTraceLevelToColorConverter x:Key="OutputTraceLevelToColor"/>
</ResourceDictionary>
</Application.Resources>
</Application>
build/windows10/belle-sip-tester/belle-sip-tester/App.xaml.cs
deleted
100644 → 0
View file @
2bf25154
using
belle_sip_tester_runtime_component
;
using
System
;
using
System.Collections.Generic
;
using
System.IO
;
using
System.Linq
;
using
System.Runtime.InteropServices.WindowsRuntime
;
using
Windows.ApplicationModel
;
using
Windows.ApplicationModel.Activation
;
using
Windows.Foundation
;
using
Windows.Foundation.Collections
;
using
Windows.Storage
;
using
Windows.UI.Xaml
;
using
Windows.UI.Xaml.Controls
;
using
Windows.UI.Xaml.Controls.Primitives
;
using
Windows.UI.Xaml.Data
;
using
Windows.UI.Xaml.Input
;
using
Windows.UI.Xaml.Media
;
using
Windows.UI.Xaml.Navigation
;
// The Blank Application template is documented at http://go.microsoft.com/fwlink/?LinkId=402347&clcid=0x409
namespace
belle_sip_tester
{
/// <summary>
/// Provides application-specific behavior to supplement the default Application class.
/// </summary>
sealed
partial
class
App
:
Application
{
/// <summary>
/// Allows tracking page views, exceptions and other telemetry through the Microsoft Application Insights service.
/// </summary>
public
static
Microsoft
.
ApplicationInsights
.
TelemetryClient
TelemetryClient
;
/// <summary>
/// Initializes the singleton application object. This is the first line of authored code
/// executed, and as such is the logical equivalent of main() or WinMain().
/// </summary>
public
App
()
{
TelemetryClient
=
new
Microsoft
.
ApplicationInsights
.
TelemetryClient
();
this
.
InitializeComponent
();
this
.
Suspending
+=
OnSuspending
;
}
/// <summary>
/// Invoked when the application is launched normally by the end user. Other entry points
/// will be used such as when the application is launched to open a specific file.
/// </summary>
/// <param name="e">Details about the launch request and process.</param>
protected
override
void
OnLaunched
(
LaunchActivatedEventArgs
e
)
{
#if DEBUG
if
(
System
.
Diagnostics
.
Debugger
.
IsAttached
)
{
this
.
DebugSettings
.
EnableFrameRateCounter
=
true
;
}
#endif
Frame
rootFrame
=
Window
.
Current
.
Content
as
Frame
;
// Do not repeat app initialization when the Window already has content,
// just ensure that the window is active
if
(
rootFrame
==
null
)
{
// Create a Frame to act as the navigation context and navigate to the first page
rootFrame
=
new
Frame
();
rootFrame
.
NavigationFailed
+=
OnNavigationFailed
;
if
(
e
.
PreviousExecutionState
==
ApplicationExecutionState
.
Terminated
)
{
//TODO: Load state from previously suspended application
}
// Place the frame in the current Window
Window
.
Current
.
Content
=
rootFrame
;
}
if
(
rootFrame
.
Content
==
null
)
{
// When the navigation stack isn't restored navigate to the first page,
// configuring the new page by passing required information as a navigation
// parameter
rootFrame
.
Navigate
(
typeof
(
MainPage
),
e
.
Arguments
);
}
// Ensure the current window is active
Window
.
Current
.
Activate
();
}
/// <summary>
/// Invoked when Navigation to a certain page fails
/// </summary>
/// <param name="sender">The Frame which failed navigation</param>
/// <param name="e">Details about the navigation failure</param>
void
OnNavigationFailed
(
object
sender
,
NavigationFailedEventArgs
e
)
{
throw
new
Exception
(
"Failed to load Page "
+
e
.
SourcePageType
.
FullName
);
}
/// <summary>
/// Invoked when application execution is being suspended. Application state is saved
/// without knowing whether the application will be terminated or resumed with the contents
/// of memory still intact.
/// </summary>
/// <param name="sender">The source of the suspend request.</param>
/// <param name="e">Details about the suspend request.</param>
private
void
OnSuspending
(
object
sender
,
SuspendingEventArgs
e
)
{
var
deferral
=
e
.
SuspendingOperation
.
GetDeferral
();
//TODO: Save application state and stop any background activity
deferral
.
Complete
();
}
protected
override
void
OnActivated
(
IActivatedEventArgs
args
)
{
if
(
args
.
Kind
==
ActivationKind
.
Protocol
)
{
var
protocolArgs
=
(
ProtocolActivatedEventArgs
)
args
;
var
uri
=
protocolArgs
.
Uri
;
Frame
rootFrame
=
Window
.
Current
.
Content
as
Frame
;
if
(
rootFrame
==
null
)
rootFrame
=
new
Frame
();
rootFrame
.
NavigationFailed
+=
OnNavigationFailed
;
rootFrame
.
Navigate
(
typeof
(
MainPage
),
uri
);
Window
.
Current
.
Content
=
rootFrame
;
Window
.
Current
.
Activate
();
}
base
.
OnActivated
(
args
);
}
}
}
build/windows10/belle-sip-tester/belle-sip-tester/ApplicationInsights.config
deleted
100644 → 0
View file @
2bf25154
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
ApplicationInsights
xmlns
=
"http://schemas.microsoft.com/ApplicationInsights/2013/Settings"
>
<!--
Learn
more
about
Application
Insights
configuration
with
ApplicationInsights
.
config
here
:
http
://
go
.
microsoft
.
com
/
fwlink
/?
LinkID
=
513840
Note
:
If
not
present
,
please
add
<
InstrumentationKey
>
Your
Key
</
InstrumentationKey
>
to
the
top
of
this
file
.
-->
<
TelemetryModules
>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule, Microsoft.ApplicationInsights"
/>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.Windows.SessionTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Windows"
/>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.Windows.PageViewTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Windows"
/>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.Windows.UnhandledExceptionTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Windows"
/>
</
TelemetryModules
>
<
TelemetryChannel
Type
=
"Microsoft.ApplicationInsights.Channel.PersistenceChannel, Microsoft.ApplicationInsights.PersistenceChannel"
/>
<
ContextInitializers
>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.ComponentContextInitializer, Microsoft.ApplicationInsights"
/>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.DeviceContextInitializer, Microsoft.ApplicationInsights"
/>
</
ContextInitializers
>
<
TelemetryInitializers
>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.Windows.UserContextInitializer, Microsoft.ApplicationInsights.Extensibility.Windows"
/>
</
TelemetryInitializers
>
</
ApplicationInsights
>
\ No newline at end of file
build/windows10/belle-sip-tester/belle-sip-tester/Assets/Logo.png
deleted
100644 → 0
View file @
2bf25154
11.5 KB
build/windows10/belle-sip-tester/belle-sip-tester/Assets/SmallLogo.png
deleted
100644 → 0
View file @
2bf25154
2.11 KB
build/windows10/belle-sip-tester/belle-sip-tester/Assets/SplashScreen.png
deleted
100644 → 0
View file @
2bf25154
29.2 KB
build/windows10/belle-sip-tester/belle-sip-tester/Assets/StoreLogo.png
deleted
100644 → 0
View file @
2bf25154
2.62 KB
build/windows10/belle-sip-tester/belle-sip-tester/Assets/WideLogo.png
deleted
100644 → 0
View file @
2bf25154
21 KB
build/windows10/belle-sip-tester/belle-sip-tester/Assets/rootca.pem
deleted
100644 → 0
View file @
2bf25154
This source diff could not be displayed because it is too large. You can
view the blob
instead.
build/windows10/belle-sip-tester/belle-sip-tester/DataModel/UnitTestDataSource.cs
deleted
100644 → 0
View file @
2bf25154
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
using
belle_sip_tester_runtime_component
;
using
System.Collections.ObjectModel
;
using
Windows.UI.Xaml
;
using
Windows.UI.Xaml.Controls
;
using
Windows.UI.Xaml.Data
;
using
Windows.UI.Xaml.Media
;
using
System.ComponentModel
;
using
Windows.UI
;
using
Windows.UI.Xaml.Documents
;
using
Windows.UI.Core
;
namespace
belle_sip_tester.DataModel
{
public
class
OutputTrace
{
public
OutputTrace
(
String
lev
,
String
msg
)
{
Level
=
lev
;
Msg
=
msg
;
}
public
String
Level
{
get
;
private
set
;
}
public
String
Msg
{
get
;
private
set
;
}