| #
49aac155
|
| 24-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
IWYU fixes (#1182)
* iwyu - include fixes
* iwyu - silence some iwyu output
* minor - clearer macro names
* iwyu - fix suggestion of "ceed/ceed.h" externally
* iwyu - lighter petsc heade
IWYU fixes (#1182)
* iwyu - include fixes
* iwyu - silence some iwyu output
* minor - clearer macro names
* iwyu - fix suggestion of "ceed/ceed.h" externally
* iwyu - lighter petsc headers
* iwyu - ceed/ceed.h -> ceed.h
* iwyu - cuda/hip include fixes
show more ...
|
| #
684f4935
|
| 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1167 from CEED/jeremy/drop-i
Consistency in c tests
|
| #
4fee36f0
|
| 02-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - consistency in c tests
|
| #
2b730f8b
|
| 17-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - re
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - remove stray newline
* make - simpler 'make format' target
* ci - use newer libxsmm
* doc - minor release note claification
* minor - minor fix
* minor - minor fix
* minor - minor fix
* minor - minor fix
* make format
* format - less aggressive alignment rules
* tidy - check for argument name mismatches
* fix newline
* format - mirror Ratel update to .clang-format
* fix merge error
* fix merge conflict
* fix merge error
* drop style in .phony list
* Update .clang-format
Co-authored-by: Jed Brown <jed@jedbrown.org>
* apply updated format
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
cb03979f
|
| 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1002 from CEED/jeremy/format-ceed-types
Add CeedInt_FMT
|
| #
600b7929
|
| 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - update tests to use CeedInt_FMT
|
| #
7f565272
|
| 09-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #735 from CEED/jeremy/style-guide
Style Unification
|
| #
d1d35e2f
|
| 09-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
style - updating C variable style
|
| #
196c9032
|
| 11-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #409 from CEED/jeremy/ident-cpu-opt
CPU - avoid extra memcpy for identity qfunctions
|
| #
60f77c51
|
| 01-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - Refactor CreateIdentity to include inmode and outmode
|
| #
aa0ba46f
|
| 30-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #403 from CEED/jeremy/test-tols
Tests - relax t412 tolerence and small style changes
|
| #
4e367ab1
|
| 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - relax t412 tolerence and small style changes
|
| #
fce06f5e
|
| 19-Sep-2019 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #359 from CEED/jeremy/more-tests
Expand Test Suite
|
| #
1134a487
|
| 18-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add identity with size>1 test
|
| #
0219ea01
|
| 17-Sep-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Add Identity QFunctions (#279)
* QFunction - add initial identity qfunction
* Identity - preformance optimization and add ctx memory free
* QFunction - Improve documentation and clean up destr
Add Identity QFunctions (#279)
* QFunction - add initial identity qfunction
* Identity - preformance optimization and add ctx memory free
* QFunction - Improve documentation and clean up destroy
* Doc - Improve identity QF and Operator documentation
* Gallery - doc and typo fixes
show more ...
|