Skip to content

Commit

Permalink
Merge pull request #631 from charsleysa/fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
charsleysa committed Apr 13, 2019
2 parents 6b03594 + 379c3ea commit a8e2aa8
Show file tree
Hide file tree
Showing 59 changed files with 115 additions and 149 deletions.
2 changes: 2 additions & 0 deletions Source/Mosa.ClassLib/Mosa.ClassLib.csproj
Expand Up @@ -41,6 +41,7 @@
<NoStdLib>false</NoStdLib> <NoStdLib>false</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -58,6 +59,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="CRC.cs" /> <Compile Include="CRC.cs" />
Expand Down
1 change: 1 addition & 0 deletions Source/Mosa.Compiler.Common/Mosa.Compiler.Common.csproj
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Remove="Properties\AssemblyInfo.cs" /> <Compile Remove="Properties\AssemblyInfo.cs" />
Expand Down
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Mosa.Compiler.Extensions.Dwarf</RootNamespace> <RootNamespace>Mosa.Compiler.Extensions.Dwarf</RootNamespace>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>


<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
Expand Up @@ -60,6 +60,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget> <PlatformTarget>x86</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -79,6 +80,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="DelayedIntervalTreeTests.cs" /> <Compile Include="DelayedIntervalTreeTests.cs" />
Expand Down
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="OptimizedPriorityQueue" Version="4.2.0" /> <PackageReference Include="OptimizedPriorityQueue" Version="4.2.0" />
Expand Down
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Remove="Properties\AssemblyInfo.cs" /> <Compile Remove="Properties\AssemblyInfo.cs" />
Expand Down
3 changes: 3 additions & 0 deletions Source/Mosa.CoolWorld.x86/Mosa.CoolWorld.x86.csproj
Expand Up @@ -60,6 +60,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<NoWarn>1685,227</NoWarn> <NoWarn>1685,227</NoWarn>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -80,6 +81,7 @@
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<NoWarn>1685</NoWarn> <NoWarn>1685</NoWarn>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="HAL\Hardware.cs" /> <Compile Include="HAL\Hardware.cs" />
Expand All @@ -96,6 +98,7 @@
<Compile Include="Mosa.Application\Shell.cs" /> <Compile Include="Mosa.Application\Shell.cs" />
<Compile Include="Mosa.AppSystem\IConsoleApp.cs" /> <Compile Include="Mosa.AppSystem\IConsoleApp.cs" />
<Compile Include="Boot.cs" /> <Compile Include="Boot.cs" />
<Compile Include="PointerTest.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Mosa.ClassLib\Mosa.ClassLib.csproj"> <ProjectReference Include="..\Mosa.ClassLib\Mosa.ClassLib.csproj">
Expand Down
2 changes: 2 additions & 0 deletions Source/Mosa.DeviceDriver/Mosa.DeviceDriver.csproj
Expand Up @@ -45,6 +45,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<CodeAnalysisRuleSet>..\Common.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>..\Common.ruleset</CodeAnalysisRuleSet>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -64,6 +65,7 @@
<NoWarn>1685,219,414</NoWarn> <NoWarn>1685,219,414</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Mosa.DeviceSystem\Mosa.DeviceSystem.csproj"> <ProjectReference Include="..\Mosa.DeviceSystem\Mosa.DeviceSystem.csproj">
Expand Down
2 changes: 1 addition & 1 deletion Source/Mosa.DeviceSystem/ConstrainedPointer.cs
Expand Up @@ -23,7 +23,7 @@ namespace Mosa.DeviceSystem
/// Gets the size. /// Gets the size.
/// </summary> /// </summary>
/// <value>The size.</value> /// <value>The size.</value>
public uint Size { get { return Size; } } public uint Size { get { return size; } }


