History log of /libCEED/tests/t406-qfunction.c (Results 1 – 18 of 18)
Revision Date Author Comments
# e036be40 22-Oct-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1699 from CEED/jeremy/set-jit-defines

Add CeedAddJitDefine


# 4753b775 21-Oct-2024 Jeremy L Thompson <jeremy@jeremylt.org>

jit - add CeedAddJitDefine


# 1dc8b1e6 21-Oct-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1696 from CEED/jeremy/jit-include

JiT include update


# 255dad32 16-Oct-2024 Jeremy L Thompson <jeremy@jeremylt.org>

test - compile QF with extra include dir


# 76e570b8 29-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1353 from CEED/jeremy/codecov

CodeCov Fixes


# 2b62239c 28-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

test - add missing codecov exclusion markers


# f85e4a7b 28-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

test - set interface only tests to only='cpu'


# ac415f71 17-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

Revert a550dd66


# a550dd66 04-Mar-2023 Sebastian Grimberg <sjg@amazon.com>

Formatting fixes for tests including consistent include order


# 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


# 098b6781 18-Nov-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #841 from CEED/jeremy/qf-multi-source

QFunction multi source support


# d7891dc8 18-Nov-2021 Jeremy L Thompson <jeremy@jeremylt.org>

tests - drop unused include in t406

Co-authored-by: Jed Brown <jed@jedbrown.org>


# ccec5866 10-Nov-2021 Jeremy L Thompson <jeremy@jeremylt.org>

qf - add test for multi source support