| #
06e36fcd
|
| 01-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-05-30/misc-cxx-fixes-2' into 'main'
Misc C++-Related Fixes For PetscDevice And Friends Round 2
See merge request petsc/petsc!6526
|
| #
bbfde98d
|
| 17-May-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Disable high-traffic DCONTEXT_Mark event by default
|
| #
5480effc
|
| 29-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Revert "Revert "Merge branch 'jacobf/2023-05-17/misc-cxx-fixups/release' into 'release'"""
This reverts commit 418dbbe5c294b713971823b0eef04bc220e11f0c.
|
| #
418dbbe5
|
| 25-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Revert "Merge branch 'jacobf/2023-05-17/misc-cxx-fixups/release' into 'release'""
This reverts commit df799b48afdc2b9da2e7091d01d5c06978131d9d.
|
| #
df799b48
|
| 24-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Merge branch 'jacobf/2023-05-17/misc-cxx-fixups/release' into 'release'"
This reverts commit ab82ac03bf5fd21ddf6c88f5b0e88c1ee438116f, reversing changes made to 4a015fb72d15b0317252c3bd729c5
Revert "Merge branch 'jacobf/2023-05-17/misc-cxx-fixups/release' into 'release'"
This reverts commit ab82ac03bf5fd21ddf6c88f5b0e88c1ee438116f, reversing changes made to 4a015fb72d15b0317252c3bd729c51826bbf9081.
show more ...
|
| #
ab82ac03
|
| 23-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-05-17/misc-cxx-fixups/release' into 'release'
Miscellaneous C++-Related Fixes For PetscDevice and friends
See merge request petsc/petsc!6477
|
| #
eb07fa1d
|
| 17-May-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Disable high-traffic DCONTEXT_Mark event by default
|
| #
0fe358ee
|
| 14-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
6a9b62cb
|
| 13-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-05-10/fix-device-Wextra-semi-stmt/release' into 'release'
PetscDevice Fix -Wextra-semi-stmt
See merge request petsc/petsc!6447
|
| #
394bf645
|
| 10-May-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix warning: empty expression statement has no effect; remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
|
| #
a2fe6956
|
| 06-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
6245f10b
|
| 05-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix typos
See merge request petsc/petsc!6282
|
| #
91c35059
|
| 04-Apr-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
d01c6957
|
| 28-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-25/fix-more-manualpages' into 'main'
More manual page fixes
See merge request petsc/petsc!6233
|
| #
2fe279fd
|
| 28-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
More manual page fixes
|
| #
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
|
| #
37d05b02
|
| 06-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b877537e
|
| 05-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix Typos
See merge request petsc/petsc!6024
|
| #
da81f932
|
| 05-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix Typos
|
| #
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
|
| #
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
|
| #
bd2fcf0c
|
| 09-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Rename util::integral_value() to to_underlying() to match C++23's std::to_underlying()
|
| #
7297401a
|
| 23-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-11-18/viennacl-dont-initialize-petscdevice/release' into 'release'
Fix ViennaCL unconditionally initializing PetscDevice
See merge request petsc/petsc!5853
|