Lint apply: sys
Merge branch 'barry/2023-06-15/add-fortran-file-viewer' into 'main'Allow one to attach a PETSCVIEWERASCII to a Fortran file unitSee merge request petsc/petsc!6607
HAVE_FORTRAN should be USE_FORTRAN_BINDINGS since it is about generating the Fortran bindings, not about if the Fortran compiler exists
PetscByteSwap: skip PETSC_CHAR
feat: Add PetscInt32 datatypeCo-Authored-By: Jed Brown <jed@jedbrown.org>
Merge remote-tracking branch 'origin/release'
Fix typos
remove getwd() usage/tmp/petsc-d41q1uwk/config.functions/conftest.c:227: warning: the `getwd' function is dangerous and should not be used.
fix: All ranks must hit Bcast in SynchronizedFGets
Update some discussions in the users manualAlso fix 32bit, 64bit, 32 bit, 64 bit throughout and blas and blas/lapack
Cleanup of manual pages in src/sys/fileio
Merge branch 'barry/2023-03-30/fix-include-man-pages/release' into 'release'Fix manual pages in include filesSee merge request petsc/petsc!6272
Fix manual pages in include files
Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
Fix some manual pagesCommit-type: documentationBranch-name: barry/2023-03-30/fix-man-pages/releaseBranch-root: releaseBranch-purpose: Fix some manual page formatting
Use strerror() to print the cause of system errors to help users debug problems related to IOCommit-type: usabilityBranch-name: barry/2023-03-30/use-strerror-for-sys-errorsBranch-root: mainBran
Use strerror() to print the cause of system errors to help users debug problems related to IOCommit-type: usabilityBranch-name: barry/2023-03-30/use-strerror-for-sys-errorsBranch-root: mainBranch-purpose: Use strerror() to print the cause of system errors to help users debug problems related to IO
show more ...
More manual page fixes
non-test and tutorial makefiles only need rules.doc not the full rulesCommit-type: documentation
Only makefiles in the test and tutorial directories need lib/petsc/conf/testCommit-type: housekeeping
Switch to clang-format 16
12345678910>>...20