<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cppunit.git/include, branch master</title>
<subtitle>anongit.freedesktop.org: git/libreoffice/cppunit.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/'/>
<entry>
<title>Don't mis-apply GCC &lt; 4.6 workaround for Clang</title>
<updated>2023-05-09T18:00:18+00:00</updated>
<author>
<name>Stephan Bergmann</name>
<email>sbergman@redhat.com</email>
</author>
<published>2023-02-21T10:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=e2b0721c33d0df57c6a596b18ae98644575c51f9'/>
<id>e2b0721c33d0df57c6a596b18ae98644575c51f9</id>
<content type='text'>
...which happens to define __GNUC__=4, __GNUC_MINOR__=2.  (See also
&lt;https://git.libreoffice.org/core/+/9a23239b710e44754e4a28643420c9ba91552645%5E%21&gt;
"external/cppunit: Don't mis-apply GCC &lt; 4.6 workaround for Clang".  This change
requires &lt;https://gerrit.libreoffice.org/c/cppunit/+/147383&gt; "Use snprintf
instead of sprintf" to avoid deprecation warnings on macOS, which had originally
been hidden by the mis-applied #pragma.)

Change-Id: I4fcb38a79766238862795ba4019638862e65b041
Reviewed-on: https://gerrit.libreoffice.org/c/cppunit/+/147384
Reviewed-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
Tested-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...which happens to define __GNUC__=4, __GNUC_MINOR__=2.  (See also
&lt;https://git.libreoffice.org/core/+/9a23239b710e44754e4a28643420c9ba91552645%5E%21&gt;
"external/cppunit: Don't mis-apply GCC &lt; 4.6 workaround for Clang".  This change
requires &lt;https://gerrit.libreoffice.org/c/cppunit/+/147383&gt; "Use snprintf
instead of sprintf" to avoid deprecation warnings on macOS, which had originally
been hidden by the mis-applied #pragma.)

Change-Id: I4fcb38a79766238862795ba4019638862e65b041
Reviewed-on: https://gerrit.libreoffice.org/c/cppunit/+/147384
Reviewed-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
Tested-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use snprintf instead of sprintf</title>
<updated>2023-05-09T17:59:41+00:00</updated>
<author>
<name>Stephan Bergmann</name>
<email>sbergman@redhat.com</email>
</author>
<published>2023-02-21T09:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=5f9aab1993016720db1d7008ed190b0a96293190'/>
<id>5f9aab1993016720db1d7008ed190b0a96293190</id>
<content type='text'>
See
&lt;https://git.libreoffice.org/core/+/bd8a213c8ceccf66ab296ef0aea0fa4c451047e5%5E%21&gt;
"external/cppunit: Use snprintf instead of sprintf" for how sprintf would have
caused deprecation warnings on macOS.

(For MSVC, keep using sprintf_s.  According to
&lt;https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/snprintf-snprintf-snprintf-l-snwprintf-snwprintf-l?view=msvc-170&gt;:
"Beginning with the UCRT in Visual Studio 2015 and Windows 10, snprintf is no
longer identical to _snprintf.  The snprintf function behavior is now C99
standard conformant."  So for older versions, snprintf would potentially not
store a terminating NUL, like _snprintf but unlike sprintf_s.)

Change-Id: Ibf8b228cd1dd57428ecf85ed10e0793b78ae90c9
Reviewed-on: https://gerrit.libreoffice.org/c/cppunit/+/147383
Reviewed-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
Tested-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See
&lt;https://git.libreoffice.org/core/+/bd8a213c8ceccf66ab296ef0aea0fa4c451047e5%5E%21&gt;
"external/cppunit: Use snprintf instead of sprintf" for how sprintf would have
caused deprecation warnings on macOS.

(For MSVC, keep using sprintf_s.  According to
&lt;https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/snprintf-snprintf-snprintf-l-snwprintf-snwprintf-l?view=msvc-170&gt;:
"Beginning with the UCRT in Visual Studio 2015 and Windows 10, snprintf is no
longer identical to _snprintf.  The snprintf function behavior is now C99
standard conformant."  So for older versions, snprintf would potentially not
store a terminating NUL, like _snprintf but unlike sprintf_s.)

Change-Id: Ibf8b228cd1dd57428ecf85ed10e0793b78ae90c9
Reviewed-on: https://gerrit.libreoffice.org/c/cppunit/+/147383
Reviewed-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
Tested-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove a few trailing whitespaces</title>
<updated>2021-09-30T18:48:31+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2021-09-30T18:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=240cb599d739c7d96138588f4a474c637d91e677'/>
<id>240cb599d739c7d96138588f4a474c637d91e677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid a few annoying compiler warnings</title>
<updated>2021-09-30T18:47:08+00:00</updated>
<author>
<name>Florian Becker</name>
<email>fb@vxapps.com</email>
</author>
<published>2021-09-30T18:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=84237a0161e7867a1313d07cda33aeb99818ddf1'/>
<id>84237a0161e7867a1313d07cda33aeb99818ddf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace 0 with nullptr when assigning to a pointer</title>
<updated>2021-09-30T18:45:02+00:00</updated>
<author>
<name>Florian Becker</name>
<email>fb@vxapps.com</email>
</author>
<published>2021-09-30T18:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=a31e2451e763f918ec900e6dfb0e63cf505f8cda'/>
<id>a31e2451e763f918ec900e6dfb0e63cf505f8cda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of old casting macros</title>
<updated>2021-09-30T18:41:49+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2021-09-30T18:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=40fd60a4743a9e587b197a3991bb5f7e451e6b8a'/>
<id>40fd60a4743a9e587b197a3991bb5f7e451e6b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove superfluous semicolons</title>
<updated>2021-09-30T18:30:54+00:00</updated>
<author>
<name>Florian Becker</name>
<email>fb@vxapps.com</email>
</author>
<published>2021-09-30T18:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=6e077ed0705d9bf67f1b643eec367d5815a589b2'/>
<id>6e077ed0705d9bf67f1b643eec367d5815a589b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch from throw() to noexcept</title>
<updated>2021-09-30T18:27:37+00:00</updated>
<author>
<name>Florian Becker</name>
<email>fb@vxapps.com</email>
</author>
<published>2021-09-30T18:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=ed24ec011df58256ac275d434eba131027843184'/>
<id>ed24ec011df58256ac275d434eba131027843184</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add override annotations</title>
<updated>2021-09-30T18:27:28+00:00</updated>
<author>
<name>Florian Becker</name>
<email>fb@vxapps.com</email>
</author>
<published>2021-09-30T18:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=4a09e067ec7ba06bc89cf30075f4befc892945d9'/>
<id>4a09e067ec7ba06bc89cf30075f4befc892945d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing [[noreturn]] attributes</title>
<updated>2021-09-30T18:15:52+00:00</updated>
<author>
<name>Florian Becker</name>
<email>fb@vxapps.com</email>
</author>
<published>2021-09-30T18:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=89c831e25ab566756288c45e5505815e9185b276'/>
<id>89c831e25ab566756288c45e5505815e9185b276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
