summaryrefslogtreecommitdiff
path: root/tests/test_domain_cpp.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #2081 from dean0x7d/cpp11literalsJakob Lykke Andersen2015-10-121-0/+3
|\ \ | | | | | | C++, add support for user-defined literals
| * | C++, add support for user-defined literalsDean Moldovan2015-10-121-0/+3
| | |
* | | C++, fix templated operator bugJakob Lykke Andersen2015-10-121-0/+9
|/ / | | | | | | | | Fixes sphinx-doc/sphinx#2058 Fixes sphinx-doc/sphinx#2080
* | C++, remove symbol hax for template paramsJakob Lykke Andersen2015-10-121-2/+2
| |
* | C++, fix bug in type alias parsing.Jakob Lykke Andersen2015-10-021-0/+2
| | | | | | | | Fixes sphinx-doc/sphinx#2061
* | C++, fix parsing of types prefixed with 'enum'.Jakob Lykke Andersen2015-10-011-0/+7
| | | | | | | | Fixes michaeljones/breathe#223.
* | C++, add parameter pack expansion as base classes.Jakob Lykke Andersen2015-10-011-0/+2
| |
* | C++, add support for final classes.Jakob Lykke Andersen2015-10-011-0/+4
| |
* | C++, add support for virtual base classesRapptz2015-10-011-0/+3
| |
* | C++, add missing support for 'friend' functions.Jakob Lykke Andersen2015-09-141-0/+3
| |
* | C++, fix parsing of signed/unsigned char.Jakob Lykke Andersen2015-09-131-0/+22
| |
* | C++, fix for template argument parsing.Jakob Lykke Andersen2015-09-061-0/+7
| | | | | | | | | | Non-type template arguments where not parsed correctly. It is a bit better now. The example in michaeljones/breathe#218 should work now.
* | C++, yet more code cleanupJakob Lykke Andersen2015-09-061-4/+8
| |
* | C++, support for templates.Jakob Lykke Andersen2015-09-061-1/+19
| | | | | | | | Fixes sphinx-doc/sphinx#1729.
* | C++ initial refactoring to support templates.Jakob Lykke Andersen2015-09-021-7/+25
|/ | | | | | Create symbol tables to represent all declarations, including templated declarations (sphinx-doc/sphinx#1729). Fixes sphinx-doc/sphinx#1314.
* C++, more name lookup fixes.Jakob Lykke Andersen2015-03-081-1/+1
| | | | | Not all names knew of the scope they were in, resulting in not links. See sphinx-doc/sphinx#1746.
* Last details. Closes sphinx-doc/sphinx#1753.Jakob Lykke Andersen2015-03-051-1/+0
|
* Main revamp for sphinx-doc/sphinx#1753.Jakob Lykke Andersen2015-03-051-16/+44
| | | | | | Support `( ptr-declarator )`, e.g., `int (*f)(double)`, or `int (&a)[42]`. Still missing check for compatibility with old id generation scheme.
* C++, add tests for ids.Jakob Lykke Andersen2015-03-011-96/+162
|
* Fixes sphinx-doc/sphinx#1738.Jakob Lykke Andersen2015-02-241-0/+2
|
* Fix C++ tests.Jakob Lykke Andersen2015-02-081-6/+3
|
* C++, minor code formatting fixes.Jakob Lykke Andersen2015-02-071-4/+3
|
* Merge from masterJakob Lykke Andersen2015-02-071-13/+44
|\
| * C++, fixes to id generation.Jakob Lykke Andersen2015-02-061-2/+16
| | | | | | | | | | | | New ids are prefixed with "_CPPv1". Replacing the prefix with "_Z" should yield a valid mangled name following the Itanium C++ ABI, except for expressions, which are currently not handled.
| * C++, old-style linkes, const/volatile and templates, sphinx-doc/sphinx#1704Jakob Lykke Andersen2015-02-051-0/+1
| |
| * Merge from masterJakob Lykke Andersen2015-02-041-1/+3
| |\
| | * Merge pull request #1705 from jakobandersen/cpp-declspecs-on-rightGeorg Brandl2015-02-041-0/+2
| | |\ | | | | | | | | C++, fix #1689
| | | * C++, add support for 'const', 'volatile', etc. on the right-hand side of the ↵Jakob Lykke Andersen2015-02-031-0/+2
| | | | | | | | | | | | | | | | type.
| | * | Merge branch 'stable'Georg Brandl2015-01-031-1/+1
| | |/
| * | Towards a solution for sphinx-doc/sphinx#1704.Jakob Lykke Andersen2015-02-041-1/+2
| |/ | | | | | | | | | | | | Elements now get multiple ids to keep permalinks permanent. The default id is the newest style, which is used as the shown permalink and in the index. The old style ids have been (partially) replicated and are temporarily used as the default id for testing purposes.
| * fix trailing space and long lineTakayuki Shimizukawa2014-10-091-11/+24
| |
* | C++, initial enum support (see #772)Jakob Lykke Andersen2015-01-031-0/+15
|/
* rename test filesTakayuki Shimizukawa2014-08-101-0/+127