| #
d4f9124c
|
| 17-Jun-2025 |
Jed Brown <jed@jedbrown.org> |
makefiles: update defaults from c99 to c11
cuda-12.9 contains anonymous unions, which are not in c99. But c11 is widely supported these days so it seems fair to update.
One nit is that c11 does not
makefiles: update defaults from c99 to c11
cuda-12.9 contains anonymous unions, which are not in c99. But c11 is widely supported these days so it seems fair to update.
One nit is that c11 does not require VLA, and libCEED uses VLA-pointers internally for some purposes.
show more ...
|
| #
acba4199
|
| 25-Apr-2025 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1809 from hughcars/hughcars/compiler-flag-fallback
Add fallback compiler settings equivalent to gcc default
|
| #
8de85446
|
| 22-Apr-2025 |
Hugh Carson <hughcars@amazon.com> |
Fix CC_VENDOR for Ubuntu wrapped gcc
|
| #
7481867c
|
| 07-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1798 from CEED/jeremy/xskd-tidy
tidy - minor fixes
|
| #
3b9caef5
|
| 07-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - minor fixes
|
| #
b4e8f366
|
| 26-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1792 from CEED/jed/runtime-config
Add run-time interface for build-time configuration
|
| #
e733e297
|
| 26-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1794 from CEED/jeremy/pc-opt-flags
Add OPT as cflags_extra in ceed.pc
|
| #
5ad1e4ca
|
| 26-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
lib - add OPT as cflags_extra in ceed.pc
|
| #
944f002e
|
| 25-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - ci doesn't always have perm to write files
|
| #
428c7f6a
|
| 25-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - version <4 does not support file
|
| #
c2d180ad
|
| 25-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - fallback to simpler git describe if able
|
| #
4f69910b
|
| 22-Mar-2025 |
Jed Brown <jed@jedbrown.org> |
Add run-time interface for build-time config (fix #1732)
This adds CeedGetGitVersion() to access output of `git describe --dirty` and CeedGetBuildConfiguration() to get variables like compilers and
Add run-time interface for build-time config (fix #1732)
This adds CeedGetGitVersion() to access output of `git describe --dirty` and CeedGetBuildConfiguration() to get variables like compilers and flags.
For builds without a Git repo, we return "unknown" or the user can set the string via `make GIT_DESCRIBE=deadbeaf`.
show more ...
|
| #
20a16a5f
|
| 20-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1786 from CEED/jeremy/copy-headers
minor - upate copyright to 2025
|
| #
d275d636
|
| 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - upate copyright to 2025
|
| #
549c5e66
|
| 06-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1771 from CEED/jeremy/makefile-document
Clarify Makefile Contents
|
| #
baef4b7a
|
| 06-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - minor style
|
| #
9a92872b
|
| 06-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - common strategy w/ [cuda,hip]-all variables
|
| #
a5ef5560
|
| 05-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - add info-basic, list backends in info
|
| #
8baf801d
|
| 05-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - add some headings grouping commands
|
| #
3b89f380
|
| 11-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1743 from CEED/jeremy/offload-arch
make - use newer rocm option
|
| #
5e82904b
|
| 11-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - use newer rocm option
|
| #
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
|
| #
1738f9ca
|
| 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1626 from CEED/jeremy/trim-noether
ci - drop extra CPU tests in CUDA job
|
| #
7b64fac9
|
| 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - remove stale ref to tmpl backends, fix bennch target
|