HashBasedIncrementalBuild.MSBuild
1.0.0-alpha9
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.
Install-Package HashBasedIncrementalBuild.MSBuild -Version 1.0.0-alpha9
dotnet add 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"
Release Notes
Initial implementation, may be buggy.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0-alpha9 | 523 | 1/30/2017 |
1.0.0-alpha8 | 500 | 1/28/2017 |
1.0.0-alpha7 | 473 | 1/26/2017 |
1.0.0-alpha6 | 470 | 1/21/2017 |
1.0.0-alpha5 | 484 | 1/19/2017 |
1.0.0-alpha4 | 522 | 1/10/2017 |
1.0.0-alpha2 | 523 | 1/9/2017 |
1.0.0-alpha11 | 534 | 2/9/2017 |
1.0.0-alpha10 | 475 | 2/5/2017 |