summaryrefslogtreecommitdiff
path: root/tests/test_domain_cpp.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| |
* | C++, fix handling of (templated) operatorsJakob Lykke Andersen2017-12-281-0/+7
| |
* | C++, support the template disambiguator for dependent names.Jakob Lykke Andersen2017-12-241-0/+2
| |
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-219/+219
| |
* | C++, handle defaulted constrained template type parametersJakob Lykke Andersen2017-12-201-0/+4
| |
* | C++, support explicit member instantiationsJakob Lykke Andersen2017-12-041-0/+7
| | | | | | | | See michaeljones/breathe#325
* | C++, fix hyperlinking of nested namesJakob Lykke Andersen2017-12-011-0/+4
| |
* | C++, parse decltype(<expr>)Jakob Lykke Andersen2017-11-261-0/+7
| | | | | | | | Fixes sphinx-doc/sphinx#4094
* | C++, parse more unary expressionsJakob Lykke Andersen2017-11-261-0/+5
| | | | | | | | Last part, fixes sphinx-doc/sphinx#4114
* | C++, parse more types of integer literalsJakob Lykke Andersen2017-11-261-3/+14
| | | | | | | | Fixes case 0 of sphinx-doc/sphinx#4114
* | C++: remove function concepts.lucdanton2017-10-261-4/+0
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-10-051-0/+7
|\ \ | |/
| * C++, add test case for sphinx-doc/sphinx#4096Jakob Lykke Andersen2017-10-031-0/+7
| |
* | C++, allow empty template argument listsJakob Lykke Andersen2017-09-281-0/+2
| | | | | | | | See sphinx-doc/sphinx#4094
* | Merge branch '1.6-release'jfbu2017-05-111-0/+2
|\ \ | |/ | | | | | | | | | | Fixed conflicts: tests/test_build_html5.py Also updated tests/test_build_latex.py
| * Fix flake8 violationsTakeshi KOMIYA2017-05-091-0/+2
| |
* | C++, turn on version 3 manglingJakob Lykke Andersen2017-05-041-7/+11
| |
* | C++, expressionsJakob Lykke Andersen2017-05-041-7/+91
| |
* | C++, internal changes to id generationJakob Lykke Andersen2017-05-041-231/+232
| |
* | C++, handle decltype(auto)Jakob Lykke Andersen2017-05-021-3/+2
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Merge branch 'stable'jfbu2017-03-121-6/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts resolved: sphinx/domains/cpp.py sphinx/domains/python.py sphinx/texinputs/sphinx.sty sphinx/util/docfields.py sphinx/writers/latex.py tests/test_build_latex.py Also updated: sphinx/domains/__init__.py
| * C++, fix parsing error of non-type template argJakob Lykke Andersen2017-03-121-6/+10
| | | | | | | | Fixes sphinx-doc/sphinx#3542
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-6/+6
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-291-2/+1
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-261-2/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-161-2/+10
|\ \ | |/
| * C++, fix refs to operator() functions.Jakob Lykke Andersen2017-01-151-2/+10
| | | | | | | | Fixes sphinx-doc/sphinx#2952.
* | C++, at option tparam-line-spec for templates.Jakob Lykke Andersen2017-01-151-1/+1
|/ | | | Make it possible to render template parameters on separate lines.
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-4/+3
|
* pytest: remove deprecated raises and raises_msg assert functionsshimizukawa2017-01-061-17/+32
|
* C++, add proper template introduction manglingJakob Lykke Andersen2016-08-071-12/+12
|
* Merge branch 'master' into cpp-conceptsJakob Lykke Andersen2016-08-071-7/+47
|\
| * C++, increase support for attributes.Jakob Lykke Andersen2016-08-061-1/+23
| | | | | | | | | | User-defined attributes and simple C++11 style attributes. Closes sphinx-doc/sphinx#2682.
| * C++, initial support for attributes.Jakob Lykke Andersen2016-06-261-0/+13
| | | | | | | | | | Only simple GNU style supported, and only in the decl-specifier-list. See sphinx-doc/sphinx#2682.
| * C++, fix parsing of function types in other types.Jakob Lykke Andersen2016-06-161-0/+5
| | | | | | | | | | Let all kinds of function parameters be allowed to have a name. Fixes michaeljones/breathe#267.
| * Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-6/+6
| |
* | C++, add test for initialized variable conceptsJakob Lykke Andersen2016-06-141-0/+2
| |
* | C++, add support for template introductions.Jakob Lykke Andersen2016-05-301-0/+30
| | | | | | | | Thanks to mickk-on-cpp.
* | C++, add support for concept declarations.Jakob Lykke Andersen2016-05-301-1/+15
|/ | | | | Concept placeholders are automatically linked. Thanks to mickk-on-cpp.
* C++, also support 'extern' for functions.Jakob Lykke Andersen2016-03-311-0/+2
| | | | Thanks to Victor Zverovich.
* C++, add support for 'extern' and 'thread_local'.Jakob Lykke Andersen2016-03-301-0/+5
| | | | Thanks to michaeljones/breathe#243 for noticing the lack of 'extern' support.
* Fix :cpp:any: fix_paren with explicit title.Jakob Lykke Andersen2016-01-281-36/+64
|
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2016-01-111-1/+49
|\ \ | |/
| * Fix #2178: Unparseable C++ cross-reference when referencing a function with ↵Takeshi KOMIYA2015-12-271-1/+49
| | | | | | | | :cpp:any:
* | C++, add support for pointers to member (function)Jakob Lykke Andersen2015-12-021-68/+93
| | | | | | | | See sphinx-doc/sphinx#2146
* | C++, properly render multi-line declarations.Jakob Lykke Andersen2015-10-131-2/+6
| | | | | | | | | | Fixes template rendering, e.g., when generating Latex. Thanks to michaeljones/breathe#127 for pointing in the right direction.