summaryrefslogtreecommitdiff
path: root/sphinx/domains/cpp.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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.Armin Ronacher2010-03-301-4/+15
* More operators for C++. Forgot about new/delete and some other less usedArmin Ronacher2010-03-021-53/+75
* Added first CPP testArmin Ronacher2010-03-021-0/+14
* Fixed reference targetsArmin Ronacher2010-03-011-9/+10
* Fixed two undefined errors.Armin Ronacher2010-03-011-2/+2
* Relative references work now for the C++ domainArmin Ronacher2010-03-011-62/+136
* Added basic modifier supportArmin Ronacher2010-03-011-26/+73
* Added namespace directive to CPP domain, warn instead of raise exceptionsArmin Ronacher2010-03-011-29/+76
* Started working on support for c++ xrefsArmin Ronacher2010-03-011-2/+9
* Refactored again. This time added a new type PrefixedNameDefExpr that isArmin Ronacher2010-03-011-52/+86
* Added type supportArmin Ronacher2010-03-011-12/+70
* Heavily improved const support, create proper identifiers that pass forArmin Ronacher2010-03-011-50/+167
* Refactored description objects again.Armin Ronacher2010-03-011-35/+72
* Prefix classes with "class " and removed useless desc_type node.Armin Ronacher2010-03-011-14/+6
* Proper indices for the c++ object descriptions now. Also broke up theArmin Ronacher2010-03-011-53/+122
* Properly parses operator definitions now. 'std:stringArmin Ronacher2010-02-281-21/+96
* C++ function signatures are now properly converted to rst nodes.Armin Ronacher2010-02-281-7/+159
* Added first version of the C++ signature parserArmin Ronacher2010-02-281-0/+340