<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/-test-/cxxanyargs/extconf.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Check if alternative malloc header can work in C++</title>
<updated>2021-06-13T06:12:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-06-13T05:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=122ce52e8f4f1a7654e0e2f80081487e23af42ce'/>
<id>122ce52e8f4f1a7654e0e2f80081487e23af42ce</id>
<content type='text'>
jemalloc (5.2.1 at least) cannot compile in C++ on macOS SDK, due
to conflicts on exception specification.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
jemalloc (5.2.1 at least) cannot compile in C++ on macOS SDK, due
to conflicts on exception specification.
</pre>
</div>
</content>
</entry>
<entry>
<title>ext/-test-/cxxanyargs: use try_link instead</title>
<updated>2020-02-25T04:39:46+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2020-02-25T04:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0febd07c698c242109d0171b4ddb8c6722b5df0d'/>
<id>0febd07c698c242109d0171b4ddb8c6722b5df0d</id>
<content type='text'>
We would like to skip this extension library when libstdc++ is missing.
To avoid such situation let's use try_link instead of try_compile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We would like to skip this extension library when libstdc++ is missing.
To avoid such situation let's use try_link instead of try_compile.
</pre>
</div>
</content>
</entry>
<entry>
<title>ext/-test-/cxxanyargs: prevent have_devel check</title>
<updated>2020-02-20T02:46:54+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2020-02-13T04:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4e6bae47c833cd82942172712f30ac23ab06c9fe'/>
<id>4e6bae47c833cd82942172712f30ac23ab06c9fe</id>
<content type='text'>
The `cxx.try_compile` command in this file kicks `cxx.have_devel?`
internally, which recursively calls `cxx.try_link` with a different
source code.  We don't want that happen (the source code compiled in
this file must be the first one).  We need to fake the system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `cxx.try_compile` command in this file kicks `cxx.have_devel?`
internally, which recursively calls `cxx.try_link` with a different
source code.  We don't want that happen (the source code compiled in
this file must be the first one).  We need to fake the system.
</pre>
</div>
</content>
</entry>
<entry>
<title>Return the makefile content</title>
<updated>2020-01-31T03:52:22+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-01-31T03:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4942adf68cd2d8ab0a3ca64a787bdf55e119b337'/>
<id>4942adf68cd2d8ab0a3ca64a787bdf55e119b337</id>
<content type='text'>
Block for `create_makefile` is expected to return the content of
the makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Block for `create_makefile` is expected to return the content of
the makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move .IGNORE in extconf.rb</title>
<updated>2020-01-30T23:00:56+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2020-01-30T23:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ca2888fb3d23d702738873f5c0f956575fd3c5d3'/>
<id>ca2888fb3d23d702738873f5c0f956575fd3c5d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check -1 arity for C++</title>
<updated>2019-11-22T09:42:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-22T09:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a93d0a4e62c50a53ccdc3b2bc114f75a25bfc40f'/>
<id>a93d0a4e62c50a53ccdc3b2bc114f75a25bfc40f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved unmatch arity check to depend file</title>
<updated>2019-09-19T13:09:43+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-19T13:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e0c56b45a41f052223e23d222ca49c7e0225923e'/>
<id>e0c56b45a41f052223e23d222ca49c7e0225923e</id>
<content type='text'>
To substitute suffixes and VPATH for nmake.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To substitute suffixes and VPATH for nmake.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that unmatched arity fails in C++</title>
<updated>2019-09-19T11:57:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-19T11:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a3daf8e49a36dc5501b020a882d611676a6ad264'/>
<id>a3daf8e49a36dc5501b020a882d611676a6ad264</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed mkmf.log dump in Makefile</title>
<updated>2019-09-19T03:25:48+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-19T03:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=df3fd5071742397c7c5b908d0632f17aa79c2b51'/>
<id>df3fd5071742397c7c5b908d0632f17aa79c2b51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEBUG: cxxanyargs</title>
<updated>2019-09-19T02:25:09+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-19T02:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2d1e3bd8f1448ef55d3e1bda8dc0855ae995d659'/>
<id>2d1e3bd8f1448ef55d3e1bda8dc0855ae995d659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
