| f359f128 | 18-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1801 from CEED/jeremy/actions-versions
actions - use latest gcc |
| ed1ebff7 | 18-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
actions - use latest gcc |
| 7481867c | 07-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1798 from CEED/jeremy/xskd-tidy
tidy - minor fixes |
| 7d0543c0 | 07-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - another small tidy fix |
| 3b9caef5 | 07-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - minor fixes |
| 2f504002 | 31-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1797 from CEED/jeremy/petsc-3.23
petsc - require 3.23 |
| bfbde1a2 | 31-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - require 3.23 |
| a8edb68e | 27-Mar-2025 |
James Wright <james@jameswright.xyz> |
Merge pull request #1796 from CEED/jrwrigh/update_petscoptions
fix(bc): Correct PetscOptionsItems pointer status |
| 5d4f3a24 | 27-Mar-2025 |
James Wright <james@jameswright.xyz> |
style: clang-format 19 changes |
| 9a2e771e | 27-Mar-2025 |
James Wright <james@jameswright.xyz> |
fix(fluids): Address unintialized compiler warnings |
| 4bccaee3 | 27-Mar-2025 |
James Wright <james@jameswright.xyz> |
fix(fluids): Correct bc for change in PetscOptionsObject
Changed from struct to pointer-to-struct |
| fc9cad3a | 27-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1788 from CEED/jeremy/zach/hip-mi300a
Unified memory for HIP |
| a3b195ef | 20-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - use unified memory Co-authored-by: Zach Atkins <zach.atkins@colorado.edu> |
| 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 |
| fd27ce53 | 22-Mar-2025 |
Jed Brown <jed@jedbrown.org> |
doc: upgrade Python packages |
| 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 ...
|
| 2686ebe6 | 22-Mar-2025 |
Jed Brown <jed@jedbrown.org> |
doc: fix misspelled parameter |
| 376019f0 | 25-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1793 from CEED/jeremy/ci-macos
ci - use macos-15 |
| 44bedce4 | 25-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - macos needs -jn now over -j |
| 8ddf3821 | 25-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - use macos-15 |