-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update contributions and add tools readme
- Loading branch information
1 parent
3b6d81d
commit 4b02be9
Showing
2 changed files
with
47 additions
and
8 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 |
---|---|---|
@@ -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. |