| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -0/+6 |
| * | cpp domain: minor PEP8 cleanup | Georg Brandl | 2014-09-22 | 1 | -18/+16 |
| * | Move env.temp_data content that might be used to resolve references to a new ... | Georg Brandl | 2014-09-20 | 1 | -11/+11 |
| * | Added the `any` role that can be used to find a cross-reference of | Georg Brandl | 2014-09-19 | 1 | -10/+24 |
| * | CPP domain: fix whitespace. | Georg Brandl | 2014-09-19 | 1 | -12/+12 |
| * | for pull request #263, update CHANGES, fix for py26, fix for pep8. | shimizukawa | 2014-08-10 | 1 | -448/+679 |
| * | C++, fix cpp:parent bug and add all aliases of fundamental integer types. | Jakob Lykke Andersen | 2014-08-10 | 1 | -12/+15 |
| * | C++, update id generation to use name mangling | Jakob Lykke Andersen | 2014-08-06 | 1 | -116/+225 |
| * | C++, change parsing context to explicit arguments, fixes some casting operators. | Jakob Lykke Andersen | 2014-07-27 | 1 | -161/+182 |
| * | C++, fix class name rendering to 'lastIsName', though not the template part. ... | Jakob Lykke Andersen | 2014-07-26 | 1 | -21/+34 |
| * | C++, improve xrefs with templates. | Jakob Lykke Andersen | 2014-07-24 | 1 | -6/+25 |
| * | C++, fix namespacing of elements and xrefs. | Jakob Lykke Andersen | 2014-07-24 | 1 | -38/+35 |
| * | Revamp of C++ domain. | Jakob Lykke Andersen | 2014-07-24 | 1 | -891/+1051 |
| * | C++, actually add 'virtual' to output, and fix missing rename. | Jakob Lykke Andersen | 2014-07-19 | 1 | -2/+5 |
| * | C++ domain, add support for virtual functions. | Jakob Lykke Andersen | 2014-07-18 | 1 | -9/+10 |
| * | Merged in vitaut/sphinx/cpp-variadic (pull request #241) | Takayuki Shimizukawa | 2014-05-28 | 1 | -40/+36 |
| |\ |
|
| | * | wrap py3 iterators with list() for each places that expect a list object. ref... | shimizukawa | 2014-04-30 | 1 | -1/+1 |
| | * | use UnicodeMixin for __str__, __unicode__ to support py2/py3 in one source. r... | shimizukawa | 2014-04-30 | 1 | -9/+4 |
| | * | use six privided text_type() to replace with unicode() to support py2/py3 in ... | shimizukawa | 2014-04-29 | 1 | -31/+31 |
| | * | use six privided iteritems(),itervalues() to support py2/py3 in one source. r... | shimizukawa | 2014-04-29 | 1 | -2/+3 |
| * | | Add support for variadic templates in C++ domain | Victor Zverovich | 2014-05-12 | 1 | -3/+11 |
| |/ |
|
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -2/+2 |
| |\ |
|
| | * | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -2/+2 |
| | |\ |
|
| | | * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -2/+2 |
| * | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |/ / |
|
| * | | Add "struct" to C++ modifiers. | Georg Brandl | 2014-01-19 | 1 | -0/+1 |
| |/ |
|
| * | Add support for C++11 member function ref-qualifiers and C++03 volatile membe... | Tres Walsh | 2013-08-07 | 1 | -17/+61 |
| * | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| * | Merged in shimizukawa/sphinx-fix-fork/#1041 (pull request #87) | Takayuki Shimizukawa | 2012-11-30 | 1 | -1/+1 |
| |\ |
|
| | * | fix: cpp domain parser cannot parse 'static constexpr' declarations. closes #... | shimizukawa | 2012-11-28 | 1 | -1/+1 |
| * | | fix: cpp domain parser cannot parse a const type with a modifier. closes #1041 | shimizukawa | 2012-11-28 | 1 | -4/+6 |
| |/ |
|
| * | Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and J... | Jon Waltman | 2012-11-10 | 1 | -11/+27 |
| * | 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 |
| * | Restore Python 3 compatibility. | Georg Brandl | 2011-10-09 | 1 | -8/+10 |
| * | Satisfy "make check". | Georg Brandl | 2011-10-09 | 1 | -1/+2 |
| * | 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 | 1 | -10/+27 |
| |\ |
|
| | * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -10/+27 |
| | |\ |
|
| | | * | 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 | 1 | -14/+77 |
| | | |\ \ |
|
| | | | * | | 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 |