<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/-test-/cxxanyargs, branch ruby_2_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Return the makefile content</title>
<updated>2020-02-13T05:07:14+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=78cbe7106b67d007ffdcc1276b352212eaaef4b2'/>
<id>78cbe7106b67d007ffdcc1276b352212eaaef4b2</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-02-13T05:07:07+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=b8e62ccaecf49372833d7eeeb3fdfded4bb2f042'/>
<id>b8e62ccaecf49372833d7eeeb3fdfded4bb2f042</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-02-13T05:06:59+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=a89821243da3c80e08bf46669e16ae46d687c80b'/>
<id>a89821243da3c80e08bf46669e16ae46d687c80b</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-02-13T05:06:53+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=a930174d798b58ee10493bf192d277ffe08518a7'/>
<id>a930174d798b58ee10493bf192d277ffe08518a7</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>Moved RB_METHOD_DEFINITION_DECL to intern.h</title>
<updated>2019-10-12T08:47:28+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-10-12T08:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=710bc003791b90adf3970e137c69f283c88234cd'/>
<id>710bc003791b90adf3970e137c69f283c88234cd</id>
<content type='text'>
This macro is used here before defined in ruby.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This macro is used here before defined in ruby.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for explicit cast without RUBY_METHOD_FUNC</title>
<updated>2019-09-20T10:12:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-20T10:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=740a98fe108305324a66edb16f0acb8521a53da7'/>
<id>740a98fe108305324a66edb16f0acb8521a53da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check various method defitions in C++</title>
<updated>2019-09-20T10:12:35+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-20T07:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cb1f9fe9184c67f9a99f6a9702559293613b7e80'/>
<id>cb1f9fe9184c67f9a99f6a9702559293613b7e80</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>
</feed>