public ConstrainedPointer(IntPtr address, uint size) public ConstrainedPointer(IntPtr address, uint size)
{ {
Expand Down
3 changes: 2 additions & 1 deletion Source/Mosa.DeviceSystem/Mosa.DeviceSystem.csproj
Expand Up @@ -41,6 +41,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<NoWarn>1685</NoWarn> <NoWarn>1685</NoWarn>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -59,6 +60,7 @@
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<NoWarn>1685</NoWarn> <NoWarn>1685</NoWarn>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Mosa.Korlib\Mosa.Korlib.csproj"> <ProjectReference Include="..\Mosa.Korlib\Mosa.Korlib.csproj">
Expand All @@ -72,7 +74,6 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="BaseDeviceConfiguration.cs" /> <Compile Include="BaseDeviceConfiguration.cs" />
<Compile Include="PointerTest.cs" />
<Compile Include="Pointer.cs" /> <Compile Include="Pointer.cs" />
<Compile Include="ConstrainedPointer.cs" /> <Compile Include="ConstrainedPointer.cs" />
<Compile Include="PCIDeviceService.cs" /> <Compile Include="PCIDeviceService.cs" />
Expand Down
143 changes: 0 additions & 143 deletions Source/Mosa.DeviceSystem/RegionalPointer.cs

This file was deleted.

2 changes: 2 additions & 0 deletions Source/Mosa.FileSystem/Mosa.FileSystem.csproj
Expand Up @@ -42,6 +42,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<NoWarn>0219,0414</NoWarn> <NoWarn>0219,0414</NoWarn>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -59,6 +60,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Mosa.DeviceSystem\Mosa.DeviceSystem.csproj"> <ProjectReference Include="..\Mosa.DeviceSystem\Mosa.DeviceSystem.csproj">
Expand Down
2 changes: 2 additions & 0 deletions Source/Mosa.HelloWorld.x86/Mosa.HelloWorld.x86.csproj
Expand Up @@ -58,6 +58,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -77,6 +78,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Boot.cs" /> <Compile Include="Boot.cs" />
Expand Down
2 changes: 2 additions & 0 deletions Source/Mosa.Kernel.ARMv6/Mosa.Kernel.ARMv6.csproj
Expand Up @@ -43,6 +43,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<NoWarn>0219,0414</NoWarn> <NoWarn>0219,0414</NoWarn>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -61,6 +62,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Address.cs" /> <Compile Include="Address.cs" />
Expand Down
2 changes: 2 additions & 0 deletions Source/Mosa.Kernel.ESP32/Mosa.Kernel.ESP32.csproj
Expand Up @@ -43,6 +43,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<NoWarn>0219,0414</NoWarn> <NoWarn>0219,0414</NoWarn>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -61,6 +62,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Address.cs" /> <Compile Include="Address.cs" />
Expand Down
4 changes: 3 additions & 1 deletion Source/Mosa.Kernel.x64/Mosa.Kernel.x64.csproj
Expand Up @@ -43,6 +43,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<NoWarn>0219,0414</NoWarn> <NoWarn>0219,0414</NoWarn>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -62,6 +63,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Address.cs" /> <Compile Include="Address.cs" />
Expand All @@ -82,4 +84,4 @@
</ItemGroup> </ItemGroup>
<ItemGroup /> <ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project> </Project>
2 changes: 2 additions & 0 deletions Source/Mosa.Kernel.x86/Mosa.Kernel.x86.csproj
Expand Up @@ -44,6 +44,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<NoWarn>1685,0219,0414</NoWarn> <NoWarn>1685,0219,0414</NoWarn>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
Expand All @@ -63,6 +64,7 @@
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<NoWarn>1685</NoWarn> <NoWarn>1685</NoWarn>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Address.cs" /> <Compile Include="Address.cs" />
Expand Down
2 changes: 2 additions & 0 deletions Source/Mosa.Korlib/Mosa.Korlib.csproj
Expand Up @@ -32,13 +32,15 @@
<Optimize>false</Optimize> <Optimize>false</Optimize>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>True</Optimize> <Optimize>True</Optimize>
<WarningLevel>2</WarningLevel> <WarningLevel>2</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="System.Collections.Generic\IReadOnlyCollection.cs" /> <Compile Include="System.Collections.Generic\IReadOnlyCollection.cs" />
Expand Down

0 comments on commit a8e2aa8

Please sign in to comment.