Georg Brandl
|
0f2a0381ba
|
Rename default_domain to primary_domain; give it special semantics.
|
2010-05-23 16:48:54 +02:00 |
|
Georg Brandl
|
5b7e794e2b
|
#413: Added a way for intersphinx to refer to named labels in other
projects, and to specify the project you want to link to.
|
2010-05-23 13:06:01 +02:00 |
|
Armin Ronacher
|
71a985c06c
|
long double exists.
|
2010-03-30 18:57:56 +02:00 |
|
Armin Ronacher
|
a6c625f25c
|
More operators for C++. Forgot about new/delete and some other less used
such as ->*.
|
2010-03-02 13:10:44 +01:00 |
|
Armin Ronacher
|
91322038e2
|
Added first CPP test
|
2010-03-02 01:27:44 +01:00 |
|
Armin Ronacher
|
c6a6cc5c5f
|
Fixed reference targets
|
2010-03-01 23:25:33 +01:00 |
|
Armin Ronacher
|
e2063b0bae
|
Fixed two undefined errors.
|
2010-03-01 22:23:56 +01:00 |
|
Armin Ronacher
|
89fdb83831
|
Relative references work now for the C++ domain
|
2010-03-01 21:48:40 +01:00 |
|
Armin Ronacher
|
27667cc0b7
|
Added basic modifier support
|
2010-03-01 19:54:11 +01:00 |
|
Armin Ronacher
|
9da129aeb9
|
Added namespace directive to CPP domain, warn instead of raise exceptions
for broken signatures and fixed a name error.
|
2010-03-01 15:00:58 +01:00 |
|
Armin Ronacher
|
21194f3b2b
|
Started working on support for c++ xrefs
|
2010-03-01 14:30:24 +01:00 |
|
Armin Ronacher
|
3f82edf3b9
|
Refactored again. This time added a new type PrefixedNameDefExpr that is
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).
|
2010-03-01 14:14:14 +01:00 |
|
Armin Ronacher
|
45b89708f0
|
Added type support
|
2010-03-01 13:37:44 +01:00 |
|
Armin Ronacher
|
b5ee4489be
|
Heavily improved const support, create proper identifiers that pass for
HTML4 and support overloading.
|
2010-03-01 12:29:05 +01:00 |
|
Armin Ronacher
|
cb0e407cbb
|
Refactored description objects again.
|
2010-03-01 11:05:52 +01:00 |
|
Armin Ronacher
|
7f5e4a271f
|
Prefix classes with "class " and removed useless desc_type node.
|
2010-03-01 03:25:28 +01:00 |
|
Armin Ronacher
|
6f901f6c74
|
Proper indices for the c++ object descriptions now. Also broke up the
monolithic class into multiple separate classes and refactored a bit.
Still does not handle overloads.
|
2010-03-01 03:17:09 +01:00 |
|
Armin Ronacher
|
bd576bbe5d
|
Properly parses operator definitions now. 'std:string
module::class::operator std::string()' is picked up properly.
|
2010-02-28 21:04:35 +01:00 |
|
Armin Ronacher
|
be39ba81e6
|
C++ function signatures are now properly converted to rst nodes.
|
2010-02-28 19:07:32 +01:00 |
|
Armin Ronacher
|
5db407f4ae
|
Added first version of the C++ signature parser
|
2010-02-28 17:44:40 +01:00 |
|