Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
Merge branch 'jed/cgns-multi-lib' into 'main'Viewer: fix for multi-library and hsize_t format stringSee merge request petsc/petsc!6256
hdf5: fix formating for hsize_thdf5-1.13 changed hsize_t from unsigned long long to uint64_t andintroduced the PRIuHSIZE macro for printing it. If the macro is notdefined, we must have an earlier
hdf5: fix formating for hsize_thdf5-1.13 changed hsize_t from unsigned long long to uint64_t andintroduced the PRIuHSIZE macro for printing it. If the macro is notdefined, we must have an earlier version of HDF5 so define the PRIuHSIZEmacro.
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
Merge remote-tracking branch 'origin/release'
HDF5: Use correct default
Remove now unneeded SOURCE* variables from makefilesCommit-type: configure, housekeeping
Remove unneeded SOURCEH from makefilesNo longer used by docs or build
Merge branch 'jolivet/follow-up-6107-6113' into 'main'Remove unneeded (empty) makefile variablesSee merge request petsc/petsc!6132
Fix Vec, SF, Section and IS manual pagesCommit-type: documentation
Remove empty preprocessor variables
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Make PetscErrorCode a non-discardable enum
Merge branch 'jczhang/add-petscsf-fortran' into 'main'Add Fortran binding for PetscSFGet{Leaf,Root}RanksSee merge request petsc/petsc!5860
Merge branch 'barry/2022-12-27/rm-vecgetarray-fortran-examples' into 'main'Replace use of VecGetArray() and friends from Fortran examples and docsSee merge request petsc/petsc!5950
Add manual pages for MatGetRowIJF90(), MatRestoreRowIJF90(), ISLocalToGlobalMappingGetIndicesF90(), ISLocalToGlobalMappingRestoresIndicesF90()Commit-type: docs-onlyfix
Fortran: add some notes for APIs with a different name in Fortran
ISLocalToGlobalMappingView: change output to clarify ranges for bs>1
Remove unneeded " on xxx" from most Collective comments in manual pagesThe phrase was unneeded 99% of the timeI did not remove in the dm directory since another MR is still active that affects th
Remove unneeded " on xxx" from most Collective comments in manual pagesThe phrase was unneeded 99% of the timeI did not remove in the dm directory since another MR is still active that affects that directoryCommit-type: documentation/spend 20m
Fix missing : from seealso in manual pagesSkip those fixed in the dm MRCommit-type: documentation/spend 10m
Cleanup manual pages in src/vec/isCommit-type: documentation/spend 4h
source code format changes due to .clang-format changes
Merge branch 'haplav/feature-hdf5-group-additions' into 'main'PetscViewerHDF5 group handling additionsSee merge request petsc/petsc!5640
12345678910>>...35