Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update sphinx/domains/cpp.py | Jeremy Maitin-Shepard | 2022-03-11 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com> | |||||
* | | Update sphinx/domains/cpp.py | Jeremy Maitin-Shepard | 2022-03-11 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com> | |||||
* | | [C++] Support attributes on class and union and improve formatting | Jeremy Maitin-Shepard | 2022-03-10 | 1 | -9/+52 | |
|/ | ||||||
* | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -2/+2 | |
| | ||||||
* | simplify some set comparisons (SIM109) | Daniel Eades | 2022-01-10 | 1 | -4/+4 | |
| | ||||||
* | Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 1 | -1/+1 | |
| | | | | | | | | Node.traverse() was marked as deprecated since docutils-0.18. Instead of it, Node.findall() has been added as successor of traverse(). This applies a patch to docutils-0.17 or older to be available Node.findall() and use it. | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 | |
| | ||||||
* | C++, fix parsing of fundamental types | Jakob Lykke Andersen | 2021-11-30 | 1 | -29/+113 | |
| | | | | | When multiple simple type specifiers are part of the type, then they may appear in any order. | |||||
* | C++, fix typo in internal function | Jakob Lykke Andersen | 2021-11-30 | 1 | -2/+2 | |
| | ||||||
* | 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++, add retval info field to cpp:function | Jakob Lykke Andersen | 2021-10-01 | 1 | -9/+15 | |
|/ | ||||||
* | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 1 | -7/+7 | |
| | ||||||
* | C++, fix parsing of defaulted fp function params | Jakob Lykke Andersen | 2021-08-20 | 1 | -8/+2 | |
| | ||||||
* | C, C++, parse <width> <complex/imaginary> | Jakob Lykke Andersen | 2021-08-20 | 1 | -10/+9 | |
| | ||||||
* | C++, update fundamental type handling a la in C | Jakob Lykke Andersen | 2021-08-20 | 1 | -44/+58 | |
| | ||||||
* | 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 | -5/+5 | |
| | ||||||
* | C++, fix name mangling of literals with digit seps | Jakob Lykke Andersen | 2021-06-28 | 1 | -1/+1 | |
| | ||||||
* | C++, update env version due to recent changes | Jakob Lykke Andersen | 2021-06-28 | 1 | -1/+1 | |
| | ||||||
* | C++, support constrains in placeholders | Jakob Lykke Andersen | 2021-06-24 | 1 | -2/+30 | |
| | ||||||
* | C++, support explicit(<expr>) specifier | Jakob Lykke Andersen | 2021-06-24 | 1 | -14/+50 | |
| | ||||||
* | C++, support char8_t | Jakob Lykke Andersen | 2021-06-24 | 1 | -4/+5 | |
| | ||||||
* | C++, support consteval and constinit | Jakob Lykke Andersen | 2021-06-24 | 1 | -24/+46 | |
| | ||||||
* | C++, support inline variables | Jakob Lykke Andersen | 2021-06-24 | 1 | -4/+5 | |
| | ||||||
* | 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 | -2/+2 | |
| | ||||||
* | Merge pull request #9122 from jakobandersen/cpp_set_name | Jakob Lykke Andersen | 2021-04-20 | 1 | -0/+36 | |
|\ | | | | | C++, add internal API for setting name in ASTType | |||||
| * | C++, add internal API for setting name in ASTType | Jakob Lykke Andersen | 2021-04-20 | 1 | -0/+36 | |
| | | ||||||
* | | 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, C++, fix alternate spellings of operators | Jakob Lykke Andersen | 2021-04-12 | 1 | -4/+14 | |
| | | ||||||
* | | Fix isort violation | Jakob Lykke Andersen | 2021-04-12 | 1 | -2/+2 | |
| | | ||||||
* | | Fix flake8 and mypy violations | Jakob Lykke Andersen | 2021-04-12 | 1 | -12/+12 | |
| | | ||||||
* | | Decl styling, make desc_inline node | Jakob Lykke Andersen | 2021-04-12 | 1 | -5/+2 | |
| | | | | | | | | Use the new node for cpp:expr | |||||
* | | Decl styling, more nodes and C++ conversion | Jakob Lykke Andersen | 2021-04-12 | 1 | -203/+292 | |
|/ | ||||||
* | refactor: Use PEP-526 based variable annotation (sphinx.domains) | Takeshi KOMIYA | 2021-03-23 | 1 | -42/+42 | |
| | ||||||
* | 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 in some declarators | Jakob Lykke Andersen | 2021-03-14 | 1 | -9/+20 | |
| | | ||||||
* | | C++, always try to resolve name in sizeof... | Jakob Lykke Andersen | 2021-03-13 | 1 | -1/+1 | |
|/ | ||||||
* | C and C++, fix nested paramter lists | Jakob Lykke Andersen | 2021-03-04 | 1 | -8/+16 | |
| | ||||||
* | C++, support spaceship operator | Jakob Lykke Andersen | 2021-03-02 | 1 | -2/+4 | |
| | | | | Fixes sphinx-doc/sphinx#8942 | |||||
* | C++, cpp_index_common_prefix remove longest | Jakob Lykke Andersen | 2021-02-19 | 1 | -2/+3 | |
| | | | | Fixes sphinx-doc/sphinx#8911 | |||||
* | 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 | -30/+58 | |
| | ||||||
* | C++, add recursiveness to alias | Jakob Lykke Andersen | 2021-02-12 | 1 | -7/+49 | |
| | | | | Fixes sphinx-doc/sphinx#8213 in the most basic way. | |||||
* | C++, also hyperlink operators in expr and alias | Jakob Lykke Andersen | 2021-01-19 | 1 | -0/+9 | |
| | ||||||
* | C++, fix object types for xrefs | Jakob Lykke Andersen | 2021-01-11 | 1 | -25/+18 | |
| | | | | | Make them all work with intersphinx. Strengthen templateParam a bit. | |||||
* | refactor: Update typehints for ObjectDescription using Generic | Takeshi KOMIYA | 2021-01-03 | 1 | -1/+1 | |
| |