<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/docs/markdown, 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>docs: Add 'cygwin' to reference table for .system()</title>
<updated>2017-11-19T16:18:29+00:00</updated>
<author>
<name>Jon Turney</name>
<email>jon.turney@dronecode.org.uk</email>
</author>
<published>2017-11-17T12:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=34d1d4509426a3a842f00fec92f7695fa202d507'/>
<id>34d1d4509426a3a842f00fec92f7695fa202d507</id>
<content type='text'>
This aligns this table with the set of values tested for by test case
common/140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This aligns this table with the set of values tested for by test case
common/140
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Add note about SCAN_BUILD</title>
<updated>2017-11-19T16:17:31+00:00</updated>
<author>
<name>Christoph Behle</name>
<email>behlec@gmail.com</email>
</author>
<published>2017-11-18T12:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=c6539367007cf3756a022083390fb8cd982c4365'/>
<id>c6539367007cf3756a022083390fb8cd982c4365</id>
<content type='text'>
When running ninja scan-build you can use the environment variable
SCAN_BUILD to choose the right executable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running ninja scan-build you can use the environment variable
SCAN_BUILD to choose the right executable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Appveyor example now validates. Closes #2641.</title>
<updated>2017-11-19T16:17:02+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-18T11:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=708cdea86182bd8f7038e8b3aad8f482b2500ada'/>
<id>708cdea86182bd8f7038e8b3aad8f482b2500ada</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix literal backslash syntax</title>
<updated>2017-11-19T16:16:35+00:00</updated>
<author>
<name>Lucas Werkmeister</name>
<email>mail@lucaswerkmeister.de</email>
</author>
<published>2017-11-18T21:06:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=5d9c72630aeef6f01a01f25853b42c7b316a24cd'/>
<id>5d9c72630aeef6f01a01f25853b42c7b316a24cd</id>
<content type='text'>
In CommonMark, there are no backslash escapes in code spans, so only two backslashes in the source document are necessary to produce two backslashes in the output document.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In CommonMark, there are no backslash escapes in code spans, so only two backslashes in the source document are necessary to produce two backslashes in the output document.</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix description of default_options</title>
<updated>2017-11-13T20:55:45+00:00</updated>
<author>
<name>Joergen Ibsen</name>
<email>ji@ibse.dk</email>
</author>
<published>2017-11-13T08:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=6d85e10df921c0399adfc01507a76f04c684245c'/>
<id>6d85e10df921c0399adfc01507a76f04c684245c</id>
<content type='text'>
For dependency() and subproject(), the default_options argument can
override the defaults in the subproject's meson_options.txt, not in
its project() invocation.

Resolves #2612
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For dependency() and subproject(), the default_options argument can
override the defaults in the subproject's meson_options.txt, not in
its project() invocation.

Resolves #2612
</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>docs: Remove extra whitespace from i18n</title>
<updated>2017-11-13T18:00:49+00:00</updated>
<author>
<name>TingPing</name>
<email>tingping@tingping.se</email>
</author>
<published>2017-11-13T18:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=9b36e2d509e95131f9fd2ad0dfcc77321834d5ce'/>
<id>9b36e2d509e95131f9fd2ad0dfcc77321834d5ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanupping.</title>
<updated>2017-11-11T18:12:43+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-11T18:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=d2aa2f569b50acae2a3f8c97f647a7c1c7a209dd'/>
<id>d2aa2f569b50acae2a3f8c97f647a7c1c7a209dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
