index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
domains
/
cpp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shorten long lines.
v1.0.8
1.0
Georg Brandl
2011-09-23
1
-1
/
+2
*
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 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
*
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
*
Fix #677: allow multiple signatures in C++ domain directives.
Georg Brandl
2011-09-22
1
-1
/
+1
*
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
*
Fix tracebacks occurring for duplicate C++ domain objects.
Georg Brandl
2011-01-06
1
-8
/
+9
*
#560: Change default split_owner to return something useful.
Georg Brandl
2011-01-04
1
-5
/
+2
*
New year update.
Georg Brandl
2011-01-04
1
-1
/
+1
*
Fix pretty-printing of C++ function arguments.
Georg Brandl
2011-01-04
1
-3
/
+2
*
Fix CPP domain modifiers: short can be unsigned and signed, but not short.
Georg Brandl
2010-12-29
1
-3
/
+3
*
Account for arguments with only a type and no parameter name
Michael Jones
2010-11-18
1
-3
/
+2
*
Update cpp domain identifier regex to match destructors
Michael Jones
2010-11-18
1
-1
/
+1
*
Remove unused import.
Georg Brandl
2010-08-24
1
-1
/
+0
*
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
*
Fixed a bug in the C++ domain and documented more
Armin Ronacher
2010-05-27
1
-0
/
+2
*
Rename default_domain to primary_domain; give it special semantics.
Georg Brandl
2010-05-23
1
-6
/
+5
*
#413: Added a way for intersphinx to refer to named labels in other
Georg Brandl
2010-05-23
1
-1
/
+1
*
long double exists.
Armin Ronacher
2010-03-30
1
-4
/
+15
*
More operators for C++. Forgot about new/delete and some other less used
Armin Ronacher
2010-03-02
1
-53
/
+75
*
Added first CPP test
Armin Ronacher
2010-03-02
1
-0
/
+14
*
Fixed reference targets
Armin Ronacher
2010-03-01
1
-9
/
+10
*
Fixed two undefined errors.
Armin Ronacher
2010-03-01
1
-2
/
+2
*
Relative references work now for the C++ domain
Armin Ronacher
2010-03-01
1
-62
/
+136
*
Added basic modifier support
Armin Ronacher
2010-03-01
1
-26
/
+73
*
Added namespace directive to CPP domain, warn instead of raise exceptions
Armin Ronacher
2010-03-01
1
-29
/
+76
*
Started working on support for c++ xrefs
Armin Ronacher
2010-03-01
1
-2
/
+9
*
Refactored again. This time added a new type PrefixedNameDefExpr that is
Armin Ronacher
2010-03-01
1
-52
/
+86
*
Added type support
Armin Ronacher
2010-03-01
1
-12
/
+70
*
Heavily improved const support, create proper identifiers that pass for
Armin Ronacher
2010-03-01
1
-50
/
+167
*
Refactored description objects again.
Armin Ronacher
2010-03-01
1
-35
/
+72
*
Prefix classes with "class " and removed useless desc_type node.
Armin Ronacher
2010-03-01
1
-14
/
+6
*
Proper indices for the c++ object descriptions now. Also broke up the
Armin Ronacher
2010-03-01
1
-53
/
+122
*
Properly parses operator definitions now. 'std:string
Armin Ronacher
2010-02-28
1
-21
/
+96
*
C++ function signatures are now properly converted to rst nodes.
Armin Ronacher
2010-02-28
1
-7
/
+159
*
Added first version of the C++ signature parser
Armin Ronacher
2010-02-28
1
-0
/
+340