History log of /petsc/src/ksp/pc/impls/tfs/xxt.c (Results 1 – 25 of 149)
Revision Date Author Comments
# d0e6bf2a 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-19' into 'main'

clang-format-19

See merge request petsc/petsc!7644


# 0d5ef98a 18-Sep-2024 Satish Balay <balay@mcs.anl.gov>

CI: update checkclangformat to use clang-format-19.1.0


# 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


# 4ad8454b 09-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove some unneeded parentheses


# e8e8640d 26-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-first-empty-line' into 'main'

Remove first and last empty lines

See merge request petsc/petsc!6892


# 92bec4ee 26-Sep-2023 Pierre Jolivet <pierre@joliv.et>

Remove first and last empty lines


# ab12c000 08-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-01-21/improve-ci-coverage' into 'main'

Improve CI Coverage

See merge request petsc/petsc!6000


# ff6a9541 07-Feb-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Improve Mat and DM coverage by ifdef-ing out unused code that otherwise should not count
towards coverage


# 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


# 625cd307 21-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Minor housekeeping

See merge request petsc/petsc!5935


# 7ee088dc 21-Dec-2022 Pierre Jolivet <pierre@joliv.et>

Fix -Wformat-pedantic

src/dm/dt/interface/dtds.c:212:71: warning: format specifies type 'void *' but the argument has type 'void (*)(void)' [-Wformat-pedantic]
else PetscCall(PetscViewerASCI

Fix -Wformat-pedantic

src/dm/dt/interface/dtds.c:212:71: warning: format specifies type 'void *' but the argument has type 'void (*)(void)' [-Wformat-pedantic]
else PetscCall(PetscViewerASCIIPrintf(viewer, " func: %p\n", b->func));
~~ ^~~~~~~

show more ...


# b8e6f1d7 07-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-10-25/cleanup-dangling-seterrq' into 'main'

Clean up some dangling seterrqs

See merge request petsc/petsc!5769


# 0fdf79fb 25-Oct-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

clean up some dangling seterrqs


# 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


# 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


# 766cdfe2 02-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-28/fix-petscfunctionreturn-nonzero' into 'main'

Remove incorrect use of PetscFunctionReturn(nonzero integer value). Add this...

See merge request petsc/petsc!5564


# 11cc89d2 29-Aug-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove incorrect use of PetscFunctionReturn(nonzero integer value). Add this rule to the developers guide

Commit-type: house-keeping
/spend 1h
Reported-by: Pierre Jolivet


# 38f67375 27-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners

See merge request petsc/petsc!5557


# 48a46eb9 27-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners


# 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


123456