summaryrefslogtreecommitdiff
path: root/sphinx/domains/cpp.py
Commit message (Expand)AuthorAgeFilesLines
* [WIP] parallel readGeorg Brandl2014-09-221-0/+6
* cpp domain: minor PEP8 cleanupGeorg Brandl2014-09-221-18/+16
* Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-201-11/+11
* Added the `any` role that can be used to find a cross-reference ofGeorg Brandl2014-09-191-10/+24
* CPP domain: fix whitespace.Georg Brandl2014-09-191-12/+12
* for pull request #263, update CHANGES, fix for py26, fix for pep8.shimizukawa2014-08-101-448/+679
* C++, fix cpp:parent bug and add all aliases of fundamental integer types.Jakob Lykke Andersen2014-08-101-12/+15
* C++, update id generation to use name manglingJakob Lykke Andersen2014-08-061-116/+225
* C++, change parsing context to explicit arguments, fixes some casting operators.Jakob Lykke Andersen2014-07-271-161/+182
* C++, fix class name rendering to 'lastIsName', though not the template part. ...Jakob Lykke Andersen2014-07-261-21/+34
* C++, improve xrefs with templates.Jakob Lykke Andersen2014-07-241-6/+25
* C++, fix namespacing of elements and xrefs.Jakob Lykke Andersen2014-07-241-38/+35
* Revamp of C++ domain.Jakob Lykke Andersen2014-07-241-891/+1051
* C++, actually add 'virtual' to output, and fix missing rename.Jakob Lykke Andersen2014-07-191-2/+5
* C++ domain, add support for virtual functions.Jakob Lykke Andersen2014-07-181-9/+10
* Merged in vitaut/sphinx/cpp-variadic (pull request #241)Takayuki Shimizukawa2014-05-281-40/+36
|\
| * wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-1/+1
| * use UnicodeMixin for __str__, __unicode__ to support py2/py3 in one source. r...shimizukawa2014-04-301-9/+4
| * use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-31/+31
| * use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-2/+3
* | Add support for variadic templates in C++ domainVictor Zverovich2014-05-121-3/+11
|/
* Update copyright year.Georg Brandl2014-03-011-2/+2
|\
| * MergeDmitry Shachnev2014-01-201-2/+2
| |\
| | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+2
* | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ /
* | Add "struct" to C++ modifiers.Georg Brandl2014-01-191-0/+1
|/
* Add support for C++11 member function ref-qualifiers and C++03 volatile membe...Tres Walsh2013-08-071-17/+61
* Copyright update.Georg Brandl2013-01-011-1/+1
* Merged in shimizukawa/sphinx-fix-fork/#1041 (pull request #87)Takayuki Shimizukawa2012-11-301-1/+1
|\
| * fix: cpp domain parser cannot parse 'static constexpr' declarations. closes #...shimizukawa2012-11-281-1/+1
* | fix: cpp domain parser cannot parse a const type with a modifier. closes #1041shimizukawa2012-11-281-4/+6
|/
* Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and J...Jon Waltman2012-11-101-11/+27
* Fixed another ordering priority bug in the C++ parser.Armin Ronacher2012-01-251-2/+2
* Fixed a priority error that caused operator++ and operator-> to not be parsed...Armin Ronacher2012-01-251-2/+2
* Restore Python 3 compatibility.Georg Brandl2011-10-091-8/+10
* Satisfy "make check".Georg Brandl2011-10-091-1/+2
* Change default visibility for C++ superclasses.Robert Lehmann2011-10-081-9/+10
* Fixes #678: Support superclass declarations in C++ domain.Robert Lehmann2011-10-081-2/+27
* Merge with 1.0Georg Brandl2011-09-231-10/+27
|\
| * Merge with 1.0Georg Brandl2011-09-231-10/+27
| |\
| | * mergedArmin Ronacher2011-09-231-54/+122
| | |\
| | | * Attach arrays to the name not the type for C++ domain and fixed a few renderi...Armin Ronacher2011-09-231-40/+86
| | | * Added support for strings with commas in template definitions.Armin Ronacher2011-09-221-1/+1
| | | * Added support for noexcept specifiersArmin Ronacher2011-09-221-2/+6
| | | * Small refactoring for how modifiers are parsed in the C++ domain.Armin Ronacher2011-09-221-11/+10
| | | * Added support for constexpr in function signaturesArmin Ronacher2011-09-221-9/+16
| | | * Be explicit about rvalue references.Armin Ronacher2011-09-221-2/+14
| | * | Merge with 1.0Georg Brandl2011-09-221-14/+77
| | |\ \
| | | * | Closes #680: allow doc fields in cpp domain directives.Georg Brandl2011-09-221-1/+13
| | | |/
| | | * Added support for non-name template arguments. This fixes #696Armin Ronacher2011-09-221-4/+24