summaryrefslogtreecommitdiff
path: root/tests/test_domain_cpp.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * 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
* | C++, fix hyperlinking of nested namesJakob Lykke Andersen2017-12-011-0/+4
* | C++, parse decltype(<expr>)Jakob Lykke Andersen2017-11-261-0/+7
* | C++, parse more unary expressionsJakob Lykke Andersen2017-11-261-0/+5
* | C++, parse more types of integer literalsJakob Lykke Andersen2017-11-261-3/+14
* | 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
* | Merge branch '1.6-release'jfbu2017-05-111-0/+2
|\ \ | |/
| * 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
|\ \ | |/
| * C++, fix parsing error of non-type template argJakob Lykke Andersen2017-03-121-6/+10
* | 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
* | C++, at option tparam-line-spec for templates.Jakob Lykke Andersen2017-01-151-1/+1
|/
* 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
| * C++, initial support for attributes.Jakob Lykke Andersen2016-06-261-0/+13
| * C++, fix parsing of function types in other types.Jakob Lykke Andersen2016-06-161-0/+5
| * 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
* | C++, add support for concept declarations.Jakob Lykke Andersen2016-05-301-1/+15
|/
* C++, also support 'extern' for functions.Jakob Lykke Andersen2016-03-311-0/+2
* C++, add support for 'extern' and 'thread_local'.Jakob Lykke Andersen2016-03-301-0/+5
* 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
* | C++, add support for pointers to member (function)Jakob Lykke Andersen2015-12-021-68/+93