| #
2fe279fd
|
| 28-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
More manual page fixes
|
| #
b9ac8f78
|
| 20-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Some housekeeping before 3.19.0
See merge request petsc/petsc!6208
|
| #
752b9880
|
| 11-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
KSPHPDDM: fix strict aliasing error with icpx
|
| #
f7b5d04f
|
| 20-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
Sys: add PETSC_ATTRIBUTE_MAY_ALIAS
|
| #
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
|
| #
9aed2f16
|
| 16-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-03-14/fixup-petscmacros' into 'main'
petscmacros.h fixups
See merge request petsc/petsc!6188
|
| #
2e327cfb
|
| 15-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Move PetscPragmaSIMD and PetscPragmaOMP to petscmacros.h
|
| #
1c7e414e
|
| 15-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add PETSC_PRAGMA_DIAGNOSTIC_IGNORED_BEGIN, and PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END to silence clang or GCC warnings selectively
|
| #
f5713a85
|
| 15-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Remove PETSC_SKIP_VARIADIC_MACROS
|
| #
d3904c29
|
| 09-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-02-08/remove-redundant-petsc-nodiscard' into 'main'
Remove redundant uses of `PETSC_NODISCARD` from functions returning a PetscErrorCode
See merge request petsc/petsc!6036
|
| #
089fb57c
|
| 08-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Remove redundant uses of PETSC_NODISCARD from functions returning a PetscErrorCode
|
| #
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
|
| #
563b2f50
|
| 20-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add C++23 versions of PetscUnreachable() and PetscAssume()
|
| #
99d14cb2
|
| 12-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-removed-errorchecking' into 'main'
Remove remaining traces of --with-errorchecking
See merge request petsc/petsc!5962
|
| #
2fdf829d
|
| 12-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-11-30/consolidate-cxx-pool-allocators' into 'main'
Consolidate C++ Pool Allocators And Add ASAN Poison Support
See merge request petsc/petsc!5891
|
| #
1cf396e4
|
| 09-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
include/petscmacros.h: Ensure __has_feature() is defined
|
| #
2f181314
|
| 08-Jan-2023 |
Pierre Jolivet <pierre@joliv.et> |
Remove remaining traces of --with-errorchecking
|
| #
a207d08e
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ed31fb71
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/codespell-typos' into 'release'
A few more codespell fixes
See merge request petsc/petsc!5786
|
| #
d5b43468
|
| 29-Oct-2022 |
Jose E. Roman <jroman@dsic.upv.es> |
A few more codespell fixes
|
| #
420cb978
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-06/petscassume' into 'main'
Feature: PetscAssume()
See merge request petsc/petsc!5591
|
| #
c7481402
|
| 06-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add PetscAssume(), use it in PetscAssert()
|
| #
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
|