<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/docs/markdown/snippets, branch runpython</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>Added release note mention of embedded Python in MSI packages.</title>
<updated>2017-11-21T21:29:06+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-20T22:26:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=f9e88cd37e6babc1de476398f54a540f3eeca1c7'/>
<id>f9e88cd37e6babc1de476398f54a540f3eeca1c7</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 #2000 from t-chaik/tchaik/wip/get-unquoted</title>
<updated>2017-11-13T20:54:39+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-13T20:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=49eb33ff5563e68bc89b399935923b892a99b54f'/>
<id>49eb33ff5563e68bc89b399935923b892a99b54f</id>
<content type='text'>
config data: add .get_unquoted() convenience method to get quoted string unquoted</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
config data: add .get_unquoted() convenience method to get quoted string unquoted</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2511 from jon-turney/prefix-dependent-defaults</title>
<updated>2017-11-13T19:14:59+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-13T19:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=69bd87a71624e2e665c3d43d765a3c5fb1313c96'/>
<id>69bd87a71624e2e665c3d43d765a3c5fb1313c96</id>
<content type='text'>
Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefix</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2444 from dcbaker/llvm</title>
<updated>2017-11-08T19:16:50+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-08T19:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=416a6fc2358c9077e73cf1cca45ff05579c0979c'/>
<id>416a6fc2358c9077e73cf1cca45ff05579c0979c</id>
<content type='text'>
LLVM: Fix dynamic vs statically linking.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LLVM: Fix dynamic vs statically linking.</pre>
</div>
</content>
</entry>
<entry>
<title>interpreter: Add warning function</title>
<updated>2017-10-31T20:17:01+00:00</updated>
<author>
<name>Paulo Antonio Alvarez</name>
<email>pauloaalvarez@gmail.com</email>
</author>
<published>2017-10-05T00:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=1540e615f13503722f1067c693f3d394218cbd9e'/>
<id>1540e615f13503722f1067c693f3d394218cbd9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefix</title>
<updated>2017-10-28T22:27:36+00:00</updated>
<author>
<name>Jon Turney</name>
<email>jon.turney@dronecode.org.uk</email>
</author>
<published>2017-10-20T15:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=24549dbed5fe733b89fb0e45e76e8389e0a67b40'/>
<id>24549dbed5fe733b89fb0e45e76e8389e0a67b40</id>
<content type='text'>
Rather than requiring a bit of boilerplate in every meson.build, which is
only documented in a comment in mesoncore.py, use sensible defaults for
sysconfdir, localstatedir and sharedstatedir depending on the prefix.

Fixes #1637

v2:
For clarity, give get_builtin_option_default() a noneIfSuppress argument,
rather than overloading prefix '' and None with special meanings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than requiring a bit of boilerplate in every meson.build, which is
only documented in a comment in mesoncore.py, use sensible defaults for
sysconfdir, localstatedir and sharedstatedir depending on the prefix.

Fixes #1637

v2:
For clarity, give get_builtin_option_default() a noneIfSuppress argument,
rather than overloading prefix '' and None with special meanings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt5-Module: Add `moc_extra_arguments` keyword support.</title>
<updated>2017-10-25T19:09:16+00:00</updated>
<author>
<name>Leif Middelschulte</name>
<email>leif.middelschulte@gmail.com</email>
</author>
<published>2017-10-24T08:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=050a56ad47fef8f8fbc66a6b3465bd49697bef94'/>
<id>050a56ad47fef8f8fbc66a6b3465bd49697bef94</id>
<content type='text'>
This commit adds support for an additional `moc_extra_arguments` keyword.
It becomes especially handy, when `moc`-ed sources conditionally provide
`slots`, depending on compile time macros (i.e. defines).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds support for an additional `moc_extra_arguments` keyword.
It becomes especially handy, when `moc`-ed sources conditionally provide
`slots`, depending on compile time macros (i.e. defines).
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Add a snippet for LLVM static linking support</title>
<updated>2017-10-25T17:14:46+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2017-10-25T17:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=9a43cb367a526e3b9a5107f45a41d205aa0e1f24'/>
<id>9a43cb367a526e3b9a5107f45a41d205aa0e1f24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Collated release note snippets to main file.</title>
<updated>2017-10-08T19:36:06+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-10-08T19:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=683947d9436b37041cf0bb6b02ed23e982be225f'/>
<id>683947d9436b37041cf0bb6b02ed23e982be225f</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 #2397 from mesonbuild/prebuilt</title>
<updated>2017-10-02T16:09:08+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-10-02T16:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=9483875798bb6842769a0b3d52635ff950ea11a7'/>
<id>9483875798bb6842769a0b3d52635ff950ea11a7</id>
<content type='text'>
Better support for prebuilt shared libs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Better support for prebuilt shared libs</pre>
</div>
</content>
</entry>
</feed>
