<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/gc/mmtk/extconf.rb, branch v4.0.3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Simplify gc/mmtk/extconf.rb</title>
<updated>2025-01-14T15:21:57+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-01-14T06:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1758137eada3823b4f4df67e330264fa7455c46b'/>
<id>1758137eada3823b4f4df67e330264fa7455c46b</id>
<content type='text'>
- Split static recipes to depend file.
- Modify makefile configurations in the block to `create_makefile`.
- Expand rust sources in extconf.rb instead of GNU make extension.

TODO: pass `CARGO_TARGET_DIR` without shell syntax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Split static recipes to depend file.
- Modify makefile configurations in the block to `create_makefile`.
- Expand rust sources in extconf.rb instead of GNU make extension.

TODO: pass `CARGO_TARGET_DIR` without shell syntax.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/mmtk] Fix libmmtk_ruby.a building in extconf.rb</title>
<updated>2025-01-09T17:34:02+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2025-01-09T17:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2da91080d3120057a1efd51a08f350dcba26faab'/>
<id>2da91080d3120057a1efd51a08f350dcba26faab</id>
<content type='text'>
Since libmmtk_ruby.a was a PHONY target, it caused the shared object to
not be rebuilt even though libmmtk_ruby.a was updated.

https://github.com/ruby/mmtk/commit/076f0a97a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since libmmtk_ruby.a was a PHONY target, it caused the shared object to
not be rebuilt even though libmmtk_ruby.a was updated.

https://github.com/ruby/mmtk/commit/076f0a97a6
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/mmtk] Also remove .rustc_info.json in clean-mmtk target</title>
<updated>2024-12-09T19:11:49+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-12-09T19:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=de7feb0538266b2d66b444f4142773c2f510cdcc'/>
<id>de7feb0538266b2d66b444f4142773c2f510cdcc</id>
<content type='text'>
https://github.com/ruby/mmtk/commit/4b67c8b4da
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/mmtk/commit/4b67c8b4da
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/mmtk] Add target clean-mmtk to clean Rust debug and release directories</title>
<updated>2024-12-09T18:37:07+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-12-09T18:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ea7e34fd5d9323f07ab9fdfa561b752d3546dfde'/>
<id>ea7e34fd5d9323f07ab9fdfa561b752d3546dfde</id>
<content type='text'>
https://github.com/ruby/mmtk/commit/1f71cb873c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/mmtk/commit/1f71cb873c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/mmtk] Use extconf.rb for external GC compilation</title>
<updated>2024-11-22T09:55:25+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-11-21T20:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=770ca58cd3ffdf88e8629d8b5bd1d2ada139852b'/>
<id>770ca58cd3ffdf88e8629d8b5bd1d2ada139852b</id>
<content type='text'>
This commit adds extconf.rb for both the default GC and and MMTk to build
the external GC. This allows common.mk to not need to contain any
implementation-specific build configuration.

https://github.com/ruby/mmtk/commit/db6a29b4a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds extconf.rb for both the default GC and and MMTk to build
the external GC. This allows common.mk to not need to contain any
implementation-specific build configuration.

https://github.com/ruby/mmtk/commit/db6a29b4a9
</pre>
</div>
</content>
</entry>
</feed>
