| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix code style nits. | Georg Brandl | 2012-03-10 | 1 | -1/+2 |
| * | Closes #832: Fix crashes when putting comments or lone terms in a glossary. | Georg Brandl | 2012-01-29 | 1 | -1/+5 |
| * | Closes #864: Fix crash with some settings of :confval:`modindex_common_prefix`. | Georg Brandl | 2012-01-29 | 1 | -1/+2 |
| * | Closes #859: Fix exception under certain circumstances when not finding appro... | Georg Brandl | 2012-01-29 | 1 | -16/+17 |
| * | Fixed another ordering priority bug in the C++ parser. | Armin Ronacher | 2012-01-25 | 1 | -2/+2 |
| * | Fixed a priority error that caused operator++ and operator-> to not be parsed... | Armin Ronacher | 2012-01-25 | 1 | -2/+2 |
| * | Closes #797: Don't crash on a misformatted glossary. | Georg Brandl | 2011-11-01 | 1 | -2/+12 |
| * | Restore Python 3 compatibility. | Georg Brandl | 2011-10-09 | 1 | -8/+10 |
| * | Satisfy "make check". | Georg Brandl | 2011-10-09 | 2 | -6/+8 |
| * | Change default visibility for C++ superclasses. | Robert Lehmann | 2011-10-08 | 1 | -9/+10 |
| * | Fixes #678: Support superclass declarations in C++ domain. | Robert Lehmann | 2011-10-08 | 1 | -2/+27 |
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 7 | -105/+207 |
| |\ | |||||
| | * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 7 | -105/+207 |
| | |\ | |||||
| | | * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 2 | -5/+6 |
| | | |\ | |||||
| | | * \ | merged | Armin Ronacher | 2011-09-23 | 1 | -54/+122 |
| | | |\ \ | |||||
| | | | * | | Attach arrays to the name not the type for C++ domain and fixed a few renderi... | Armin Ronacher | 2011-09-23 | 1 | -40/+86 |
| | | | * | | 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 |
| | | * | | | Merge with 1.0 | Georg Brandl | 2011-09-22 | 7 | -109/+257 |
| | | |\ \ \ | |||||
| | | | * | | | Closes #680: allow doc fields in cpp domain directives. | Georg Brandl | 2011-09-22 | 1 | -1/+13 |
| | | | |/ / | |||||
| | | | * | | Added support for non-name template arguments. This fixes #696 | Armin Ronacher | 2011-09-22 | 1 | -4/+24 |
| | | | * | | Merge with 1.0 | Georg Brandl | 2011-09-21 | 7 | -104/+220 |
| | | | |\ \ | |||||
| | | | | * | | Fix #663: add "return type" doc field to JS domain. | Georg Brandl | 2011-09-21 | 1 | -0/+2 |
| | | | | * | | merge with 1.0 | Georg Brandl | 2011-05-15 | 1 | -11/+12 |
| | | | | |\ \ | |||||
| | | | | * | | | Support varargs in C++ function signatures. | Chris Pickel | 2011-04-19 | 1 | -0/+7 |
| | | | | * | | | merge with 1.0 | Georg Brandl | 2011-01-15 | 7 | -99/+208 |
| | | | | |\ \ \ | |||||
| | | | | | * | | | #437: autodoc now shows values of class data attributes. | Georg Brandl | 2011-01-08 | 1 | -0/+8 |
| | | | | | * | | | Remove use of method new in docutils 0.7. | Georg Brandl | 2011-01-08 | 1 | -1/+1 |
| | | | | | * | | | merge with 1.0 | Georg Brandl | 2011-01-08 | 3 | -29/+24 |
| | | | | | |\ \ \ | |||||
| | | | | | * | | | | The :rst:dir:`py:module` directive doesn't output its ``platform`` option val... | Georg Brandl | 2011-01-08 | 1 | -9/+2 |
| | | | | | * | | | | #478: Added :rst:dir:`py:decorator` directive to describe decorators. | Georg Brandl | 2011-01-08 | 1 | -10/+44 |
| | | | | | * | | | | #454: Add more index markup capabilities: marking see/seealso entries, and ma... | Georg Brandl | 2011-01-07 | 6 | -13/+13 |
| | | | | | * | | | | C++ domain now supports array definitions. | Armin Ronacher | 2011-01-07 | 1 | -0/+19 |
| | | | | | * | | | | merge with 1.0 | Georg Brandl | 2011-01-06 | 6 | -68/+123 |
| | | | | | |\ \ \ \ | |||||
| | | | | | | * | | | | #586: Implemented improved glossary markup which allows multiple terms per de... | Georg Brandl | 2011-01-06 | 1 | -23/+87 |
| | | | | | | * | | | | merge with 1.0 | Georg Brandl | 2011-01-06 | 5 | -45/+36 |
| | | | | | | |\ \ \ \ | |||||
| | | | | | | | * \ \ \ | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | | | | | | | |\ \ \ \ | |||||
| | | | | | | | * \ \ \ \ | merge with 1.0 | Georg Brandl | 2011-01-04 | 2 | -9/+7 |
| | | | | | | | |\ \ \ \ \ | |||||
| | | | | | | | * \ \ \ \ \ | merge with 1.0 | Georg Brandl | 2011-01-04 | 7 | -7/+7 |
| | | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | * \ \ \ \ \ \ | merge with 1.0 | Georg Brandl | 2011-01-04 | 5 | -49/+40 |
| | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | * \ \ \ \ \ \ | merge with 1.0 | Georg Brandl | 2011-01-03 | 5 | -49/+40 |
| | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ | merge with 1.0 | Georg Brandl | 2010-11-17 | 1 | -4/+3 |
| | | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ \ | merge with 1.0 | Georg Brandl | 2010-09-10 | 1 | -1/+0 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ \ \ | merge with 1.0 | Georg Brandl | 2010-08-23 | 5 | -49/+40 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * | | | | | | | | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 5 | -48/+37 |
| | | | | | | | | | | * | | | | | | | | | merge with 1.0 | Georg Brandl | 2010-08-14 | 1 | -1/+3 |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ | merge with 1.0 | Georg Brandl | 2010-08-05 | 2 | -43/+58 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
