<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/tools/cmake2meson.py, branch thinlto</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>typing: fully annotate tools</title>
<updated>2020-09-08T18:15:56+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-08-28T19:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=0d57e307b2fea541a9ee368873431fe224e5c982'/>
<id>0d57e307b2fea541a9ee368873431fe224e5c982</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake2meson fix if nesting (#6676)</title>
<updated>2020-02-23T18:19:13+00:00</updated>
<author>
<name>Yann Dirson</name>
<email>ydirson@free.fr</email>
</author>
<published>2020-02-23T18:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=ee94cb6c15732c8b5f329164af7f2b0a63f4fa6d'/>
<id>ee94cb6c15732c8b5f329164af7f2b0a63f4fa6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>types: import typing as T (fixes #6333)</title>
<updated>2020-01-08T14:28:17+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-01-06T14:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=09b53c534f74806ebc49bb2fcdfbae0e3b26fb84'/>
<id>09b53c534f74806ebc49bb2fcdfbae0e3b26fb84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake2meson: improve exceptions, add type annotations, use argparse</title>
<updated>2019-10-19T11:28:03+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2019-10-18T15:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=ba7428c9d30a32a02c13166e586406138d4508a6'/>
<id>ba7428c9d30a32a02c13166e586406138d4508a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow nested if loop</title>
<updated>2019-01-16T21:43:30+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2019-01-16T16:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=2ba2c7771fc27a086d3b73bbb25462eff300c2a2'/>
<id>2ba2c7771fc27a086d3b73bbb25462eff300c2a2</id>
<content type='text'>
close paren
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close paren
</pre>
</div>
</content>
</entry>
<entry>
<title>modernize library default syntax, be like CMake static default</title>
<updated>2019-01-06T20:29:34+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2019-01-06T05:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=142cf1459fae41bb9cdfcc9dd445f61dc56db8c4'/>
<id>142cf1459fae41bb9cdfcc9dd445f61dc56db8c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake2meson: convert varexp to lowercase</title>
<updated>2017-09-14T08:23:54+00:00</updated>
<author>
<name>Georg Müller</name>
<email>georgmueller@gmx.net</email>
</author>
<published>2017-09-14T08:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=4cbca499760269b02d4f306b0558afec031592d0'/>
<id>4cbca499760269b02d4f306b0558afec031592d0</id>
<content type='text'>
since variable names in 'set' statements are converted to lowercase, the
variable itself should be converted to lower-case too when used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since variable names in 'set' statements are converted to lowercase, the
variable itself should be converted to lower-case too when used.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake2meson: strip comments from statements</title>
<updated>2017-09-14T08:18:26+00:00</updated>
<author>
<name>Georg Müller</name>
<email>georgmueller@gmx.net</email>
</author>
<published>2017-09-14T08:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=567b51ac713610fa03d444139b5c8108ba5c5c31'/>
<id>567b51ac713610fa03d444139b5c8108ba5c5c31</id>
<content type='text'>
Without this change, the following correct cmake will cause an error:

statement(
    arg1
    # arg2
    arg3
)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this change, the following correct cmake will cause an error:

statement(
    arg1
    # arg2
    arg3
)
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake2meson: convert statements to lower case</title>
<updated>2017-09-14T08:17:25+00:00</updated>
<author>
<name>Georg Müller</name>
<email>georgmueller@gmx.net</email>
</author>
<published>2017-09-14T08:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=c60c21a60d64b04096d0ab9968d1c59c3f264ae7'/>
<id>c60c21a60d64b04096d0ab9968d1c59c3f264ae7</id>
<content type='text'>
cmake does not distinguish between upper and lower case, so convert it to
lower case for the later comparisons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cmake does not distinguish between upper and lower case, so convert it to
lower case for the later comparisons.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unnecessary pass statements.</title>
<updated>2017-07-16T09:02:48+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-07-16T09:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=b2a90f18382485854c12c99c0d01b701d528cb4d'/>
<id>b2a90f18382485854c12c99c0d01b701d528cb4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
