| #
ede9db93
|
| 19-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
a38001db
|
| 10-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2026-02-09/fix-illumos-openbsd' into 'release'
Portability fixes for illumos and OpenBSD
See merge request petsc/petsc!9021
|
| #
4b80df35
|
| 10-Feb-2026 |
Junchao Zhang <jczhang@anl.gov> |
Sys: fix uname() error checking
Thanks-to: Pim Heeman <pimh@kth.se>
|
| #
6d8694c4
|
| 20-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'
Major updates to Fortran interface
See merge request petsc/petsc!7517
|
| #
ce78bad3
|
| 20-Feb-2025 |
Barry Smith <bsmith@petsc.dev> |
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous ve
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous versions! - also clean up inconsistent PETSc code detected by new Fortran generation tools - drop use of bfort - automatically generate all the Fortran PETSc objects, enums etc from the include files - generate most of the Fortran interface definitions and functions from the source code - simplify the number and organization of Fortran modules
Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>
show more ...
|
| #
d8e47b63
|
| 17-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'
Compiler finds (and forbid) casts from higher precision integers to lower
See merge request petsc/petsc!7806
|
| #
6497c311
|
| 25-Aug-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in th
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in the CI
show more ...
|
| #
02477ebb
|
| 15-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'
Enable docs linting
See merge request petsc/petsc!6667
|
| #
aec76313
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Lint apply: sys
|
| #
676cfb38
|
| 05-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-30/use-strerror-for-sys-errors' into 'main'
Use strerror() to print the cause of system errors to help users debug problems related to IO
See merge request petsc/petsc!6
Merge branch 'barry/2023-03-30/use-strerror-for-sys-errors' into 'main'
Use strerror() to print the cause of system errors to help users debug problems related to IO
See merge request petsc/petsc!6262
show more ...
|
| #
bf31d2d3
|
| 30-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Use strerror() to print the cause of system errors to help users debug problems related to IO
Commit-type: usability
Branch-name: barry/2023-03-30/use-strerror-for-sys-errors Branch-root: main Bran
Use strerror() to print the cause of system errors to help users debug problems related to IO
Commit-type: usability
Branch-name: barry/2023-03-30/use-strerror-for-sys-errors Branch-root: main Branch-purpose: Use strerror() to print the cause of system errors to help users debug problems related to IO
show more ...
|
| #
ab17e8da
|
| 23-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-21/fix-sys-man-pages' into 'main'
Fix some system level manual pages
See merge request petsc/petsc!6104
|
| #
667f096b
|
| 21-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix some system level manual pages
Commit-type: documentation
|
| #
a8031340
|
| 18-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/config-remove-sysinfo-3arg' into 'main'
config: remove HAVE_SYSINFO_3ARG test (fix #1290)
Closes #1290
See merge request petsc/petsc!6082
|
| #
ace159c0
|
| 17-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
config: remove HAVE_SYSINFO_3ARG test (fix #1290)
This test function is not correct and looks like it was never correct (since BuildSystem was written). The 3-arg variant was needed on very old vers
config: remove HAVE_SYSINFO_3ARG test (fix #1290)
This test function is not correct and looks like it was never correct (since BuildSystem was written). The 3-arg variant was needed on very old versions of Solaris, but it looks to have not been used in 20 years.
Also drop unused sys/sysinfo.h.
Reported-by: Florian Weimer
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
|
| #
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
|
| #
eea86af3
|
| 05-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-23/fix-sys-man' into 'main'
Fix up all manual pages in src/sys directory
See merge request petsc/petsc!5559
|
| #
811af0c4
|
| 24-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix up all manual pages in src/sys directory
Commit-type: documentation /spend 10h
|
| #
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
|