Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | C, fix parsing of fundamental types | Jakob Lykke Andersen | 2021-11-30 | 1 | -24/+27 | |
| | | | | | | | | | | When multiple simple type specifiers are part of the type, then they may appear in any order. | |||||
* | | Postpone the removal of c_warn_on_allowed_pre_v3 warnings to v6.0 | Takeshi KOMIYA | 2021-12-17 | 1 | -3/+3 | |
|/ | ||||||
* | Merge pull request #9765 from mitya57/typo | Takeshi KOMIYA | 2021-10-24 | 1 | -2/+2 | |
|\ | | | | | Fix a typo in variable name | |||||
| * | Fix a typo in variable name | Dmitry Shachnev | 2021-10-23 | 1 | -2/+2 | |
| | | ||||||
* | | C, fix retvals info-field to be collapsible | Jakob Lykke Andersen | 2021-10-01 | 1 | -1/+2 | |
| | | ||||||
* | | C, move info-fields from all objects to just function and macro | Jakob Lykke Andersen | 2021-10-01 | 1 | -12/+17 | |
| | | ||||||
* | | C, add support for return value list | Gerard Marull-Paretas | 2021-10-01 | 1 | -1/+3 | |
|/ | | | | | | | Add support for a new doc field type that allows to display a list of return values. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | |||||
* | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 1 | -2/+2 | |
| | ||||||
* | C, C++, parse <width> <complex/imaginary> | Jakob Lykke Andersen | 2021-08-20 | 1 | -0/+1 | |
| | ||||||
* | C, add short int, and treat spaced types properly | Jakob Lykke Andersen | 2021-08-20 | 1 | -5/+11 | |
| | ||||||
* | 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 | -38/+32 | |
| | | | | Fixes sphinx-doc/sphinx#9535 | |||||
* | Fix #9481: autosummary: some warnings contain non-existing filenames | Takeshi KOMIYA | 2021-07-25 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | `SphinxDirective.get_source_info()` returns the pair of fullpath of source and current line number. But our logging module expects one of these: * A string consists of fullpath and current line number * A pair of docname and current line number To show correct location for warnings, this adds `get_location()` method that returns the former one. Note: This also modifies C/C++ domains. | |||||
* | Fix typo | Eisuke Kawashima | 2021-07-08 | 1 | -1/+1 | |
| | ||||||
* | Merge branch '4.0.x' into 4.x | Takeshi KOMIYA | 2021-06-30 | 1 | -4/+22 | |
|\ | ||||||
| * | C, keyword changes | Jakob Lykke Andersen | 2021-06-17 | 1 | -4/+22 | |
| | | | | | | | | | | | | | | | | - 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++, use expr role in typed fields | Jakob Lykke Andersen | 2021-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2021-05-10 | 1 | -3/+4 | |
|/ | ||||||
* | C, C++, fix KeyError due to alias directive | Jakob Lykke Andersen | 2021-04-18 | 1 | -1/+2 | |
| | ||||||
* | C, C++, fix unary op | Jakob Lykke Andersen | 2021-04-12 | 1 | -1/+1 | |
| | ||||||
* | Decl styling, convert C | Jakob Lykke Andersen | 2021-04-12 | 1 | -105/+118 | |
| | ||||||
* | refactor: Use PEP-526 based variable annotation (sphinx.domains) | Takeshi KOMIYA | 2021-03-23 | 1 | -31/+31 | |
| | ||||||
* | Merge pull request #8991 from tk0miya/typing_OptionSpec | Takeshi KOMIYA | 2021-03-15 | 1 | -6/+7 | |
|\ | | | | | refactor: Add a type alias for the option_spec of directives; OptionSpec | |||||
| * | refactor: Add a type alias for the option_spec of directives; OptionSpec | Takeshi KOMIYA | 2021-03-13 | 1 | -6/+7 | |
| | | ||||||
* | | C, fix linking of names in array declarators | Jakob Lykke Andersen | 2021-03-14 | 1 | -4/+13 | |
|/ | ||||||
* | C and C++, fix nested paramter lists | Jakob Lykke Andersen | 2021-03-04 | 1 | -8/+17 | |
| | ||||||
* | C, remove more dead code | Jakob Lykke Andersen | 2021-02-24 | 1 | -25/+1 | |
| | ||||||
* | C, remove dead code | Jakob Lykke Andersen | 2021-02-24 | 1 | -10/+4 | |
| | ||||||
* | C, properly error on keywords as function parameters | Jakob Lykke Andersen | 2021-02-24 | 1 | -0/+3 | |
| | ||||||
* | mypy fixes | Jakob Lykke Andersen | 2021-02-12 | 1 | -1/+1 | |
| | ||||||
* | C, add noroot option to alias directive | Jakob Lykke Andersen | 2021-02-12 | 1 | -28/+59 | |
| | ||||||
* | C, fixes for alias directive | Jakob Lykke Andersen | 2021-02-12 | 1 | -4/+19 | |
| | ||||||
* | Merge branch '3.4.x' into 3.x | Takeshi KOMIYA | 2021-01-22 | 1 | -4/+4 | |
|\ | ||||||
| * | C, fix namespace lookup for expr role | Jakob Lykke Andersen | 2021-01-10 | 1 | -4/+4 | |
| | | ||||||
* | | C, fix object types for xrefs | Jakob Lykke Andersen | 2021-01-11 | 1 | -9/+12 | |
| | | | | | | | | | | | | Add 'identifer' to all and 'type' to types. Fixes sphinx-doc/sphinx#8341 | |||||
* | | refactor: Update typehints for ObjectDescription using Generic | Takeshi KOMIYA | 2021-01-03 | 1 | -1/+1 | |
|/ | ||||||
* | 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 | |||||
* | Merge pull request #8530 from jakobandersen/bnavigator-fix-AliasNode-copy | Jakob Lykke Andersen | 2020-12-12 | 1 | -2/+3 | |
|\ | | | | | C, fix AliasNode.copy | |||||
| * | Fix mypy type error | Ben Greiner | 2020-12-12 | 1 | -2/+2 | |
| | | ||||||
| * | Fix AliasNode.copy() | Ben Greiner | 2020-12-12 | 1 | -1/+2 | |
| | | ||||||
* | | refactor with pyupgrade | Takeshi KOMIYA | 2020-11-25 | 1 | -4/+2 | |
| | | | | | | | | | | | | Run `pyupgrade --py3-only --keep-percent-format` to refine our code. Note: --keep-percent-format is required to keep translations available. | |||||
* | | Merge pull request #8408 from francoisfreitag/isort | Takeshi KOMIYA | 2020-11-12 | 1 | -12/+9 | |
|\ \ | |/ |/| | Sort imports with isort | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -12/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | domains: c: fix use of unitialized variable | Fabio Utzig | 2020-11-07 | 1 | -0/+1 | |
|/ | | | | | | | | _fill_empty was not updating the state with the value of line, so in recursive calls it would fail the assert checking for its own initialization. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no> | |||||
* | Merge branch '3.2.x' into 3.x | Takeshi KOMIYA | 2020-11-01 | 1 | -33/+42 | |
|\ | ||||||
| * | C, C++, improve warnings on duplicates | Jakob Lykke Andersen | 2020-10-24 | 1 | -33/+42 | |
| | | ||||||
* | | Merge branch '3.x' into 3.2.x_to_3.x | Takeshi KOMIYA | 2020-10-24 | 1 | -19/+51 | |
|\ \ | |/ |/| | ||||||
| * | C, recursive alias declarations | Jakob Lykke Andersen | 2020-09-13 | 1 | -19/+51 | |
| | | | | | | | | Fixes sphinx-doc/sphinx#8141 | |||||
* | | C, fix links to function parameters | Jakob Lykke Andersen | 2020-10-13 | 1 | -8/+30 | |
| | | ||||||
* | | C, fix names in get_objects() | Jakob Lykke Andersen | 2020-09-14 | 1 | -14/+12 | |
|/ | | | | Fixes sphinx-doc/sphinx#8160 |