| #
7de69702
|
| 10-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Update some discussions in the users manual
Also fix 32bit, 64bit, 32 bit, 64 bit throughout and blas and blas/lapack
|
| #
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
|
| #
a663c1df
|
| 13-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
517f05f0
|
| 13-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-30/fix-include-man-pages/release' into 'release'
Fix manual pages in include files
See merge request petsc/petsc!6272
|
| #
16a05f60
|
| 13-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages in include files
|
| #
e9f36840
|
| 18-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'
Fix many manual pages
See merge request petsc/petsc!6162
|
| #
20f4b53c
|
| 09-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages based on reports from Jacob's lint tool
Commit-type: documentation
|
| #
a698e064
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c28a8906
|
| 12-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-strict-prototypes' into 'release'
Fix -Wstrict-prototypes
See merge request petsc/petsc!6174
|
| #
b181a85e
|
| 11-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wstrict-prototypes
include/petscblaslapack.h:216:88: warning: a function declaration without a prototype is deprecated in all versions of C
|
| #
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
|
| #
6524c165
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
89fe5ecd
|
| 01-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-lapack-declaration' into 'main'
Fix const-correctness in LAPACK declarations
Closes #1224
See merge request petsc/petsc!5488
|
| #
3547a1f1
|
| 30-Jul-2022 |
Pierre Jolivet <pierre@joliv.et> |
petscblaslapack.h: const-correctness of LAPACK
|
| #
bda77271
|
| 20-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-06-24/linenumbers-petscstack' into 'main'
Fixes/improvements for PETSc stack handling
See merge request petsc/petsc!5368
|
| #
e77caa6d
|
| 28-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Rename PetscStackCallExternalNoErrorCode to PetscStackCallExternalVoid
I tried to rebase this into the commit that introduced PetscStackCallExternalNoErrorCode but that produced a mass of bad merges
Rename PetscStackCallExternalNoErrorCode to PetscStackCallExternalVoid
I tried to rebase this into the commit that introduced PetscStackCallExternalNoErrorCode but that produced a mass of bad merges; I am not sure why, so this stands along. Annoying for code review but bisection will work which is the important thing.
Commit-type: housekeeping /spend 2m Reported-by: Stefano Zampini
show more ...
|
| #
792fecdf
|
| 25-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup and unify naming of PetscCall routines
Commit-type: housekeeping /spend 10m
|
| #
ef1023bd
|
| 25-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)
Information was often wrong; incorrect filenames and line numbers removed
Also unified naming
Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)
Information was often wrong; incorrect filenames and line numbers removed
Also unified naming for callback function stack frames
Commit-type: error-checking, debugability /spend 2h
show more ...
|