mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* DiscImageChef.Filesystems/BFS.cs:
Invert endian description * DiscImageChef/Commands/Checksum.cs: Modified checksums command to use multiple-sector reading and be heavily multithreaded. * DiscImageChef/DiscImageChef.csproj: Enable optimizations on Release.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2015-11-10 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Commands/Checksum.cs:
|
||||
Modified checksums command to use multiple-sector reading
|
||||
and be heavily multithreaded.
|
||||
|
||||
* DiscImageChef.csproj:
|
||||
Enable optimizations on Release.
|
||||
|
||||
2015-11-09 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Commands/Checksum.cs:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>False</Optimize>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
||||
Reference in New Issue
Block a user