History log of /petsc/lib/ (Results 251 – 275 of 1183)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a01f4fc814-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

add --help-hidden option

8984079f07-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add ability to launch post-mortem debugger from command-line

45901cbb07-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Minor reorganization of options, and add version flag to help

1daa612007-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Minor cleanup and optimization of _cursor.py and friends

59f20a0a07-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Fix duplicate seealso entries bug, it should catch duplicates even if one or the other is not enclosed by backticks!

5f6ded1307-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Improve handling of nested and dummy leading comments, now properly ignores comments inside the docstring

ca1b266e06-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Implement rudimentary pragmas for linter

daf982ea06-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Ensure the docstring cursor is always a PETSc linter Cursor, and improve note on no defined paramteres

85dcea7f06-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Handle in-out and same-name function parameters correctly

6ab74b5c06-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Don't print extra newline at the end of notes

4c707a8730-Jun-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Allow [](ch_whatever) constructs to not be enclosed by backticks

cf79d32103-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Reformat the error message output to remove the cursor blurb from the start, it was
confusing and misleading, and add support for color diagnostics

4129947a05-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Support in-out parameter descriptions

5087280605-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Slightly refactor _check_valid_param_list_from_cursor()

161f956c03-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Refactor missing parameter diagnostics

73e489a503-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Move PrecompiledHeader to util/_utility.py

38d56db930-Jun-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Allow disabling libclang compatibility checks via CLI

75f1fd9d12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add linter requirements.txt

0d2c8a2014-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-07-11/allfortranstubs-call-delete-first' into 'main'

Fortran Stubs Delete First

See merge request petsc/petsc!6695

95ee7e3e12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Have generatefortranstubs.py properly handle arguments instead of implicit handling


/petsc/.clang-format
/petsc/.gitignore
/petsc/config/BuildSystem/config/packages/slepc.py
/petsc/config/PETSc/Configure.py
/petsc/doc/changes/dev.rst
/petsc/doc/manual/advanced.rst
/petsc/doc/manual/vec.rst
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/pcmgimpl.h
/petsc/include/petscctable.h
/petsc/include/petscdevicetypes.h
/petsc/include/petscdm.h
/petsc/include/petscdmda.h
/petsc/include/petscdmstag.h
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmacros.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscsf.h
/petsc/include/petscsnes.h
/petsc/include/petscspace.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
petsc/bin/maint/generatefortranstubs.py
/petsc/makefile
/petsc/src/binding/petsc4py/test/runtests.py
/petsc/src/binding/petsc4py/test/test_log.py
/petsc/src/dm/impls/da/dagetarray.c
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmget.c
/petsc/src/dm/partitioner/tests/ex33.c
/petsc/src/ksp/ksp/tutorials/output/ex2_help.out
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/tutorials/ex15.c
/petsc/src/sys/f90-mod/petscsys.h90
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/webclient/box.c
/petsc/src/sys/webclient/globus.c
/petsc/src/sys/webclient/google.c
/petsc/src/tao/unconstrained/tutorials/burgers_spectral.c
/petsc/src/tao/unconstrained/tutorials/spectraladjointassimilation.c
/petsc/src/ts/tests/ex2.c
/petsc/src/ts/tutorials/ex50.c
/petsc/src/vec/vec/interface/rvector.c
4922791d27-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

Cleanup of c2html build in docs

Commit-type: docs-only

fb2aa08026-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

mv wwwindex.py directly into doc directory and call it directly from python

Other minor cleanup of doc build process makefiles

Commit-type: docs-only

d279607c26-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

Replace make allmanexamples with build_man_examples_links.py

Reduces time from 1.5 minutes to 7 seconds on my M2 laptop

Commit-type: docs-only

6058a5bf24-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

Minor improvements to time to build docs, also add (crude) timing collections for building docs so we know where to focus efforts
And use -j 2 for ci build

Commit-type: i.e. error-checking, optimiza

Minor improvements to time to build docs, also add (crude) timing collections for building docs so we know where to focus efforts
And use -j 2 for ci build

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...

07307beb24-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove unneeded heading of Manual Pages by Level for each sections manual page listing

Commit-type: docs-only

1...<<11121314151617181920>>...48