| #
22070f95
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - more updates for const
|
| #
f8608ea8
|
| 23-Feb-2024 |
Jed Brown <jed@jedbrown.org> |
sycl: resolve const variance
|
| #
9d61c3a3
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - tidy LoadSourceToBuffer internals
|
| #
f8d308fa
|
| 23-Feb-2024 |
Jed Brown <jed@jedbrown.org> |
internal: const for source paths
Add const to CeedQFunctionLoadSourceToBuffer output argument. If we had Result, this would look like
let const source_buffer = CeedQFunctionLoadSourceToBuffer()?;
internal: const for source paths
Add const to CeedQFunctionLoadSourceToBuffer output argument. If we had Result, this would look like
let const source_buffer = CeedQFunctionLoadSourceToBuffer()?;
The caller is free to cast in the const when passing the output variable if they want this semantic:
let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;
show more ...
|
| #
ca94c3dd
|
| 05-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Docstring consistency (#1409)
* doc - docstring consistency
* doc - update for bad linking of type names
* doc - update for bad linking of type names
|
| #
76e570b8
|
| 29-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1353 from CEED/jeremy/codecov
CodeCov Fixes
|
| #
91e18578
|
| 28-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - clarify relative/absolute path functions
|
| #
1c66c397
|
| 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Interface consistency fixes (#1312)
* format - consistency fixes
* format - test name consistency
* format - drop comma operator
* format - drop git add . in favor coercion
* format - ad
Interface consistency fixes (#1312)
* format - consistency fixes
* format - test name consistency
* format - drop comma operator
* format - drop git add . in favor coercion
* format - add CeedScalarSwap macro
show more ...
|
| #
63ca1801
|
| 08-Jul-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1249 from CEED/jeremy/memcheck-isnan
Memcheck - warn or error on NaN after write-only access
|
| #
23d4529e
|
| 07-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - add debug color enum
|
| #
c5215752
|
| 24-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fix
Minor style consistency updates
|
| #
6e6704a8
|
| 19-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1198 from CEED/jeremy/CeedCheck
Add CeedCheck macro to reduce repetition
|
| #
6574a04f
|
| 18-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedCheck macro to reduce repetition
|
| #
4385fb7f
|
| 04-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Format docstrings
|
| #
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 ...
|
| #
131837e7
|
| 14-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1172 from CEED/jeremy/more-tests
Spelling and Ceed example consistency
|
| #
ecc88aeb
|
| 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
spelling - spelling fixes in core
|
| #
78a97f55
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1104 from CEED/jeremy/formatting
Minor Formatting Fixes
|
| #
ea61e9ac
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - assorted formatting fixes
|
| #
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 ...
|
| #
01005eab
|
| 30-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1053 from CEED/natalie/fix-magma-jit-mem
Fix small memory leaks in JIT source code management
|
| #
9af6094f
|
| 26-Aug-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
JIT: free relative path variable after getting absolute path
|
| #
c9c2c079
|
| 05-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
QF headers for typedefs and macros (#1036)
* jit - qf headers for typedefs and macros
* jit - smaller list of permitted files
* ceed - only include ceed.h in QF source
|
| #
cb03979f
|
| 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1002 from CEED/jeremy/format-ceed-types
Add CeedInt_FMT
|
| #
13f886e9
|
| 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - consistent use of CeedDebug vs CeedDebug256
|