summaryrefslogtreecommitdiff
path: root/sphinx/domains/cpp.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Be explicit about rvalue references.Armin Ronacher2011-09-221-2/+14
* | | | | | | | | | | Added support for non-name template arguments. This fixes #696Armin Ronacher2011-09-221-4/+24
* | | | | | | | | | | Support varargs in C++ function signatures.Chris Pickel2011-04-191-0/+7
* | | | | | | | | | | C++ domain now supports array definitions.Armin Ronacher2011-01-071-0/+19
|/ / / / / / / / / /
* | | | | | | | | | Fix #677: allow multiple signatures in C++ domain directives.Georg Brandl2011-09-221-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Complain about unparseable C++ references.Georg Brandl2011-01-081-2/+4
* | | | | | | | | Fix general index links for C++ domain objects.Georg Brandl2011-01-071-1/+1
|/ / / / / / / /
* | | | | | | | Fix tracebacks occurring for duplicate C++ domain objects.Georg Brandl2011-01-061-8/+9
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | #560: Change default split_owner to return something useful.Georg Brandl2011-01-041-5/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | New year update.Georg Brandl2011-01-041-1/+1
|/ / / / /
* | | | | Fix pretty-printing of C++ function arguments.Georg Brandl2011-01-041-3/+2
|/ / / /
* | | | Fix CPP domain modifiers: short can be unsigned and signed, but not short.Georg Brandl2010-12-291-3/+3
| |_|/ |/| |
* | | Account for arguments with only a type and no parameter nameMichael Jones2010-11-181-3/+2
* | | Update cpp domain identifier regex to match destructorsMichael Jones2010-11-181-1/+1
| |/ |/|
* | Remove unused import.Georg Brandl2010-08-241-1/+0
|/
* Nicer solution for the C++ fixmitsuhiko2010-05-301-6/+2
* Fixed a C++ bug that caused bad references to be generated. This alsomitsuhiko2010-05-301-5/+10
* Fixed a bug in the C++ domain and documented moremitsuhiko2010-05-271-0/+2
* Rename default_domain to primary_domain; give it special semantics.Georg Brandl2010-05-231-6/+5
* #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-1/+1
* long double exists.mitsuhiko2010-03-301-4/+15
* More operators for C++. Forgot about new/delete and some other less usedmitsuhiko2010-03-021-53/+75
* Added first CPP testmitsuhiko2010-03-021-0/+14
* Fixed reference targetsmitsuhiko2010-03-011-9/+10
* Fixed two undefined errors.mitsuhiko2010-03-011-2/+2
* Relative references work now for the C++ domainmitsuhiko2010-03-011-62/+136
* Added basic modifier supportmitsuhiko2010-03-011-26/+73
* Added namespace directive to CPP domain, warn instead of raise exceptionsmitsuhiko2010-03-011-29/+76
* Started working on support for c++ xrefsmitsuhiko2010-03-011-2/+9
* Refactored again. This time added a new type PrefixedNameDefExpr that ismitsuhiko2010-03-011-52/+86
* Added type supportmitsuhiko2010-03-011-12/+70
* Heavily improved const support, create proper identifiers that pass formitsuhiko2010-03-011-50/+167
* Refactored description objects again.mitsuhiko2010-03-011-35/+72
* Prefix classes with "class " and removed useless desc_type node.mitsuhiko2010-03-011-14/+6
* Proper indices for the c++ object descriptions now. Also broke up themitsuhiko2010-03-011-53/+122
* Properly parses operator definitions now. 'std:stringmitsuhiko2010-02-281-21/+96
* C++ function signatures are now properly converted to rst nodes.mitsuhiko2010-02-281-7/+159
* Added first version of the C++ signature parsermitsuhiko2010-02-281-0/+340