This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #542 from OpenCover/rc
Build Release
- Loading branch information
Showing
176 changed files
with
8,857 additions
and
2,728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
@echo off | ||
build\nant-0.91-alpha2\bin\nant.exe -f:"%cd%"\default.build %1 | ||
build\nant-0.91-alpha2\bin\nant.exe -f:"%cd%"\default.build %1 | ||
@echo. | ||
@echo %date% | ||
@echo %time% | ||
@echo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* Coverity Scan model | ||
* | ||
* This is a modeling file for Coverity Scan. Modeling helps to avoid false | ||
* positives. | ||
* | ||
* - A model file can't import any header files. | ||
* - Therefore only some built-in primitives like int, char and void are | ||
* available but not wchar_t, NULL etc. | ||
* - Modeling doesn't need full structs and typedefs. Rudimentary structs | ||
* and similar types are sufficient. | ||
* - An uninitialized local pointer is not an error. It signifies that the | ||
* variable could be either NULL or have some data. | ||
* | ||
* Coverity Scan doesn't pick up modifications automatically. The model file | ||
* must be uploaded by an admin in the analysis settings of | ||
* http://scan.coverity.com/projects/3921 | ||
*/ | ||
|
||
/* empty modeling file for now */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.