-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,320 changed files
with
27,560 additions
and
27,075 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,6 @@ | ||
requirements_file: docs/requirements.txt | ||
|
||
formats: | ||
- htmlzip | ||
- epub |
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,36 @@ | ||
language: cpp | ||
sudo: false | ||
|
||
script: | ||
############################################################################# | ||
# Disallow PRs to `ComputationalRadiationPhysics/picongpu` branch `master` # | ||
# if not an other mainline branch such as `dev` or `release-...` # | ||
############################################################################# | ||
- . test/correctBranchPR | ||
|
||
############################################################################# | ||
# Conformance with Alpaka: Do not write __global__ CUDA kernels directly # | ||
############################################################################# | ||
- test/hasCudaGlobalKeyword src/libPMacc | ||
- test/hasCudaGlobalKeyword src/picongpu | ||
- test/hasCudaGlobalKeyword examples | ||
|
||
############################################################################# | ||
# Disallow end-of-line (EOL) white spaces # | ||
############################################################################# | ||
- test/hasEOLwhiteSpace | ||
|
||
############################################################################# | ||
# Disallow TABs, use white spaces # | ||
############################################################################# | ||
- test/hasTabs | ||
|
||
############################################################################# | ||
# Disallow non-ASCII in source files and scripts # | ||
############################################################################# | ||
- test/hasNonASCII | ||
|
||
############################################################################# | ||
# Disallow spaces before pre-compiler macros # | ||
############################################################################# | ||
- test/hasSpaceBeforePrecompiler |
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.