Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-16 | Added test for unphysical QED processes in PhotonParticleContainer.cpp | 1 | -0/+8 | ||
2019-09-13 | Correct deposition buffers | 1 | -1/+1 | ||
2019-09-13 | Removed m_giv which was being set but not used. | 11 | -38/+13 | ||
2019-09-13 | Fixed accidental commit of merge conflict | 1 | -3/+1 | ||
2019-09-13 | Style changes | 4 | -38/+38 | ||
2019-09-13 | Applied style changes | 1 | -1/+1 | ||
2019-09-12 | Fix newly introduced EOL | 5 | -39/+39 | ||
2019-09-12 | Re-Activate EOL whitespace Check | 2 | -3/+5 | ||
Re-activate style check. We just merged some files alongside before it became active. Generalize check and propose working sed script for OSX. | |||||
2019-09-12 | PML::exchange needs to be public now | 1 | -13/+32 | ||
2019-09-12 | port the fab copy in PML::Exchange to GPU | 1 | -83/+271 | ||
2019-09-12 | Disable EOL whitespace check | 3 | -4/+6 | ||
CI builder has a confusing EOL git setting that mismatches OSX newlines with blanks on checkout. | |||||
2019-09-12 | More fortran cleanup | 1 | -13/+0 | ||
2019-09-12 | Further cleanup | 1 | -1/+4 | ||
2019-09-12 | Fixing another typo | 1 | -1/+1 | ||
2019-09-12 | Cleanup fortran files | 3 | -1031/+0 | ||
2019-09-12 | Fix typo in CKC solver | 1 | -1/+1 | ||
2019-09-12 | remove outdated comment | 1 | -2/+0 | ||
2019-09-12 | fix order of includes | 1 | -1/+2 | ||
2019-09-12 | bigger domain for lab_diags test | 1 | -1/+1 | ||
2019-09-12 | reset problem sizes for automated tests | 1 | -19/+19 | ||
2019-09-12 | Added decorators and removed old unused code | 4 | -9/+8 | ||
2019-09-12 | remove outdated options from inputs example | 1 | -5/+1 | ||
2019-09-12 | Removed old code | 2 | -37/+12 | ||
2019-09-12 | further cleaning for photon PR | 6 | -84/+1 | ||
2019-09-12 | remove QED specifics, they will be included in later PRs | 2 | -38/+3 | ||
2019-09-12 | set do_pml to 0 in all tests but one | 5 | -0/+5 | ||
2019-09-12 | more checks and cleaning in automaated performance tests | 3 | -12/+13 | ||
2019-09-12 | Revert style change | 3 | -66/+66 | ||
2019-09-12 | Now physical particles have Tau initialization via QS engine | 8 | -83/+147 | ||
2019-09-12 | Added wrapper for quantum synchrotron | 2 | -0/+43 | ||
2019-09-12 | Reverted style change | 1 | -8/+8 | ||
2019-09-12 | Optical depth correctly initialized. Now BW engine wrapper is a class | 5 | -32/+36 | ||
2019-09-12 | Added initialization of tau for photons via BW engine | 3 | -0/+37 | ||
2019-09-12 | Added do_qed_breit_wheeler flag for photons | 3 | -0/+13 | ||
2019-09-12 | reverted style changes | 2 | -63/+62 | ||
2019-09-12 | removed InitTau from PhysicalParticleContainer | 2 | -86/+63 | ||
2019-09-12 | Fixed issue with tau output | 3 | -19/+29 | ||
2019-09-11 | Fix leftover TABs | 2 | -2/+2 | ||
2019-09-11 | GitHub Workflow: EOL Spaces & TABs | 3 | -0/+109 | ||
Avoid introduction of new EOL whitespaces in code and TABs with a github workflow. | |||||
2019-09-11 | Source: tabs2spaces | 28 | -667/+672 | ||
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines. | |||||
2019-09-11 | Docs: tabs2spaces | 3 | -15/+18 | ||
convert tabs to spaces in documentation | |||||
2019-09-11 | LaserParticleContainer: Const Correctness | 2 | -2/+2 | ||
A parameter here can be declared more strict with `const`. Somehow the only const-correctness place I found with clang-tidy. | |||||
2019-09-11 | Headers: No Public Scope Using Namespace | 4 | -182/+253 | ||
Writing `using namespace XY;` in public scope of a header file pollutes downstream namespaces that include that file directly or even indirectly. This can be cumbersome and lead to nifty naming conflicts that cause unclear selection of classes or ADL lookup issues. So one just avoids this as good practice and we did not do it in many places anyway. | |||||
2019-09-11 | typo | 1 | -1/+1 | ||
2019-09-11 | reorder barges | 1 | -2/+2 | ||
2019-09-11 | Update README.md | 1 | -0/+3 | ||
2019-09-11 | Docs: No EOL Whitespaces | 14 | -134/+134 | ||
End-of-line (EOL) whitespaces are verbose and increase diffs and merge conflicts over time. There is a notable exception to this rule, as two EOL white spaces in Markdown (`.md`) files introduce a soft-break (newline without paragraph). Cleaned them up for the `Docs/` 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-09-11 | Source & Tools: No EOL Whitespaces | 80 | -1183/+1182 | ||
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-09-11 | Removed files which should not stay in git | 2 | -0/+0 | ||
2019-09-11 | Revert style change | 4 | -112/+112 | ||