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 | 2 | -2/+2 | ||
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 | 2 | -45/+60 | ||
2019-07-22 | Merge branch 'dev' into psatd_pml | 2 | -54/+69 | ||
2019-06-06 | Included revisions as suggested in the PR | 1 | -4/+0 | ||
2019-06-06 | cleaning code for spectral cufft for 3D | 2 | -62/+6 | ||
2019-05-14 | changed made after merging with lastest dev version | 2 | -12/+11 | ||
2019-05-08 | merged with upstream dev | 4 | -0/+318 | ||
2019-05-03 | Commit missing files | 2 | -0/+165 | ||
2019-05-02 | Start implementation of spectral PML | 3 | -3/+8 | ||
2019-05-01 | Add virtual destructor | 1 | -0/+4 | ||
2019-05-01 | Add comments | 1 | -1/+4 | ||
2019-04-30 | Use factory method for the solver | 4 | -22/+54 | ||
2019-04-30 | Reorganize directories | 3 | -0/+204 | ||