Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename test files | Takayuki Shimizukawa | 2014-08-10 | 1 | -127/+0 |
| | |||||
* | C++, test now also work with Python 3. | Jakob Lykke Andersen | 2014-08-10 | 1 | -3/+3 |
| | |||||
* | C++, update id generation to use name mangling | Jakob Lykke Andersen | 2014-08-06 | 1 | -4/+6 |
| | |||||
* | C++, change parsing context to explicit arguments, fixes some casting operators. | Jakob Lykke Andersen | 2014-07-27 | 1 | -1/+6 |
| | |||||
* | C++, fix namespacing of elements and xrefs. | Jakob Lykke Andersen | 2014-07-24 | 1 | -0/+1 |
| | |||||
* | Revamp of C++ domain. | Jakob Lykke Andersen | 2014-07-24 | 1 | -139/+93 |
| | |||||
* | C++ domain, add support for virtual functions. | Jakob Lykke Andersen | 2014-07-18 | 1 | -0/+4 |
| | |||||
* | * update CHANGES and fix for py3-compat for pull request #241. Closes #1466 | Takayuki Shimizukawa | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | Merged in vitaut/sphinx/cpp-variadic (pull request #241) | Takayuki Shimizukawa | 2014-05-28 | 1 | -0/+2 |
|\ | | | | | | | Add support for variadic templates in C++ domain | ||||
| * | Add support for variadic templates in C++ domain | Victor Zverovich | 2014-05-12 | 1 | -0/+2 |
| | | |||||
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -41/+43 |
|/ | | | | one source. refs #1350. | ||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Add support for C++11 member function ref-qualifiers and C++03 volatile ↵ | Tres Walsh | 2013-08-07 | 1 | -0/+24 |
| | | | | | | | | | | | | | | member function ref-qualifier Specifically, support for the following has been added: * rvalue reference for *this * volatile * override keyword support Additionally support for '= default' and '= delete' has been added. Several tests have also been added to test_cpp_domain.py to insure that these features actually work. | ||||
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -1/+1 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merged in shimizukawa/sphinx-fix-fork/#1041 (pull request #87) | Takayuki Shimizukawa | 2012-11-30 | 1 | -0/+9 |
|\ | |||||
| * | fix: cpp domain parser cannot parse a const type with a modifier. closes #1041 | Takayuki Shimizukawa | 2012-11-28 | 1 | -0/+9 |
| | | |||||
* | | fix: cpp domain parser cannot parse 'static constexpr' declarations. closes ↵ | Takayuki Shimizukawa | 2012-11-28 | 1 | -0/+3 |
|/ | | | | #1038 | ||||
* | Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and ↵ | Jonathan Waltman | 2012-11-10 | 1 | -1/+16 |
| | | | | Jim Naslund) | ||||
* | Change default visibility for C++ superclasses. | Robert Lehmann | 2011-10-08 | 1 | -2/+2 |
| | |||||
* | Fixes #678: Support superclass declarations in C++ domain. | Robert Lehmann | 2011-10-08 | 1 | -0/+20 |
| | |||||
* | Added more tests to the basic parsing of C++ signatures | Armin Ronacher | 2011-09-23 | 1 | -5/+18 |
| | |||||
* | Added support for strings with commas in template definitions. | Armin Ronacher | 2011-09-22 | 1 | -0/+3 |
| | |||||
* | Added support for noexcept specifiers | Armin Ronacher | 2011-09-22 | 1 | -0/+3 |
| | |||||
* | Added support for constexpr in function signatures | Armin Ronacher | 2011-09-22 | 1 | -1/+3 |
| | |||||
* | Be explicit about rvalue references. | Armin Ronacher | 2011-09-22 | 1 | -0/+4 |
| | |||||
* | Added support for non-name template arguments. This fixes #696 | Armin Ronacher | 2011-09-22 | 1 | -0/+3 |
| | |||||
* | Support varargs in C++ function signatures. | Chris Pickel | 2011-04-19 | 1 | -0/+3 |
| | |||||
* | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | long double exists. | Armin Ronacher | 2010-03-30 | 1 | -0/+9 |
| | |||||
* | More operators for C++. Forgot about new/delete and some other less used | Armin Ronacher | 2010-03-02 | 1 | -1/+5 |
| | | | | such as ->*. | ||||
* | Added first CPP test | Armin Ronacher | 2010-03-02 | 1 | -0/+42 |