summaryrefslogtreecommitdiff
path: root/ext/psych/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* configure of libyaml couldn't detect "arm64-apple-darwin22" for build host.Hiroshi SHIBATA2023-01-171-1/+1
* Fix missing `abort` callNobuyoshi Nakada2022-10-121-1/+1
* Abandon when libyaml is not foundNobuyoshi Nakada2022-10-121-8/+5
* Removed the related condition of --enable-bundled-libyamlHiroshi SHIBATA2022-10-071-6/+1
* --enable-bundled-libyaml config has been removedHiroshi SHIBATA2022-10-071-1/+1
* Removed the related files for downloading with extlibsHiroshi SHIBATA2022-10-051-17/+0
* Fix libyaml download failure rescue under minirubyAlan Wu2022-06-141-7/+9
* Improve libyaml source downloading error messagesAlan Wu2022-04-041-4/+10
* Propagate `CC` to libyamlNobuyoshi Nakada2022-04-011-0/+1
* Output libyaml configure logNobuyoshi Nakada2022-04-011-7/+10
* Make a static library from PIC object filesNobuyoshi Nakada2022-03-311-2/+7
* Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada2022-03-311-1/+1
* Propagate the host configuration to libyamlNobuyoshi Nakada2022-03-301-0/+1
* Try bundled libyaml source if pre-installed is unavailableNobuyoshi Nakada2022-03-291-6/+10
* Ignore warnings from yaml-0.2.5Nobuyoshi Nakada2022-03-281-0/+1
* Download libyaml sourceNobuyoshi Nakada2022-03-271-0/+8
* Configure libyaml from the original sourceNobuyoshi Nakada2022-03-271-30/+34
* Added condition for macOS homebrewHiroshi SHIBATA2022-03-261-1/+1
* ext/psych/extconf.rb: braced VPATH is for nmake onlyNobuyoshi Nakada2020-06-051-1/+1
* Nmake needs `VPATH`Nobuyoshi Nakada2020-06-051-2/+3
* Add dependency on bundled yaml.h when usingNobuyoshi Nakada2020-06-051-1/+4
* Make psych.so deterministicJeremy Evans2019-06-011-1/+1
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
* merge changes from ruby trunkAaron Patterson2012-12-131-10/+7
* make some header file adjustments for ruby compileAaron Patterson2012-11-271-1/+1
* only do have_header checks if we are embedding libyamlAaron Patterson2012-11-171-14/+16
* mkmf has a global for this testAaron Patterson2012-11-171-2/+1
* fix build on windowsAaron Patterson2012-11-171-5/+5
* only embed libyaml if the system does not have itAaron Patterson2012-11-171-1/+17
* for compiling on mswinMasaya TARUI2012-11-171-0/+5
* embedding libyamlAaron Patterson2012-11-161-14/+11
* use RbConfig rather than ConfigAaron Patterson2012-07-181-2/+2
* synching with ruby trunkv1.1.0Aaron Patterson2011-03-301-1/+1
* removing cflag modificationsAaron Patterson2010-03-281-3/+0
* not using *args in the tree builderAaron Patterson2010-01-031-0/+4
* supporting io objects in the parse methodAaron Patterson2010-01-031-0/+2
* Clean up extconf.John Barnette2009-09-281-17/+11
* start_document is workingAaron Patterson2009-09-261-1/+17
* initial commitAaron Patterson2009-09-261-0/+9