HashBasedIncrementalBuild.MSBuild
1.0.0-alpha9
dotnet add package HashBasedIncrementalBuild.MSBuild --version 1.0.0-alpha9
NuGet\Install-Package HashBasedIncrementalBuild.MSBuild -Version 1.0.0-alpha9
<PackageReference Include="HashBasedIncrementalBuild.MSBuild" Version="1.0.0-alpha9" />
paket add HashBasedIncrementalBuild.MSBuild --version 1.0.0-alpha9
#r "nuget: HashBasedIncrementalBuild.MSBuild, 1.0.0-alpha9"
// Install HashBasedIncrementalBuild.MSBuild as a Cake Addin #addin nuget:?package=HashBasedIncrementalBuild.MSBuild&version=1.0.0-alpha9&prerelease // Install HashBasedIncrementalBuild.MSBuild as a Cake Tool #tool nuget:?package=HashBasedIncrementalBuild.MSBuild&version=1.0.0-alpha9&prerelease
By installing this package you can easily incorporate the HashingMSBuild.RewindTimestamps task in the build process of your Visual C++ projects. RewindTimestamps calculates and stores hash values and last modified dates of source files (i.e. header and cpp files). On subseqent builds, source files with updated timestamps are "rewinded" back to the original timestamps if their hash values haven't changed, thus preventing their re-compilation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-alpha9 | 815 | 1/30/2017 |
1.0.0-alpha8 | 736 | 1/28/2017 |
1.0.0-alpha7 | 708 | 1/26/2017 |
1.0.0-alpha6 | 720 | 1/21/2017 |
1.0.0-alpha5 | 725 | 1/19/2017 |
1.0.0-alpha4 | 754 | 1/10/2017 |
1.0.0-alpha2 | 747 | 1/9/2017 |
1.0.0-alpha11 | 773 | 2/9/2017 |
1.0.0-alpha10 | 700 | 2/5/2017 |
Initial implementation, may be buggy.