Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Shorten long lines.v1.0.81.0 | Georg Brandl | 2011-09-23 | 1 | -1/+2 | |
| | | ||||||
* | | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -7/+4 | |
|\ \ | |/ | ||||||
| * | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -7/+4 | |
| | | ||||||
| * | Attach arrays to the name not the type for C++ domain and fixed a few ↵ | Armin Ronacher | 2011-09-23 | 1 | -40/+86 | |
| | | | | | | | | rendering errors. | |||||
| * | Added support for strings with commas in template definitions. | Armin Ronacher | 2011-09-22 | 1 | -1/+1 | |
| | | ||||||
| * | Added support for noexcept specifiers | Armin Ronacher | 2011-09-22 | 1 | -2/+6 | |
| | | ||||||
| * | Small refactoring for how modifiers are parsed in the C++ domain. | Armin Ronacher | 2011-09-22 | 1 | -11/+10 | |
| | | ||||||
| * | Added support for constexpr in function signatures | Armin Ronacher | 2011-09-22 | 1 | -9/+16 | |
| | | ||||||
| * | Be explicit about rvalue references. | Armin Ronacher | 2011-09-22 | 1 | -2/+14 | |
| | | ||||||
| * | Added support for non-name template arguments. This fixes #696 | Armin Ronacher | 2011-09-22 | 1 | -4/+24 | |
| | | ||||||
| * | Support varargs in C++ function signatures. | Chris Pickel | 2011-04-19 | 1 | -0/+7 | |
| | | ||||||
| * | C++ domain now supports array definitions. | Armin Ronacher | 2011-01-07 | 1 | -0/+19 | |
| | | ||||||
* | | merged | Armin Ronacher | 2011-09-23 | 1 | -2/+14 | |
|\ \ | ||||||
| * \ | Merge with 1.0 | Georg Brandl | 2011-09-22 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Fix #677: allow multiple signatures in C++ domain directives. | Georg Brandl | 2011-09-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Closes #680: allow doc fields in cpp domain directives. | Georg Brandl | 2011-09-22 | 1 | -1/+13 | |
| | | | ||||||
* | | | Attach arrays to the name not the type for C++ domain and fixed a few ↵ | Armin Ronacher | 2011-09-23 | 1 | -40/+86 | |
| | | | | | | | | | | | | rendering errors. | |||||
* | | | Added support for strings with commas in template definitions. | Armin Ronacher | 2011-09-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added support for noexcept specifiers | Armin Ronacher | 2011-09-22 | 1 | -2/+6 | |
| | | | ||||||
* | | | Small refactoring for how modifiers are parsed in the C++ domain. | Armin Ronacher | 2011-09-22 | 1 | -11/+10 | |
| | | | ||||||
* | | | Added support for constexpr in function signatures | Armin Ronacher | 2011-09-22 | 1 | -9/+16 | |
| | | | ||||||
* | | | Be explicit about rvalue references. | Armin Ronacher | 2011-09-22 | 1 | -2/+14 | |
|/ / | ||||||
* | | Added support for non-name template arguments. This fixes #696 | Armin Ronacher | 2011-09-22 | 1 | -4/+24 | |
| | | ||||||
* | | Support varargs in C++ function signatures. | Chris Pickel | 2011-04-19 | 1 | -0/+7 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-08 | 1 | -2/+4 | |
|\ \ | |/ | ||||||
| * | Complain about unparseable C++ references. | Georg Brandl | 2011-01-08 | 1 | -2/+4 | |
| | | ||||||
| * | Fix general index links for C++ domain objects. | Georg Brandl | 2011-01-07 | 1 | -1/+1 | |
| | | ||||||
* | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵ | Georg Brandl | 2011-01-07 | 1 | -1/+1 | |
| | | | | | | | | main entries for a given key. | |||||
* | | C++ domain now supports array definitions. | Armin Ronacher | 2011-01-07 | 1 | -0/+19 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-06 | 1 | -8/+9 | |
|\ \ | |/ | ||||||
| * | Fix tracebacks occurring for duplicate C++ domain objects. | Georg Brandl | 2011-01-06 | 1 | -8/+9 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -8/+5 | |
|\ \ | |/ | ||||||
| * | #560: Change default split_owner to return something useful. | Georg Brandl | 2011-01-04 | 1 | -5/+2 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -3/+2 | |
|\ \ | |/ | ||||||
| * | Fix pretty-printing of C++ function arguments. | Georg Brandl | 2011-01-04 | 1 | -3/+2 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-03 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Fix CPP domain modifiers: short can be unsigned and signed, but not short. | Georg Brandl | 2010-12-29 | 1 | -3/+3 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2010-11-17 | 1 | -4/+3 | |
|\ \ | |/ | ||||||
| * | Account for arguments with only a type and no parameter name | Michael Jones | 2010-11-18 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the code was parsing the type into the argname variable and then when it found something (not "," or ")") following the type it swapped the name into the type and parsed next part as the name. However, when no name is provided, as it allowed in c++, if you're not planning on using the parameter, or it is in a function declaration, then the actual type was being left in the name variable and the type variable was empty. As a result function signatures for references were being generated without knowledge of the type, which is the important factor in disambiguating overloaded functions. | |||||
| * | Update cpp domain identifier regex to match destructors | Michael Jones | 2010-11-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Previously the regex would fail to match c++ destructors, as the presence of a "~" would mean that the "\b" would no longer match the start of a word. Now we try to find the optional "~" first then continue with the word as normal. | |||||
* | | merge with 1.0 | Georg Brandl | 2010-09-10 | 1 | -1/+0 | |
|\ \ | |/ | ||||||
| * | Remove unused import. | Georg Brandl | 2010-08-24 | 1 | -1/+0 | |
| | | ||||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -11/+14 | |
| | | ||||||
* | | Fixed DefExpr.__str__ | Daniel Neuhäuser | 2010-05-09 | 1 | -1/+1 | |
| | | ||||||
* | | Make sphinx.domains.cpp.DefExpr unhashable | Daniel Neuhäuser | 2010-04-30 | 1 | -0/+2 | |
|/ | ||||||
* | Nicer solution for the C++ fix | Armin Ronacher | 2010-05-30 | 1 | -6/+2 | |
| | ||||||
* | Fixed a C++ bug that caused bad references to be generated. This also | Armin Ronacher | 2010-05-30 | 1 | -5/+10 | |
| | | | | | adds a note on overloads always ending up on the first version of the method in case more than one is defined. | |||||
* | Fixed a bug in the C++ domain and documented more | Armin Ronacher | 2010-05-27 | 1 | -0/+2 | |
| |