backend - add const to QF name acessor
minor - use CeedSize_FMT and similar changes
rstr - fix signature of GetLayout
rstr - add CeedElemRestriction[Get,Set]LLayout
memcheck - use unique orderings for CEED_BACKEND_STRIDES
minor - reduce LCOV_EXCL markers
memcheck: Add QF path and name to error message
memcheck - match nan check for QFunction field size
memcheck - move codecov markers
style - fixes for CPU backends
style - fix header guards
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 ...
debug - add debug color enum
memcheck - error if QFunction application gives NaNs
memcheck - use CeedSize in for loops as needed
memcheck - warn in CEED_DEBUG if NaN remains after restoring write-only access
Fix -fsanitize=address bugsnote: ‘snprintf’ output between 21 and 31 bytes into a destination of size 30The assembly test had inconsistent ordering of arguments between theqfunction itself and t
Fix -fsanitize=address bugsnote: ‘snprintf’ output between 21 and 31 bytes into a destination of size 30The assembly test had inconsistent ordering of arguments between theqfunction itself and the call to CeedQFunctionAddInput.
memcheck - fix leak in multiple read only vec access
Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fixMinor style consistency updates
internal - add CeedCheck macro to reduce repetition
Fix file endings inconsistency
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
memcheck - add vector read/write checking
minor - assorted formatting fixes
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>
1234