summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Prepare to develop 5.0.0Hiroshi SHIBATA2022-05-161-1/+1
|/
* Merge pull request #560 from ruby/rename-windows-actionHiroshi SHIBATA2022-05-101-1/+1
|\
| * MSP-Greg actions is now ruby organizationHiroshi SHIBATA2022-05-101-1/+1
* | Merge pull request #530 from MSP-Greg/gsub2trAaron Patterson2022-05-091-2/+2
|\ \ | |/ |/|
| * tr is typically 4 to 5 times faster than gsubMSP-Greg2022-03-291-2/+2
* | Merge pull request #536 from MSP-Greg/actions-3.1-win2022Hiroshi SHIBATA2022-04-084-23/+14
|\ \
| * | [CI] Add/update 'rake install', update Psych version for Ruby 3.1 gem installMSP-Greg2022-03-294-2/+10
| * | [CI] Update Windows Actions workflowMSP-Greg2022-03-291-21/+4
* | | Merge pull request #559 from nobu/libyaml-configNobuyoshi Nakada2022-04-071-1/+5
|\ \ \
| * | | Update autoconf files bundled with yaml-2.5Nobuyoshi Nakada2022-04-071-1/+5
|/ / /
* | | Merge pull request #557 from XrXr/better-download-errorHiroshi SHIBATA2022-04-051-4/+10
|\ \ \
| * | | Improve libyaml source downloading error messagesAlan Wu2022-04-041-4/+10
|/ / /
* | | Merge pull request #556 from nobu/libyaml-ccNobuyoshi Nakada2022-04-041-0/+1
|\ \ \
| * | | Propagate `CC` to libyamlNobuyoshi Nakada2022-04-011-0/+1
|/ / /
* | | Output libyaml configure logNobuyoshi Nakada2022-04-011-7/+10
* | | Merge pull request #554 from nobu/link-pic-objectsNobuyoshi Nakada2022-03-312-2/+11
|\ \ \
| * | | Make a static library from PIC object filesNobuyoshi Nakada2022-03-312-2/+11
|/ / /
* | | Merge pull request #553 from nobu/host-tool-prefixNobuyoshi Nakada2022-03-311-1/+1
|\ \ \
| * | | Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada2022-03-311-1/+1
|/ / /
* | | Merge pull request #551 from nobu/crossNobuyoshi Nakada2022-03-301-0/+1
|\ \ \ | |_|/ |/| |
| * | Propagate the host configuration to libyamlNobuyoshi Nakada2022-03-301-0/+1
|/ /
* | Merge pull request #550 from nobu/try-bundled-libyamlNobuyoshi Nakada2022-03-291-6/+10
|\ \ | |/
| * Try bundled libyaml source if pre-installed is unavailableNobuyoshi Nakada2022-03-291-6/+10
|/
* Merge pull request #544 from nobu/extlibsHiroshi SHIBATA2022-03-296-35/+770
|\
| * Try on old ruby versions tooNobuyoshi Nakada2022-03-281-4/+2
| * Ignore warnings from yaml-0.2.5Nobuyoshi Nakada2022-03-281-0/+1
| * Download libyaml source in extconf.rbNobuyoshi Nakada2022-03-271-4/+0
| * Download libyaml sourceNobuyoshi Nakada2022-03-274-0/+715
| * Use `--with-libyaml-source-dir` optionNobuyoshi Nakada2022-03-271-1/+5
| * Configure libyaml from the original sourceNobuyoshi Nakada2022-03-272-31/+43
| * Try without installed libyamlNobuyoshi Nakada2022-03-271-3/+12
|/
* Merge pull request #548 from ruby/fix-macos-buildHiroshi SHIBATA2022-03-261-1/+1
|\
| * Added condition for macOS homebrewHiroshi SHIBATA2022-03-261-1/+1
|/
* Merge pull request #545 from ruby/update-actionsHiroshi SHIBATA2022-03-254-6/+6
|\
| * head is not working yetHiroshi SHIBATA2022-03-251-1/+1
| * Fixed the wrong conditionsHiroshi SHIBATA2022-03-252-2/+2
| * Skip installation test with 3.1Hiroshi SHIBATA2022-03-252-2/+2
| * Also rename ruby-headHiroshi SHIBATA2022-03-252-2/+2
| * Use head version on macos and windowsHiroshi SHIBATA2022-03-252-2/+2
| * rename ruby-head to headHiroshi SHIBATA2022-03-252-2/+2
| * Added 3.1Hiroshi SHIBATA2022-03-254-4/+4
|/
* Merge pull request #547 from ruby/dependabot/github_actions/actions/checkout-3Hiroshi SHIBATA2022-03-255-5/+5
|\
| * Bump actions/checkout from 2 to 3dependabot[bot]2022-03-255-5/+5
|/
* Merge pull request #546 from ruby/add-dependabotHiroshi SHIBATA2022-03-251-0/+6
|\
| * Added dependabotHiroshi SHIBATA2022-03-251-0/+6
|/
* Update a CI nameNobuyoshi Nakada2022-03-241-1/+1
* Quote `3.0` not to parsed as an integerNobuyoshi Nakada2022-03-241-1/+1
* Merge pull request #541 from ruby/remove-bundled-libyamlHiroshi SHIBATA2022-03-2317-13054/+30
|\
| * Added prefix dir for libyamlHiroshi SHIBATA2022-03-231-1/+3
| * missing commaHiroshi SHIBATA2022-03-231-1/+1