| #
017deb10
|
| 24-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/no-device-no-petscdevice' into 'main'
Add `--with-devicelanguage` to make PETSc a C library again
Closes #997
See merge request petsc/petsc!8783
|
| #
27d4e10a
|
| 13-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
PetscDevice: remove C++ dependency when using --with-devicelanguage=C
|
| #
609caa7c
|
| 19-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/rm-explicit-empty-output_file' into 'main'
Remove 535 empty .out and consolidate the use of output/empty.out
See merge request petsc/petsc!8538
|
| #
61c8d4ed
|
| 10-Jul-2025 |
Pierre Jolivet <pierre@joliv.et> |
Minor style fix
|
| #
a74a939a
|
| 09-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
8f0628bb
|
| 09-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/ci-compile-examples' into 'release'
compile examples in CI
See merge request petsc/petsc!7924
|
| #
f5c5fea7
|
| 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
CI: enable compilation of examples in some stage-1 jobs
|
| #
970231d2
|
| 07-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-18' into 'main'
clang-format version 18
See merge request petsc/petsc!6902
|
| #
fbccb6d4
|
| 18-Nov-2023 |
Pierre Jolivet <pierre@joliv.et> |
CI: update to clang-format-18
|
| #
f4f49eea
|
| 11-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove multiple parentheses and extra semicolon
git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g
Remove multiple parentheses and extra semicolon
git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g' git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g' git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'
show more ...
|
| #
4e82a95c
|
| 23-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/fix-explicit-sync' into 'main'
Consolidate PETSc stream types
See merge request petsc/petsc!6847
|
| #
d9acb416
|
| 23-Feb-2024 |
Hong Zhang <hongzhang@anl.gov> |
Consolidate PETSc stream types
|
| #
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
|
| #
0046700e
|
| 13-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-03-13/fixup-petscdevicetestcommon-wformat-pedantic' into 'main'
Fix petscdevicetestcommon.h warnings
See merge request petsc/petsc!6177
|
| #
7fca85f3
|
| 13-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix 'format specifies type 'void *' but the argument has type 'PetscDevice' (aka 'struct _n_PetscDevice *') [-Wformat-pedantic]'
|
| #
81e241df
|
| 11-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-01-30/cpp20' into 'main'
Add C++20 support to configure
See merge request petsc/petsc!6014
|
| #
89e5c462
|
| 09-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix strange redefinition errors of global functions
|
| #
13bcc0bd
|
| 01-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix C++20 implicit enum-float conversions
|
| #
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
|
| #
547419b7
|
| 15-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-10-04/improve-device-test-coverage' into 'main'
Improve coverage of various PetscDevice and PetscDeviceContext corner cases
See merge request petsc/petsc!5712
|