<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/-test-/cxxanyargs/depend, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Update dependencies</title>
<updated>2021-11-21T07:21:18+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-11-21T05:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ac152b3cac0be45d2a17d89610cbc15be873786f'/>
<id>ac152b3cac0be45d2a17d89610cbc15be873786f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Match the output without encoding for localized compilers</title>
<updated>2020-06-23T06:05:44+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-06-23T05:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e9adc2f4208797cb506f67c3e2fdc7966a6748e5'/>
<id>e9adc2f4208797cb506f67c3e2fdc7966a6748e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Support nmake</title>
<updated>2020-01-30T21:47:55+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2020-01-30T21:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9aed421d70df65dcada8f529197166166f50357e'/>
<id>9aed421d70df65dcada8f529197166166f50357e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore expected errors on compiling C++ source [Bug #16331]</title>
<updated>2020-01-30T18:05:51+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2020-01-30T17:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=53adb53c9aea5da98ed3e470983b2cbfe367cb7d'/>
<id>53adb53c9aea5da98ed3e470983b2cbfe367cb7d</id>
<content type='text'>
BSD make can run parallel more aggressively than GNU make. It communicate
with other make process through -J option in MAKEFLAGS environment variable
to notify a build failure happend in an other pararell make process.
https://www.freebsd.org/cgi/man.cgi?make

It usually works well but ext/-test-/cxxanyargs/Makefile has two targets
which are expected to fail (failure.o and failurem1.o).

Additional note:
To test and debug this issue, following command will speed up it.
`make -f exts.mk -j8 clean all`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BSD make can run parallel more aggressively than GNU make. It communicate
with other make process through -J option in MAKEFLAGS environment variable
to notify a build failure happend in an other pararell make process.
https://www.freebsd.org/cgi/man.cgi?make

It usually works well but ext/-test-/cxxanyargs/Makefile has two targets
which are expected to fail (failure.o and failurem1.o).

Additional note:
To test and debug this issue, following command will speed up it.
`make -f exts.mk -j8 clean all`
</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>Get rid of embedding make command line</title>
<updated>2019-09-20T08:05:52+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-20T08:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=04c53a1d03130b5cd4a1eea35cab92003a4d0909'/>
<id>04c53a1d03130b5cd4a1eea35cab92003a4d0909</id>
<content type='text'>
NMAKE sets MAKE to the full path name, which includes spaces by
the default installation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NMAKE sets MAKE to the full path name, which includes spaces by
the default installation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed cxxanyargs/depend</title>
<updated>2019-09-20T07:58:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-20T07:55:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d56a3c063532906158cc0427a42133fadda75cde'/>
<id>d56a3c063532906158cc0427a42133fadda75cde</id>
<content type='text'>
* Removed excess backslashes
* Fixed the target name to try failure.cpp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Removed excess backslashes
* Fixed the target name to try failure.cpp
</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>Revert "save committers' weekend from CI failures"</title>
<updated>2019-09-09T12:27:40+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2019-09-07T08:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=92a87269945154344ba3fc96c0de63493e2fe6a1'/>
<id>92a87269945154344ba3fc96c0de63493e2fe6a1</id>
<content type='text'>
This reverts commit 53d21087da078cf999cc4757b03b2ff0fab4c2cf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 53d21087da078cf999cc4757b03b2ff0fab4c2cf.
</pre>
</div>
</content>
</entry>
</feed>
