| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
