Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename default_domain to primary_domain; give it special semantics. | Georg Brandl | 2010-05-23 | 1 | -6/+5 | |
| | ||||||
* | #413: Added a way for intersphinx to refer to named labels in other | Georg Brandl | 2010-05-23 | 1 | -1/+1 | |
| | | | | projects, and to specify the project you want to link to. | |||||
* | long double exists. | Armin Ronacher | 2010-03-30 | 1 | -4/+15 | |
| | ||||||
* | More operators for C++. Forgot about new/delete and some other less used | Armin Ronacher | 2010-03-02 | 1 | -53/+75 | |
| | | | | such as ->*. | |||||
* | Added first CPP test | Armin Ronacher | 2010-03-02 | 1 | -0/+14 | |
| | ||||||
* | Fixed reference targets | Armin Ronacher | 2010-03-01 | 1 | -9/+10 | |
| | ||||||
* | Fixed two undefined errors. | Armin Ronacher | 2010-03-01 | 1 | -2/+2 | |
| | ||||||
* | Relative references work now for the C++ domain | Armin Ronacher | 2010-03-01 | 1 | -62/+136 | |
| | ||||||
* | Added basic modifier support | Armin Ronacher | 2010-03-01 | 1 | -26/+73 | |
| | ||||||
* | Added namespace directive to CPP domain, warn instead of raise exceptions | Armin Ronacher | 2010-03-01 | 1 | -29/+76 | |
| | | | | for broken signatures and fixed a name error. | |||||
* | Started working on support for c++ xrefs | Armin Ronacher | 2010-03-01 | 1 | -2/+9 | |
| | ||||||
* | Refactored again. This time added a new type PrefixedNameDefExpr that is | Armin Ronacher | 2010-03-01 | 1 | -52/+86 | |
| | | | | | used to prefix a name. This is used to give a node a full name if it was defined in the context of a parent (eg, function in a class). | |||||
* | Added type support | Armin Ronacher | 2010-03-01 | 1 | -12/+70 | |
| | ||||||
* | Heavily improved const support, create proper identifiers that pass for | Armin Ronacher | 2010-03-01 | 1 | -50/+167 | |
| | | | | HTML4 and support overloading. | |||||
* | Refactored description objects again. | Armin Ronacher | 2010-03-01 | 1 | -35/+72 | |
| | ||||||
* | Prefix classes with "class " and removed useless desc_type node. | Armin Ronacher | 2010-03-01 | 1 | -14/+6 | |
| | ||||||
* | Proper indices for the c++ object descriptions now. Also broke up the | Armin Ronacher | 2010-03-01 | 1 | -53/+122 | |
| | | | | | monolithic class into multiple separate classes and refactored a bit. Still does not handle overloads. | |||||
* | Properly parses operator definitions now. 'std:string | Armin Ronacher | 2010-02-28 | 1 | -21/+96 | |
| | | | | module::class::operator std::string()' is picked up properly. | |||||
* | C++ function signatures are now properly converted to rst nodes. | Armin Ronacher | 2010-02-28 | 1 | -7/+159 | |
| | ||||||
* | Added first version of the C++ signature parser | Armin Ronacher | 2010-02-28 | 1 | -0/+340 | |