-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add and update documentation for parts of the project structure and governance. The codecov upload action is also updated here, to attempt to fix some repeated failures of the github actions using it.
- Loading branch information
1 parent
ed85c54
commit 72736eb
Showing
7 changed files
with
57 additions
and
19 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
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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Development Tools | ||
Stumpless uses both custom and external tools to make development easier, | ||
implement features, and maintain the code base. This directory has files that | ||
are specific to these tools such as configuration files and scripts. | ||
|
||
|
||
## [`check_headers`](./check_headers) | ||
A custom tool written to make sure that appropriate headers are included in | ||
sources according to project conventions. | ||
|
||
|
||
## [`cmake`](./cmake) | ||
CMake scripts used in the configuration and build of Stumpless. | ||
|
||
|
||
## [`doxygen`](./doxygen) | ||
Configuration files for generating project documentation with Doxygen. | ||
|
||
|
||
## [`pkg-config`](./pkg-config) | ||
Configuration for `pkg-config` support. | ||
|
||
|
||
## [`portage`](./portage) | ||
Packaging files for Gentoo's Portage system. | ||
|
||
|
||
## [`sonar`](./sonar) | ||
Configuration for Sonarcloud code scanning and analysis. | ||
|
||
|
||
## [`valgrind`](./valgrind) | ||
Configuration files for valgrind, including false positive annotations. | ||
|
||
|
||
## [`wrapture`](./wrapture) | ||
Templates for generating C++ language bindings with Wrapture. |