<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/tests/test_domain_cpp.py, branch v6.1.0</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>Run pyupgrade (#11070)</title>
<updated>2023-01-02T00:01:14+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+AA-Turner@users.noreply.github.com</email>
</author>
<published>2023-01-02T00:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=4032070e8131f518bbb8a04e8d63c5af4df9b59d'/>
<id>4032070e8131f518bbb8a04e8d63c5af4df9b59d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove blanket 'noqas'</title>
<updated>2022-12-16T15:50:24+00:00</updated>
<author>
<name>Daniel Eades</name>
<email>danieleades@hotmail.com</email>
</author>
<published>2022-12-15T17:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1abb24e309c8189eca2663f77c3a3aa866633e12'/>
<id>1abb24e309c8189eca2663f77c3a3aa866633e12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run the ``pyupgrade`` tool</title>
<updated>2022-10-17T21:39:09+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2022-10-17T14:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=920828fe351b9e542206749e2ddf04a2cd17a6f3'/>
<id>920828fe351b9e542206749e2ddf04a2cd17a6f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++, restructure tests</title>
<updated>2022-07-29T16:21:34+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2022-07-29T16:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=64c1b2be2e7ced003b5ae7d1b6232965d18ec363'/>
<id>64c1b2be2e7ced003b5ae7d1b6232965d18ec363</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++, fix parsing of certain non-type template parameters</title>
<updated>2022-07-29T16:14:45+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2022-07-29T15:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=aa43a378655a62ecf43199abe5edd0059fb989bc'/>
<id>aa43a378655a62ecf43199abe5edd0059fb989bc</id>
<content type='text'>
Specifically 'template&lt;int (X::*)(bool)...&gt;'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specifically 'template&lt;int (X::*)(bool)...&gt;'
</pre>
</div>
</content>
</entry>
<entry>
<title>C++, ensure merging case is as assumed</title>
<updated>2022-07-29T16:14:45+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2022-07-29T15:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=66f98957b1ff8636d47a2f1e4cfaff4432618cfe'/>
<id>66f98957b1ff8636d47a2f1e4cfaff4432618cfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Ensure consistent non-specialization template argument representation</title>
<updated>2022-07-29T16:14:41+00:00</updated>
<author>
<name>Jeremy Maitin-Shepard</name>
<email>jbms@google.com</email>
</author>
<published>2022-03-11T14:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5b97ec522a3844022340ae4dd657b8f55adb1329'/>
<id>5b97ec522a3844022340ae4dd657b8f55adb1329</id>
<content type='text'>
Previously, in certain cases the template arguments of
non-specializations were retained, leading to incorrect merging of symbols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, in certain cases the template arguments of
non-specializations were retained, leading to incorrect merging of symbols.
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Allow template prefix on union declarations</title>
<updated>2022-07-24T19:37:56+00:00</updated>
<author>
<name>Jeremy Maitin-Shepard</name>
<email>jbms@google.com</email>
</author>
<published>2022-03-27T18:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=3bd80e7c5485120c6b797eb0a1e0b0907128c72a'/>
<id>3bd80e7c5485120c6b797eb0a1e0b0907128c72a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Allow trailing requires-clause on constructors</title>
<updated>2022-07-24T19:37:56+00:00</updated>
<author>
<name>Jeremy Maitin-Shepard</name>
<email>jbms@google.com</email>
</author>
<published>2022-03-27T18:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=33f5474951428929892c3fd9411f5982699cfdd8'/>
<id>33f5474951428929892c3fd9411f5982699cfdd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Allow trailing-requires-clause on functions without a template prefix</title>
<updated>2022-07-24T19:37:56+00:00</updated>
<author>
<name>Jeremy Maitin-Shepard</name>
<email>jbms@google.com</email>
</author>
<published>2022-03-27T18:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=9694aa5a261a1cc376b771d934c8e6fbd060b3ae'/>
<id>9694aa5a261a1cc376b771d934c8e6fbd060b3ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
