<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git, branch revertthinlto</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>Revert "Add thinlto support. Closes #7493."</title>
<updated>2020-11-13T16:03:18+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-11-13T16:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=fc8c0b433ad3555d5a23b294810367e256c686f5'/>
<id>fc8c0b433ad3555d5a23b294810367e256c686f5</id>
<content type='text'>
This reverts commit 3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7866 from dcbaker/submit/compiler-std-in-base</title>
<updated>2020-11-13T15:49:52+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-11-13T15:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=91876b40316962620c1705ae14075ab46f8dd644'/>
<id>91876b40316962620c1705ae14075ab46f8dd644</id>
<content type='text'>
Put the Compiler standard option in the Language mixin</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Put the Compiler standard option in the Language mixin</pre>
</div>
</content>
</entry>
<entry>
<title>ninjabackend: fix matching of empty strings</title>
<updated>2020-11-13T15:46:32+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2020-11-13T14:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=7d4d25353c1e36a97959f44ed909f80f92b61744'/>
<id>7d4d25353c1e36a97959f44ed909f80f92b61744</id>
<content type='text'>
closes #7977</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #7977</pre>
</div>
</content>
</entry>
<entry>
<title>Do not warn when -Wpedantic is added as a project argument.</title>
<updated>2020-11-13T15:45:40+00:00</updated>
<author>
<name>Eli Schwartz</name>
<email>eschwartz@archlinux.org</email>
</author>
<published>2020-11-12T20:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=aeb995fdc649d4e3df83330ea2afebbf117543df'/>
<id>aeb995fdc649d4e3df83330ea2afebbf117543df</id>
<content type='text'>
The only way to add it via warning_level is top opt in to -Wextra too.
But this is often not really desirable, since -Wextra is not stable --
it changes its meaning every compiler release, thus mysteriously adding
new warnings. Furthermore, it's not really the same kind of warning -- a
pedantic warning is always correct that your code is wrong, but defines
wrongness as "not per the portable standard". Unlike -Wextra it doesn't
try to judge your code to see if you're doing something that is "often
not what you meant", but is prone to false positives.

Really, we need different *kinds* of warning levels, possibly as an
array -- not just a monotonically increasing number. But since there's
currently nothing flexible enough to specify -Wpedantic without -Wextra,
we will just remove the warning for the former, and let people add it to
their project arguments in peace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The only way to add it via warning_level is top opt in to -Wextra too.
But this is often not really desirable, since -Wextra is not stable --
it changes its meaning every compiler release, thus mysteriously adding
new warnings. Furthermore, it's not really the same kind of warning -- a
pedantic warning is always correct that your code is wrong, but defines
wrongness as "not per the portable standard". Unlike -Wextra it doesn't
try to judge your code to see if you're doing something that is "often
not what you meant", but is prone to false positives.

Really, we need different *kinds* of warning levels, possibly as an
array -- not just a monotonically increasing number. But since there's
currently nothing flexible enough to specify -Wpedantic without -Wextra,
we will just remove the warning for the former, and let people add it to
their project arguments in peace.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnome: Handle libraries that are not in the current build dir</title>
<updated>2020-11-13T15:39:47+00:00</updated>
<author>
<name>Sam Thursfield</name>
<email>sam@afuera.me.uk</email>
</author>
<published>2020-10-28T21:23:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=21897a10ca0295f65f158ed3cbac396bc5adbb54'/>
<id>21897a10ca0295f65f158ed3cbac396bc5adbb54</id>
<content type='text'>
The generate_gir() function previously assumed all library
inputs were in the current build dir. This would fail if they
weren't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The generate_gir() function previously assumed all library
inputs were in the current build dir. This would fail if they
weren't.
</pre>
</div>
</content>
</entry>
<entry>
<title>The version kwarg must be a string. Closes #7975.</title>
<updated>2020-11-13T11:17:13+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-11-13T09:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=d4cd0ceb9d4efcd0f376db3e10405a7160fd5c41'/>
<id>d4cd0ceb9d4efcd0f376db3e10405a7160fd5c41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clang-cl: Allow clang-cl (when compiling C) to pass std to underlying clang)</title>
<updated>2020-11-12T20:52:27+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-10-27T16:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=f31acbe2a4492c5d513c42277ff0f603e3f53560'/>
<id>f31acbe2a4492c5d513c42277ff0f603e3f53560</id>
<content type='text'>
This allows a wider array of standard support than would be available
directly from clang-cl, emulating MSVC stds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows a wider array of standard support than would be available
directly from clang-cl, emulating MSVC stds.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix typo [skip ci]</title>
<updated>2020-11-12T20:46:29+00:00</updated>
<author>
<name>Eli Schwartz</name>
<email>eschwartz@archlinux.org</email>
</author>
<published>2020-11-12T20:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=8992729adee7b6ad775513f1f93e638ebb1e1891'/>
<id>8992729adee7b6ad775513f1f93e638ebb1e1891</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>interpreter: Add get_keys function for configuration_data (#7887)</title>
<updated>2020-11-12T18:43:17+00:00</updated>
<author>
<name>Jones</name>
<email>info@brainelectronics.de</email>
</author>
<published>2020-11-12T18:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=8351e85bbd531411691ba54bbb0bac6d96ae5bfd'/>
<id>8351e85bbd531411691ba54bbb0bac6d96ae5bfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7961 from dcbaker/submit/rust-color-output</title>
<updated>2020-11-12T18:40:49+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-11-12T18:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=06de675df2172b6c6f9908686540ebf57b20db4a'/>
<id>06de675df2172b6c6f9908686540ebf57b20db4a</id>
<content type='text'>
Add color output support to rust</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add color output support to rust</pre>
</div>
</content>
</entry>
</feed>
