| #
d3f910d4
|
| 28-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/no-abort' into 'main'
Cannot call PETSCABORT in traceback error handler
See merge request petsc/petsc!6747
|
| #
4e29e845
|
| 21-Jul-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Cannot call PETSCABORT in traceback error handler
|
| #
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
|
| #
10450e9e
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Manual linter fixes: sys
|
| #
aec76313
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Lint apply: sys
|
| #
479160d7
|
| 12-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-07-02/nice-error-message-when-first-error-is-not-properly-handled' into 'main'
When the user does not properly handle a returned error code and another error...
See merge r
Merge branch 'barry/2023-07-02/nice-error-message-when-first-error-is-not-properly-handled' into 'main'
When the user does not properly handle a returned error code and another error...
See merge request petsc/petsc!6655
show more ...
|
| #
15858b40
|
| 03-Jul-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
When the user does not properly handle a returned error code and another error is detected, print a very useful message indicating what has happended.
Reported-by: Stefano Zampini
|
| #
6612abce
|
| 23-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
efe0f296
|
| 21-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-traceback' into 'release'
PetscTraceBackErrorHandler: do not assume errors can be raised only once
See merge request petsc/petsc!6591
|
| #
3e983f84
|
| 13-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscTraceBackErrorHandler: do not assume errors can be raised only once
users can do
ierr = some_petsc_call_that_fail() ierr = some_other_petsc_call_that_fail()
and only care about the second err
PetscTraceBackErrorHandler: do not assume errors can be raised only once
users can do
ierr = some_petsc_call_that_fail() ierr = some_other_petsc_call_that_fail()
and only care about the second error code but want a clean traceback
show more ...
|
| #
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
|
| #
b1512d92
|
| 08-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-01-25/inline-petscstr' into 'main'
Inline Simple PetscStr Functions
See merge request petsc/petsc!6005
|
| #
bbcf679c
|
| 25-Jan-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Inline all of the PetscStr* functions that map to basic str functions so __builtin_ variants can be used by compiler
|
| #
31d78bcd
|
| 02-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'
Feature: Non-discardable PetscErrorCode
See merge request petsc/petsc!5923
|
| #
3ba16761
|
| 10-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make PetscErrorCode a non-discardable enum
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
eea86af3
|
| 05-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-23/fix-sys-man' into 'main'
Fix up all manual pages in src/sys directory
See merge request petsc/petsc!5559
|
| #
811af0c4
|
| 24-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix up all manual pages in src/sys directory
Commit-type: documentation /spend 10h
|
| #
766cdfe2
|
| 02-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-28/fix-petscfunctionreturn-nonzero' into 'main'
Remove incorrect use of PetscFunctionReturn(nonzero integer value). Add this...
See merge request petsc/petsc!5564
|
| #
11cc89d2
|
| 29-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove incorrect use of PetscFunctionReturn(nonzero integer value). Add this rule to the developers guide
Commit-type: house-keeping /spend 1h Reported-by: Pierre Jolivet
|
| #
f0af967e
|
| 29-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners w/o PetscCall()
See merge request petsc/petsc!5561
|
| #
ad540459
|
| 29-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners w/o PetscCall()
|