Peter Hill
Peter Hill
GCC 13 generates lots of warnings from libfmt: `warning: possibly dangling reference to a temporary [-Wdangling-reference]`. This isn't anything we can directly fix ourselves. In CMake 3.25, however, there is...
PETSc now complains about us mixing calls to `VecGetValues` and `VecSetValues` while building the vectors in `PetscVector`. This doesn't seem to affect the result, but it is incredibly noisy --...
Not yet sure if this is a problem with Viking or us, but previously everything worked fine and now BOUT++ is not getting linked against the netCDF C library when...
#2595 made me realise we still don't have a `--version` command line argument. Ideally, this should report both the model version and the library version, something like: ``` $ ./my_model...
**Is your feature request related to a problem? Please describe.** Currently, `breathe` uses `cpp:type` to render namespaces. This means that opening the same namespace in multiple files results in a...
I think most of the remaining warnings in libdap2 are suspicious. For example, there are some (duplicated, but that's a different matter) functions for finding the index of an element...
This fixes about 100 out of 130 warnings from `libnczarr`. The remaining 30-ish warnings are basically either: - code doing subtraction or iterating backwards, where changing e.g. the loop index...