Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow multi-line object description signatures (#11011) | TLouf | 2023-05-11 | 1 | -1/+261 |
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com> Co-authored-by: TLouf <loufthomas@gmail.com> | ||||
* | Resolve lint errors from Ruff 0.0.259 | Adam Turner | 2023-03-23 | 1 | -1/+1 |
| | |||||
* | Adopt ``profile = "black"`` for ``isort`` | Adam Turner | 2023-01-07 | 1 | -2/+8 |
| | | | | This allows using Ruff's import sorting fixers | ||||
* | remove blanket 'noqas' | Daniel Eades | 2022-12-16 | 1 | -2/+2 |
| | |||||
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -9/+9 |
| | |||||
* | Merge branch '5.x' into fix-warnings | Adam Turner | 2022-05-02 | 1 | -4/+8 |
|\ | | | | | | | | | # Conflicts: # tests/test_search.py | ||||
| * | C and C++, support attribtues on enumerators | Jakob Lykke Andersen | 2022-04-17 | 1 | -0/+4 |
| | | | | | | | | Fixes sphinx-doc/sphinx#10341 | ||||
| * | C and C++, refactor attribute lists | Jakob Lykke Andersen | 2022-04-17 | 1 | -4/+4 |
| | | |||||
* | | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -2/+2 |
|/ | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | C, simple type specifier parsing, handling macro-keywords | Jakob Lykke Andersen | 2021-12-01 | 1 | -4/+1 |
| | |||||
* | C, fix parsing of fundamental types | Jakob Lykke Andersen | 2021-11-30 | 1 | -0/+8 |
| | | | | | When multiple simple type specifiers are part of the type, then they may appear in any order. | ||||
* | C, C++, parse <width> <complex/imaginary> | Jakob Lykke Andersen | 2021-08-20 | 1 | -1/+2 |
| | |||||
* | C, add short int, and treat spaced types properly | Jakob Lykke Andersen | 2021-08-20 | 1 | -7/+10 |
| | |||||
* | C, add fract and accum | Jakob Lykke Andersen | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | C, update fundamental types, including GNU exts | Jakob Lykke Andersen | 2021-08-20 | 1 | -0/+52 |
| | | | | Fixes sphinx-doc/sphinx#9535 | ||||
* | Merge branch '4.0.x' into 4.x | Takeshi KOMIYA | 2021-06-30 | 1 | -7/+18 |
|\ | |||||
| * | C, keyword changes | Jakob Lykke Andersen | 2021-06-17 | 1 | -7/+18 |
| | | | | | | | | | | | | | | | | - Add new keywords from C23. - Add c_extra_keywords as confval. - Move macro names from keywords to c_extra_keywords. Fixes sphinx-doc/sphinx#9354 | ||||
* | | C++, C, support digit separators in literals | Jakob Lykke Andersen | 2021-06-24 | 1 | -3/+8 |
| | | |||||
* | | Refactor C tests | Jakob Lykke Andersen | 2021-06-03 | 1 | -61/+61 |
| | | |||||
* | | Field roles, add C test | Jakob Lykke Andersen | 2021-06-03 | 1 | -0/+7 |
|/ | |||||
* | C and C++, fix nested paramter lists | Jakob Lykke Andersen | 2021-03-04 | 1 | -0/+3 |
| | |||||
* | C, test namespace revamp | Jakob Lykke Andersen | 2021-02-24 | 1 | -2/+2 |
| | |||||
* | C, simplify tests | Jakob Lykke Andersen | 2021-02-24 | 1 | -5/+26 |
| | |||||
* | C, properly error on keywords as function parameters | Jakob Lykke Andersen | 2021-02-24 | 1 | -0/+3 |
| | |||||
* | Merge branch '3.4.x' into 3.x | Takeshi KOMIYA | 2021-01-22 | 1 | -0/+7 |
|\ | |||||
| * | C, fix namespace lookup for expr role | Jakob Lykke Andersen | 2021-01-10 | 1 | -0/+7 |
| | | |||||
* | | C, fix object types for xrefs | Jakob Lykke Andersen | 2021-01-11 | 1 | -0/+52 |
|/ | | | | | | Add 'identifer' to all and 'type' to types. Fixes sphinx-doc/sphinx#8341 | ||||
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | test: Fix duplicated testcases | Takeshi KOMIYA | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | refactor: Fix flake8 violations under tests/ directory | Takeshi KOMIYA | 2020-11-15 | 1 | -7/+8 |
| | |||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -4/+3 |
| | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | C, C++, improve warnings on duplicates | Jakob Lykke Andersen | 2020-10-24 | 1 | -2/+2 |
| | |||||
* | C, fix links to function parameters | Jakob Lykke Andersen | 2020-10-13 | 1 | -0/+34 |
| | |||||
* | C, fix names in get_objects() | Jakob Lykke Andersen | 2020-09-14 | 1 | -7/+11 |
| | | | | Fixes sphinx-doc/sphinx#8160 | ||||
* | C and C++, parsing function attributes | Jakob Lykke Andersen | 2020-08-13 | 1 | -5/+4 |
| | | | | Fixes sphinx-doc/sphinx#8114 | ||||
* | C, changelog and test for named variadic args | Jakob Lykke Andersen | 2020-07-27 | 1 | -0/+4 |
| | |||||
* | Add tests for noindexentry | Jakob Lykke Andersen | 2020-07-05 | 1 | -0/+11 |
| | |||||
* | C,C++: support parameterized GNU style attributes | Jakob Lykke Andersen | 2020-06-20 | 1 | -0/+2 |
| | | | | Fixes sphinx-doc/sphinx#7853 | ||||
* | Merge pull request #7769 from jakobandersen/c_cpp_display_string_ops | Jakob Lykke Andersen | 2020-06-02 | 1 | -0/+9 |
|\ | | | | | C and C++, don't crash during stringification | ||||
| * | C and C++, don't crash during stringification | Jakob Lykke Andersen | 2020-06-02 | 1 | -0/+9 |
| | | | | | | | | | | | | | | Specifically when generating display strings for unary expressions and fold expressions. Fixes sphinx-doc/sphinx#7763 | ||||
* | | C, C++: fix typo in tests | Jakob Lykke Andersen | 2020-05-22 | 1 | -1/+1 |
| | | |||||
* | | C, enable tests of anon entities | Jakob Lykke Andersen | 2020-05-16 | 1 | -6/+5 |
| | | |||||
* | | C, fix rendering of rooted nested names | Jakob Lykke Andersen | 2020-05-16 | 1 | -27/+56 |
| | | | | | | | | Also, test doctree generation via astext(). |