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
/
tests
/
test_cpp_domain.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename test files
Takayuki Shimizukawa
2014-08-10
1
-127
/
+0
*
C++, test now also work with Python 3.
Jakob Lykke Andersen
2014-08-10
1
-3
/
+3
*
C++, update id generation to use name mangling
Jakob Lykke Andersen
2014-08-06
1
-4
/
+6
*
C++, change parsing context to explicit arguments, fixes some casting operators.
Jakob Lykke Andersen
2014-07-27
1
-1
/
+6
*
C++, fix namespacing of elements and xrefs.
Jakob Lykke Andersen
2014-07-24
1
-0
/
+1
*
Revamp of C++ domain.
Jakob Lykke Andersen
2014-07-24
1
-139
/
+93
*
C++ domain, add support for virtual functions.
Jakob Lykke Andersen
2014-07-18
1
-0
/
+4
*
* update CHANGES and fix for py3-compat for pull request #241. Closes #1466
Takayuki Shimizukawa
2014-05-28
1
-1
/
+1
*
Merged in vitaut/sphinx/cpp-variadic (pull request #241)
Takayuki Shimizukawa
2014-05-28
1
-0
/
+2
|
\
|
*
Add support for variadic templates in C++ domain
Victor Zverovich
2014-05-12
1
-0
/
+2
*
|
use six privided text_type() to replace with unicode() to support py2/py3 in ...
Takayuki Shimizukawa
2014-04-29
1
-41
/
+43
|
/
*
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
*
Add support for C++11 member function ref-qualifiers and C++03 volatile membe...
Tres Walsh
2013-08-07
1
-0
/
+24
*
tests: replace "from util import *" by explicit imports
Georg Brandl
2013-04-01
1
-1
/
+1
*
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
-0
/
+9
|
\
|
*
fix: cpp domain parser cannot parse a const type with a modifier. closes #1041
Takayuki Shimizukawa
2012-11-28
1
-0
/
+9
*
|
fix: cpp domain parser cannot parse 'static constexpr' declarations. closes #...
Takayuki Shimizukawa
2012-11-28
1
-0
/
+3
|
/
*
Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and J...
Jonathan Waltman
2012-11-10
1
-1
/
+16
*
Change default visibility for C++ superclasses.
Robert Lehmann
2011-10-08
1
-2
/
+2
*
Fixes #678: Support superclass declarations in C++ domain.
Robert Lehmann
2011-10-08
1
-0
/
+20
*
Added more tests to the basic parsing of C++ signatures
Armin Ronacher
2011-09-23
1
-5
/
+18
*
Added support for strings with commas in template definitions.
Armin Ronacher
2011-09-22
1
-0
/
+3
*
Added support for noexcept specifiers
Armin Ronacher
2011-09-22
1
-0
/
+3
*
Added support for constexpr in function signatures
Armin Ronacher
2011-09-22
1
-1
/
+3
*
Be explicit about rvalue references.
Armin Ronacher
2011-09-22
1
-0
/
+4
*
Added support for non-name template arguments. This fixes #696
Armin Ronacher
2011-09-22
1
-0
/
+3
*
Support varargs in C++ function signatures.
Chris Pickel
2011-04-19
1
-0
/
+3
*
New year update.
Georg Brandl
2011-01-04
1
-1
/
+1
*
long double exists.
Armin Ronacher
2010-03-30
1
-0
/
+9
*
More operators for C++. Forgot about new/delete and some other less used
Armin Ronacher
2010-03-02
1
-1
/
+5
*
Added first CPP test
Armin Ronacher
2010-03-02
1
-0
/
+42