| #
363da2dc
|
| 14-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix SLEPc pipelines
|
| #
5a7a9864
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jeremy/less-strcpy-strcat' into 'main'
Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]
Closes #1332
See merge request petsc/petsc!6115
|
| #
c6a7a370
|
| 24-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Clean up PETSc str ops to use more secure implementations where possible. These include:
- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat() - Use PetscArraycpy() over
Clean up PETSc str ops to use more secure implementations where possible. These include:
- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat() - Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying - Use built in string from name over hardcoding - Use sizeof over hardcoded length - Replace some Strlcat with Strncpy when offset is known
show more ...
|
| #
7a3a620f
|
| 24-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Double spaces, wrong backticks, or unneeded braces
See merge request petsc/petsc!6110
|
| #
aa624791
|
| 24-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Double spaces, wrong backticks, or unneeded braces
|
| #
b047e4b5
|
| 17-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-12/fix-mat-preallocation' into 'main'
try to build efficient hash table allocation directly into Mat
See merge request petsc/petsc!5621
|
| #
1f4c7579
|
| 07-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Don't have testharness complain about -malloc [no] option
This allows developers to run much faster make alltests without malloc checking if they want.
|
| #
4bff11b9
|
| 13-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-02-08/fixup-wstringop' into 'main'
Fix various -Wstringop gcc warnings
See merge request petsc/petsc!6037
|
| #
9b15cf9a
|
| 08-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix various -Wstringop gcc warnings
|
| #
1c836472
|
| 13-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-10/fix-format-error-options-left' into 'main'
Fix formatting of options left printed during error handling
See merge request petsc/petsc!6054
|
| #
b8e0b7cf
|
| 10-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix formatting of options left printed during error handling
By indenting two spaces the resulting text to the screen will be clearer for users to see the relationship
Commit-type: error-handling /
Fix formatting of options left printed during error handling
By indenting two spaces the resulting text to the screen will be clearer for users to see the relationship
Commit-type: error-handling /spend 2m
show more ...
|
| #
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
|
| #
1ea65430
|
| 04-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
a41402af
|
| 04-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typo' into 'release'
Winter cleaning
See merge request petsc/petsc!5948
|
| #
35cb6cd3
|
| 30-Dec-2022 |
Pierre Jolivet <pierre@joliv.et> |
Fix some typos
|
| #
e3dbaa52
|
| 29-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
3d996455
|
| 29-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-11-17/fix-collective-on-man-pages/release' into 'release'
Remove unneeded " on xxx" from most Collective comments in manual pages; move no Fortran support to Collective line
Merge branch 'barry/2022-11-17/fix-collective-on-man-pages/release' into 'release'
Remove unneeded " on xxx" from most Collective comments in manual pages; move no Fortran support to Collective line
See merge request petsc/petsc!5850
show more ...
|
| #
cf53795e
|
| 17-Nov-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Move most of the manual pages no Fortran support to Collective line
Commit-type: documentation /spend 48m
|
| #
c3339dec
|
| 17-Nov-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove unneeded " on xxx" from most Collective comments in manual pages
The phrase was unneeded 99% of the time
I 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 pages
The phrase was unneeded 99% of the time
I did not remove in the dm directory since another MR is still active that affects that directory
Commit-type: documentation /spend 20m
show more ...
|
| #
66386111
|
| 20-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-optionsdb-size' into 'main'
Allow the options database to grow
See merge request petsc/petsc!5838
|
| #
9355ec05
|
| 16-Nov-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Sys: Now options table can grow, and option sources are tracked
|
| #
26e47935
|
| 29-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-29/clang-format-khash_t-typenamemacro' into 'main'
Tell clang-format to treat khash_t as a typename
See merge request petsc/petsc!5697
|