helpindex.py: fix string processing for Python3, mixed tab/space
helpindex.py: delete dead code that has been commented for 15 years
Merged in jczhang/feature-abi-check (pull request #1675)Compare ABI/API of two petsc versionsApproved-by: BarryFSmith <bsmith@mcs.anl.gov>
Merged in barry/feature-checkbadsource (pull request #1686)Make rules that check for PETSc standard violations in source code
Raise error if CC is not a GNU compiler
Support --with-single-library=0 and xml/html report file format
Make rules that check for PETSc standard violations in source codeCommit-type: feature
Fixed out-dated URLS using make checkbadURLS REPLACE=1One manual fix of https://en.wikipedia.org/wiki/Buckingham_π_theorem since the automatic tool dropped the first _ for some reasonManual fix of
Fixed out-dated URLS using make checkbadURLS REPLACE=1One manual fix of https://en.wikipedia.org/wiki/Buckingham_π_theorem since the automatic tool dropped the first _ for some reasonManual fix of //faq.html since the automatic tool incorrectly replaced /faq.html to //faq.html in some locationsThese are largely updates of http to https but have a variety of other website location changesOnce this branch is in master individual developers can run make checkbadURLS and fix URLs related to their projects manuallyCommit-type: bug-fix, documentation
show more ...
Add make tool for finding and fixing outdated URLs in the repository.Commit-type: feature
Add a wrapper script to check abi/api for petsc
Add the abi-compliance-checker tool under GNU LGPL2.1
fix processf90interfaces - when the source has line continuation for eg: with DMPlexCreateFromCellListParallelReported-by: Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>
Merged in abhishek/feature-log-csv (pull request #1646)CSV print function definitions addedApproved-by: BarryFSmith <bsmith@mcs.anl.gov>
Xdmf+HDF5: Check for presence of hybrid cells and create a Grid Collection
Merge remote-tracking branch 'origin/maint'
CSV print function definitions addedAdded zlib compress and wrote csv to buffer instead of printing
Ignore dotfiles in generatefortranstubs
Revert "Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]""This reverts commit f8f0706ac36152a85c2163c77236a76f30185f56.
Add make getcxxflags rule for displaying the C++ compiler flags used by PETScThere are getcflags and getfortranflags commands but the one for C++ was missingCommit-type: feature
release: set v3.11 strings
Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]"This reverts commit 4d195b5eb92504439ee3a75f081f195aff73b70e, reversingchanges made to 57cf99f718c63d6d4dd898d489c9b5204d
Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]"This reverts commit 4d195b5eb92504439ee3a75f081f195aff73b70e, reversingchanges made to 57cf99f718c63d6d4dd898d489c9b5204d7f7338.Accidentally merged to `master` instead of `next`.If tests turn out okay, this revert will be reverted.
adding PetscGaussLobattoLegendre function to dt, removing GLL, updating examples
etags: fix etags generation during tarball creationReported-by: "Smith, Barry F." <bsmith@mcs.anl.gov>
petsc_gen_xdmf.py: use comprehension to avoid nested maps
petsc_gen_xdmf.py: file -> open to work with Python 3
1...<<31323334353637383940>>...48