summaryrefslogtreecommitdiff
path: root/sphinx/domains/cpp.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
| |
* | logger.warning() supports node as location parameterTakeshi KOMIYA2017-01-021-1/+1
| |
* | Use loggersTakeshi KOMIYA2017-01-021-3/+6
| |
* | Remove backwards-compatible typosEric Wieser2016-12-311-11/+0
| | | | | | | | Decreed in #3297 not to be a public API
* | PEP8 complianceEric Wieser2016-12-311-0/+3
| |
* | Fix name of _parse_declerator [sic]Eric Wieser2016-12-311-25/+28
| |
* | Fix typos in sphinx.domains.cpp.AST class namesEric Wieser2016-12-311-7/+12
| | | | | | | | Assuming this is a public API, the old names need to stick around
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
| |
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
| |
* | Merge branch 'master' into deprecate_sphinx.util.compatTakeshi KOMIYA2016-12-141-0/+6
|\ \
| * \ Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
| |\ \ | | |/
| | * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
| | |
* | | ``sphinx.util.compat.Directive`` class is now deprecated.Takeshi KOMIYA2016-12-131-1/+1
|/ /
* | Add type-check annotations to sphinx.domainsTakeshi KOMIYA2016-11-161-73/+473
|/
* Make rendering of multiline signatures better in html.Jakob Lykke Andersen2016-10-201-9/+10
|
* C++, add proper template introduction manglingJakob Lykke Andersen2016-08-071-2/+16
|
* C++, fix ref checks for concepts.Jakob Lykke Andersen2016-08-071-12/+7
|
* Merge branch 'master' into cpp-conceptsJakob Lykke Andersen2016-08-071-17/+245
|\
| * C++, add support for removing index text prefixesJakob Lykke Andersen2016-08-061-1/+7
| | | | | | | | Closes sphinx-doc/sphinx#1958.
| * C++, oopsJakob Lykke Andersen2016-08-061-2/+2
| |
| * C++, increase support for attributes.Jakob Lykke Andersen2016-08-061-4/+94
| | | | | | | | | | User-defined attributes and simple C++11 style attributes. Closes sphinx-doc/sphinx#2682.
| * Merge branch 'master' into cpp-attributesJakob Lykke Andersen2016-08-051-1/+5
| |\
| | * Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+4
| | |
| | * Merge branch 'stable'Takeshi KOMIYA2016-07-021-1/+1
| | |\
| | | * C++, fix id generation of var/member declarations.Jakob Lykke Andersen2016-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | Namespaces not in the declaration are now properly included in the id. Fixes sphinx-doc/sphinx#2722.
| * | | C++, initial support for attributes.Jakob Lykke Andersen2016-06-261-4/+91
| |/ / | | | | | | | | | | | | Only simple GNU style supported, and only in the decl-specifier-list. See sphinx-doc/sphinx#2682.
| * | C++, fix role mismatch warnings for templateParamJakob Lykke Andersen2016-06-241-7/+8
| | |
| * | Merge branch 'stable'jfbu2016-06-181-4/+3
| |\ \ | | |/
| | * C++, fix parsing of function types in other types.Jakob Lykke Andersen2016-06-161-4/+3
| | | | | | | | | | | | | | | Let all kinds of function parameters be allowed to have a name. Fixes michaeljones/breathe#267.
| * | Merge branch 'stable'jfbu2016-06-151-21/+22
| |\ \ | | |/ | | | | | | | | | | | | | | | Conflicts: sphinx/domains/cpp.py sphinx/texinputs/sphinx.sty tests/test_build_latex.py
| | * C++, skip adding already used old-style ids.Jakob Lykke Andersen2016-06-141-3/+9
| | | | | | | | | | | | See michaeljones/breathe#266.
| | * C++, properly look up constructors.Jakob Lykke Andersen2016-06-141-0/+5
| | | | | | | | | | | | Fixes sphinx-doc/sphinx#2666.
| | * C++, fix missing scope info on some declarations.Jakob Lykke Andersen2016-06-131-18/+9
| | | | | | | | | | | | See sphinx-doc/sphinx#2607
| * | C++, add warnings for misleading uses of roles.Jakob Lykke Andersen2016-06-141-0/+22
| |/
* | C++, allow arbitrary initializer for variable concepts.lucdanton2016-05-311-2/+12
| |
* | C++, add support for template introductions.Jakob Lykke Andersen2016-05-301-33/+132
| | | | | | | | Thanks to mickk-on-cpp.
* | C++, add support for concept declarations.Jakob Lykke Andersen2016-05-301-7/+90
|/ | | | | Concept placeholders are automatically linked. Thanks to mickk-on-cpp.
* Fix crash on any-references with unicode.Jakob Lykke Andersen2016-05-181-1/+1
| | | | Fixes sphinx-doc/sphinx#2555.
* C++, fix crash reported in #2536.Jakob Lykke Andersen2016-05-131-1/+1
|
* C++, fixes sphinx-doc/sphinx#2456.Jakob Lykke Andersen2016-04-191-38/+38
| | | | | Rename node attributes to only use lower case, because Docutils wants it that way.
* C++, fix crash on duplicate declarations.Jakob Lykke Andersen2016-04-061-10/+36
| | | | Fixes sphinx-doc/sphinx#2413.
* C++, also support 'extern' for functions.Jakob Lykke Andersen2016-03-311-5/+5
| | | | Thanks to Victor Zverovich.
* C++, make prefixes of type declarations better.Jakob Lykke Andersen2016-03-301-1/+12
| | | | | | Type declarations are now using the prefixes ``typedef``, ``using``, and ``type``, depending on the style of declaration. See also michaeljones/breathe#243 and michaeljones/breathe#242.
* C++, add support for 'extern' and 'thread_local'.Jakob Lykke Andersen2016-03-301-4/+23
| | | | Thanks to michaeljones/breathe#243 for noticing the lack of 'extern' support.
* C++, tagnames for Breathe.Jakob Lykke Andersen2016-03-301-1/+18
| | | | See michaeljones/breathe#242.
* classifier of glossary terms can be used for index entries grouping key. The ↵shimizukawa2016-02-141-1/+1
| | | | classifier also be used for translation. See also :ref:`glossary-directive`.
* Fix :cpp:any: fix_paren with explicit title.Jakob Lykke Andersen2016-01-281-8/+9
|
* Fix exception on reference lookup in C++ domain.Jakob Lykke Andersen2016-01-271-5/+5
| | | | Fixes sphinx-doc/sphinx#2271.
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| |