aboutsummaryrefslogtreecommitdiffstats
path: root/defs
Commit message (Collapse)AuthorAgeFilesLines
* Run spec/bundler without a sub-makeNobuyoshi Nakada2020-06-101-2/+2
|
* spec/bundler must not be run by mspecNobuyoshi Nakada2020-06-101-0/+3
|
* Removed + token from single test runner recipes [ci skip]Nobuyoshi Nakada2020-06-091-3/+3
| | | | These test runners do not deal with `-n` make flag.
* Defaulted benchmark output to markdown with comarisonNobuyoshi Nakada2020-06-081-1/+1
|
* Run tests in more parallelNobuyoshi Nakada2020-06-061-0/+3
|
* Aligned test-bundler-parallel at the end of the test orderNobuyoshi Nakada2020-06-051-1/+1
|
* Pass MAKE value to configure for non-default name caseNobuyoshi Nakada2020-05-111-0/+1
| | | | GNU make does not export it by default.
* Added tooldir variableNobuyoshi Nakada2020-04-051-2/+2
|
* Ensure the cache directory to be shared existsNobuyoshi Nakada2020-04-021-1/+1
|
* Share download cache with bundlerNobuyoshi Nakada2020-03-311-0/+6
|
* Deal with bundled gems by BASERUBYNobuyoshi Nakada2020-03-281-1/+1
| | | | | | As the currently released/snapshot tarballs should contain the bundled gems extracted already, RUNRUBY is not required when building from them with GNU make.
* Update and extract for each gemNobuyoshi Nakada2020-03-131-3/+27
|
* `update-gems` should wait for `update-bundled_gems`Nobuyoshi Nakada2020-03-131-5/+2
|
* Add prepare-gems to download and extract bundled gemsNobuyoshi Nakada2020-03-121-5/+4
|
* config.status should be newer than config.cache if existsNobuyoshi Nakada2020-01-081-0/+2
|
* Fixed misspellingsNobuyoshi Nakada2019-12-202-2/+2
| | | | Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
* Prefer $(CHDIR) for the case srcdir contains symlinksNobuyoshi Nakada2019-12-101-1/+1
|
* Suppress git error messageKazuhiro NISHIYAMA2019-11-231-1/+1
| | | | `fatal: not a git repository (or any of the parent directories): .git`
* Fixed for old gitNobuyoshi Nakada2019-11-211-2/+2
|
* Skip updating revision.h when the revision is unchangedNobuyoshi Nakada2019-11-211-0/+4
| | | | note: GNU make only.
* Revert "Method reference operator"Nobuyoshi Nakada2019-11-121-1/+0
| | | | | This reverts commit 67c574736912003c377218153f9d3b9c0c96a17b. [Feature #16275]
* Added refresh-gemsNobuyoshi Nakada2019-10-241-1/+8
| | | | Refreshes bundled gems to the latest version, and extracts them.
* Removed idNUMPARAM_0Nobuyoshi Nakada2019-09-251-1/+0
|
* Lazy init thread local storageLourens Naudé2019-09-231-0/+1
|
* Added the target to run a benchmarkNobuyoshi Nakada2019-09-201-0/+6
|
* Fixed a variable in checkout-github-%Nobuyoshi Nakada2019-09-201-1/+1
|
* Use target-specific variable instead of a conditional [ci skip]Nobuyoshi Nakada2019-09-091-6/+1
| | | | And test-rubyspec is deprecated.
* Warn local variables which conflict with new numbered parametersNobuyoshi Nakada2019-09-061-0/+13
|
* Made :nil static IDNobuyoshi Nakada2019-09-011-0/+1
|
* Revert "Add pipeline operator [Feature #15799]"Nobuyoshi Nakada2019-08-291-1/+0
| | | | | | | | | | | | | This reverts commits: * d365fd5a024254d7c105a62a015a7ea29ccf3e5d * d780c3662484d6072b3a6945b840049de72c2096 * aa7211836b769231a2a8ef6b6ec2fd0ec882ef29 * 043f010c28e82ea38978bf8ed885416f133b5b75 * bb4dd7c6af05c7821d572e2592ea3d0cc748d81f * 043f010c28e82ea38978bf8ed885416f133b5b75 * f169043d81524b5b529f2c1e9c35437ba5bc3a7a http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/94645
* Moved INCFLAGS to XCFLAGS from CPPFLAGS as well as mswinNobuyoshi Nakada2019-08-261-1/+1
| | | | Rules which have used CPPFLAGS will need XCFLAGS or INCFLAGS now.
* Added in-srcdir macro [ci skip]Nobuyoshi Nakada2019-08-261-1/+3
|
* exit accepts true and false [ci skip]Nobuyoshi Nakada2019-08-161-1/+1
|
* Use GNU make built-in funtion [ci skip]Nobuyoshi Nakada2019-08-161-2/+2
|
* Also clean up branch for worktreeTakashi Kokubun2019-08-161-1/+2
|
* Clean up temporary git resourcesTakashi Kokubun2019-08-161-1/+3
| | | | after `make update-github`
* Improve `make update-github` to avoid configureTakashi Kokubun2019-08-161-5/+8
| | | | after doing it once.
* Make `make update-github` idempotentTakashi Kokubun2019-08-161-1/+1
|
* Fix crash on $(PULL_REQUEST) expansionTakashi Kokubun2019-08-161-3/+6
| | | | | by directly passing it to Ruby without passing a shell. Formerly it was broken when $(PULL_REQUEST) included quotes.
* Prepare to pull commits notes [ci skip]Nobuyoshi Nakada2019-08-151-0/+2
|
* Simplified GITHUB_TOKEN argument [ci skip]Nobuyoshi Nakada2019-08-151-4/+1
|
* Add `make update-github PR=1234` to refresh PR (#2368)Takashi Kokubun2019-08-151-0/+15
|
* Drop obsoleted `make merge-github` taskTakashi Kokubun2019-08-141-15/+0
|
* spec/bundler needs the specific command [ci skip]Nobuyoshi Nakada2019-08-131-0/+3
|
* Stop rewriting message to include PR URLNobuyoshi Nakada2019-08-131-3/+0
|
* Use rev-parseNobuyoshi Nakada2019-08-121-1/+1
| | | | Use simpler rev-parse to check if pull request was fetched.
* Note the reference to the pull request [ci skip]Nobuyoshi Nakada2019-08-111-0/+1
|
* Use already fetched pull request [ci skip]Nobuyoshi Nakada2019-08-111-1/+4
|
* prereq.status deals with removal of nmake VPATH notations [ci skip]Nobuyoshi Nakada2019-08-111-2/+1
|
* Remove temporary directory [ci skip]Nobuyoshi Nakada2019-08-081-0/+1
|