<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/setup.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>mdata: remove setuptools and use mesondata instead</title>
<updated>2020-07-16T19:03:23+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-07-16T18:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=05ddd6543d4c4fc33b4c64f26291e73f49733f71'/>
<id>05ddd6543d4c4fc33b4c64f26291e73f49733f71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Fix relative paths for add_custom_{command,target}</title>
<updated>2020-02-20T10:16:37+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-02-19T19:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=113ec96626fe7cd2edc0bc4815ae2fc21cfb0546'/>
<id>113ec96626fe7cd2edc0bc4815ae2fc21cfb0546</id>
<content type='text'>
Do this by tracking CMAKE_CURRENT_{SOURCE,BINARY}_DIR variables.
This is achieved by injecting CMake code with CMAKE_PROJECT_INCLUDE
and overriding some builtin functions with a wrapper that adds
additional trace information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do this by tracking CMAKE_CURRENT_{SOURCE,BINARY}_DIR variables.
This is achieved by injecting CMake code with CMAKE_PROJECT_INCLUDE
and overriding some builtin functions with a wrapper that adds
additional trace information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minit templates modularization</title>
<updated>2019-11-02T21:34:58+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>10931741+scivision@users.noreply.github.com</email>
</author>
<published>2019-11-02T21:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=bbe6db08e39179191f60e397b8837b5a685760d1'/>
<id>bbe6db08e39179191f60e397b8837b5a685760d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure setuptools via PEP508/518 pyproject.toml</title>
<updated>2019-11-02T14:17:13+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>10931741+scivision@users.noreply.github.com</email>
</author>
<published>2019-11-02T14:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=d218d523679d28ae62082e3d371baf799510b2ce'/>
<id>d218d523679d28ae62082e3d371baf799510b2ce</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional progress bar when generating build.ninja</title>
<updated>2019-07-20T14:02:15+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2019-07-20T14:02:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=9c2724bce5c6a904d1bffdb55921071163812a0e'/>
<id>9c2724bce5c6a904d1bffdb55921071163812a0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compilers: Move clike into a mixins directory</title>
<updated>2019-07-15T17:59:22+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2019-07-02T17:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=d483da46a97216a15588c4413694c73e53ab9659'/>
<id>d483da46a97216a15588c4413694c73e53ab9659</id>
<content type='text'>
The compilers module is rather large and confusing, with spaghetti
dependencies going every which way. I'm planning to start breaking out
the internal representations into a mixins submodule, for things that
shouldn't be required outside of the compilers module itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The compilers module is rather large and confusing, with spaghetti
dependencies going every which way. I'm planning to start breaking out
the internal representations into a mixins submodule, for things that
shouldn't be required outside of the compilers module itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.py &gt;= python 3.5.2</title>
<updated>2019-07-11T19:37:25+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2019-07-05T22:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=23ef8045a9c14a3f384b211ea3b3d262efb6c28d'/>
<id>23ef8045a9c14a3f384b211ea3b3d262efb6c28d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: metadata PEP390 setup.cfg</title>
<updated>2019-07-11T19:37:25+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2019-06-23T16:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=4b9625ac0697a205b9714b60403ae2befa7fe781'/>
<id>4b9625ac0697a205b9714b60403ae2befa7fe781</id>
<content type='text'>
https for Meson docs url

Co-Authored-By: Elliott Sales de Andrade &lt;quantum.analyst@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https for Meson docs url

Co-Authored-By: Elliott Sales de Andrade &lt;quantum.analyst@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Added custom target wrapper script</title>
<updated>2019-06-28T11:22:37+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2019-06-28T11:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=98813c1d22244430f95c386890b81abd3c915ccf'/>
<id>98813c1d22244430f95c386890b81abd3c915ccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Server handshake</title>
<updated>2019-06-06T16:27:01+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2019-02-21T20:30:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=8d3bd6eea8e0504ddaa979b14ad230f327eb1185'/>
<id>8d3bd6eea8e0504ddaa979b14ad230f327eb1185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
