Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-11 | Source: tabs2spaces | 1 | -3/+3 | ||
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines. | |||||
2019-09-11 | Source & Tools: No EOL Whitespaces | 1 | -1/+1 | ||
End-of-line (EOL) whitespaces are verbose and increase diffs and merge conflicts over time. Cleaned them up for the `Source/`, `Examples/` and `Tools/` directory with the following bash one-liner: ```bash find . -type f -not -path './.git*' \ -exec sed -i 's/[[:blank:]]*$//' {} \; ``` Committed as generic user so git does not credit the many lines to me: ```bash GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="warpx@lbl.gov" \ git commit ``` | |||||
2019-07-30 | Corrections to allow compilation on GPU | 1 | -0/+7 | ||
2019-05-03 | Commit missing files | 1 | -0/+27 | ||