| #
4e8208cb
|
| 31-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)
See merge request petsc/petsc!8956
show more ...
|
| #
2a8381b2
|
| 13-Jan-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now t
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now the standard for passing in contexts - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn
Both of these are typedef to void*
Also removed most use of user and userctx for context arguments now consistently named ctx
Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran
show more ...
|
| #
6a97282b
|
| 24-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
76662740
|
| 24-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docstrings' into 'release'
Fix wrong docstrings
See merge request petsc/petsc!8589
|
| #
b89a13d2
|
| 24-Jul-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix wrong docstrings
|
| #
186cd71f
|
| 24-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-07-19/lint-apply-ts' into 'main'
Manual linter fixes: ts
See merge request petsc/petsc!6736
|
| #
9b81a21c
|
| 21-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix bug in self-referential docstring checks
|
| #
02477ebb
|
| 15-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'
Enable docs linting
See merge request petsc/petsc!6667
|
| #
e5b70dc6
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make note false positives more rare
|
| #
e101a50d
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix flip-flop in seealso alignment check
|
| #
c676cf66
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make header guessing slightly more robust against 'the options database'-style false positives
|
| #
efda0c25
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make header guessing slightly more robust against 'references [to|a|so]'-style false positives
|
| #
48164c6c
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make header guessing slightly more robust against 'for example'-style false positives
|
| #
d6bc3711
|
| 11-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix indent-check not being made when switching sections
|
| #
5f6ded13
|
| 07-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Improve handling of nested and dummy leading comments, now properly ignores comments inside the docstring
|
| #
ca1b266e
|
| 06-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Implement rudimentary pragmas for linter
|
| #
85dcea7f
|
| 06-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Handle in-out and same-name function parameters correctly
|
| #
4c707a87
|
| 30-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Allow [](ch_whatever) constructs to not be enclosed by backticks
|
| #
4129947a
|
| 05-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Support in-out parameter descriptions
|
| #
3ec5d0d2
|
| 08-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
4d5ef84c
|
| 07-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/release/fix-man-pages' into 'release'
Fix several manual pages
See merge request petsc/petsc!6423
|
| #
7cdbe19f
|
| 06-May-2023 |
Jose E. Roman <jroman@dsic.upv.es> |
Manpages: collective info should go after synopsis
|
| #
80f6d96d
|
| 01-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
08eaad2d
|
| 01-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos-portability' into 'release'
Fix typos, portability issues, segmentation fault
See merge request petsc/petsc!6267
|
| #
aaa8cc7d
|
| 31-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix some documentation and typos
|