| a01f4fc8 | 14-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
add --help-hidden option |
| 8984079f | 07-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add ability to launch post-mortem debugger from command-line |
| 45901cbb | 07-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Minor reorganization of options, and add version flag to help |
| 1daa6120 | 07-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Minor cleanup and optimization of _cursor.py and friends |
| 59f20a0a | 07-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! |
| 5f6ded13 | 07-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Improve handling of nested and dummy leading comments, now properly ignores comments inside the docstring |
| ca1b266e | 06-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Implement rudimentary pragmas for linter |
| daf982ea | 06-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 |
| 85dcea7f | 06-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Handle in-out and same-name function parameters correctly |
| 6ab74b5c | 06-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Don't print extra newline at the end of notes |
| 4c707a87 | 30-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Allow [](ch_whatever) constructs to not be enclosed by backticks |
| cf79d321 | 03-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 |
| 4129947a | 05-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Support in-out parameter descriptions |
| 50872806 | 05-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Slightly refactor _check_valid_param_list_from_cursor() |
| 161f956c | 03-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Refactor missing parameter diagnostics |
| 73e489a5 | 03-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Move PrecompiledHeader to util/_utility.py |
| 38d56db9 | 30-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Allow disabling libclang compatibility checks via CLI |
| 75f1fd9d | 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add linter requirements.txt |
| 0d2c8a20 | 14-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 |
| 95ee7e3e | 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Have generatefortranstubs.py properly handle arguments instead of implicit handling |
| 4922791d | 27-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup of c2html build in docs
Commit-type: docs-only |
| fb2aa080 | 26-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 |
| d279607c | 26-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 |
| 6058a5bf | 24-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 ...
|
| 07307beb | 24-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 |