Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #2081 from dean0x7d/cpp11literals | Jakob Lykke Andersen | 2015-10-12 | 1 | -0/+3 | |
|\ \ | | | | | | | C++, add support for user-defined literals | |||||
| * | | C++, add support for user-defined literals | Dean Moldovan | 2015-10-12 | 1 | -0/+3 | |
| | | | ||||||
* | | | C++, fix templated operator bug | Jakob Lykke Andersen | 2015-10-12 | 1 | -0/+9 | |
|/ / | | | | | | | | | Fixes sphinx-doc/sphinx#2058 Fixes sphinx-doc/sphinx#2080 | |||||
* | | C++, remove symbol hax for template params | Jakob Lykke Andersen | 2015-10-12 | 1 | -2/+2 | |
| | | ||||||
* | | C++, fix bug in type alias parsing. | Jakob Lykke Andersen | 2015-10-02 | 1 | -0/+2 | |
| | | | | | | | | Fixes sphinx-doc/sphinx#2061 | |||||
* | | C++, fix parsing of types prefixed with 'enum'. | Jakob Lykke Andersen | 2015-10-01 | 1 | -0/+7 | |
| | | | | | | | | Fixes michaeljones/breathe#223. | |||||
* | | C++, add parameter pack expansion as base classes. | Jakob Lykke Andersen | 2015-10-01 | 1 | -0/+2 | |
| | | ||||||
* | | C++, add support for final classes. | Jakob Lykke Andersen | 2015-10-01 | 1 | -0/+4 | |
| | | ||||||
* | | C++, add support for virtual base classes | Rapptz | 2015-10-01 | 1 | -0/+3 | |
| | | ||||||
* | | C++, add missing support for 'friend' functions. | Jakob Lykke Andersen | 2015-09-14 | 1 | -0/+3 | |
| | | ||||||
* | | C++, fix parsing of signed/unsigned char. | Jakob Lykke Andersen | 2015-09-13 | 1 | -0/+22 | |
| | | ||||||
* | | C++, fix for template argument parsing. | Jakob Lykke Andersen | 2015-09-06 | 1 | -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 cleanup | Jakob Lykke Andersen | 2015-09-06 | 1 | -4/+8 | |
| | | ||||||
* | | C++, support for templates. | Jakob Lykke Andersen | 2015-09-06 | 1 | -1/+19 | |
| | | | | | | | | Fixes sphinx-doc/sphinx#1729. | |||||
* | | C++ initial refactoring to support templates. | Jakob Lykke Andersen | 2015-09-02 | 1 | -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 Andersen | 2015-03-08 | 1 | -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 Andersen | 2015-03-05 | 1 | -1/+0 | |
| | ||||||
* | Main revamp for sphinx-doc/sphinx#1753. | Jakob Lykke Andersen | 2015-03-05 | 1 | -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 Andersen | 2015-03-01 | 1 | -96/+162 | |
| | ||||||
* | Fixes sphinx-doc/sphinx#1738. | Jakob Lykke Andersen | 2015-02-24 | 1 | -0/+2 | |
| | ||||||
* | Fix C++ tests. | Jakob Lykke Andersen | 2015-02-08 | 1 | -6/+3 | |
| | ||||||
* | C++, minor code formatting fixes. | Jakob Lykke Andersen | 2015-02-07 | 1 | -4/+3 | |
| | ||||||
* | Merge from master | Jakob Lykke Andersen | 2015-02-07 | 1 | -13/+44 | |
|\ | ||||||
| * | C++, fixes to id generation. | Jakob Lykke Andersen | 2015-02-06 | 1 | -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#1704 | Jakob Lykke Andersen | 2015-02-05 | 1 | -0/+1 | |
| | | ||||||
| * | Merge from master | Jakob Lykke Andersen | 2015-02-04 | 1 | -1/+3 | |
| |\ | ||||||
| | * | Merge pull request #1705 from jakobandersen/cpp-declspecs-on-right | Georg Brandl | 2015-02-04 | 1 | -0/+2 | |
| | |\ | | | | | | | | | C++, fix #1689 | |||||
| | | * | C++, add support for 'const', 'volatile', etc. on the right-hand side of the ↵ | Jakob Lykke Andersen | 2015-02-03 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | type. | |||||
| | * | | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Towards a solution for sphinx-doc/sphinx#1704. | Jakob Lykke Andersen | 2015-02-04 | 1 | -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 line | Takayuki Shimizukawa | 2014-10-09 | 1 | -11/+24 | |
| | | ||||||
* | | C++, initial enum support (see #772) | Jakob Lykke Andersen | 2015-01-03 | 1 | -0/+15 | |
|/ | ||||||
* | rename test files | Takayuki Shimizukawa | 2014-08-10 | 1 | -0/+127 | |