aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/cxxanyargs/depend
Commit message (Collapse)AuthorAgeFilesLines
* Match the output without encoding for localized compilersNobuyoshi Nakada2020-06-231-1/+1
|
* Move .IGNORE in extconf.rbNARUSE, Yui2020-01-311-3/+0
|
* Support nmakeNARUSE, Yui2020-01-311-0/+2
|
* Ignore expected errors on compiling C++ source [Bug #16331]NARUSE, Yui2020-01-311-0/+1
| | | | | | | | | | | | | | 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`
* Check -1 arity for C++Nobuyoshi Nakada2019-11-221-3/+5
|
* Get rid of embedding make command lineNobuyoshi Nakada2019-09-201-2/+3
| | | | | NMAKE sets MAKE to the full path name, which includes spaces by the default installation.
* Fixed cxxanyargs/dependNobuyoshi Nakada2019-09-201-4/+4
| | | | | * Removed excess backslashes * Fixed the target name to try failure.cpp
* Moved unmatch arity check to depend fileNobuyoshi Nakada2019-09-191-0/+8
| | | | To substitute suffixes and VPATH for nmake.
* Revert "save committers' weekend from CI failures"卜部昌平2019-09-091-0/+14
| | | | This reverts commit 53d21087da078cf999cc4757b03b2ff0fab4c2cf.
* save committers' weekend from CI failures卜部昌平2019-09-061-14/+0
| | | | Kill the failing tests.
* add test for cxxanyargs.hpp卜部昌平2019-09-061-0/+14