summaryrefslogtreecommitdiff
path: root/ext/psych/extconf.rb
AgeCommit message (Expand)Author
2023-01-17[ruby/psych] configure of libyaml couldn't detect "arm64-apple-darwin22" for ...Hiroshi SHIBATA
2022-10-12[ruby/psych] Fix missing `abort` callNobuyoshi Nakada
2022-10-12[ruby/psych] Abandon when libyaml is not foundNobuyoshi Nakada
2022-10-07[ruby/psych] Removed the related condition of --enable-bundled-libyamlHiroshi SHIBATA
2022-10-07[ruby/psych] --enable-bundled-libyaml config has been removedHiroshi SHIBATA
2022-10-05Removed the related files for downloading with extlibsHiroshi SHIBATA
2022-06-15[ruby/psych] Fix libyaml download failure rescue under minirubyAlan Wu
2022-04-05[ruby/psych] Improve libyaml source downloading error messagesAlan Wu
2022-04-04[ruby/psych] Propagate `CC` to libyamlNobuyoshi Nakada
2022-04-01[ruby/psych] Output libyaml configure logNobuyoshi Nakada
2022-03-31[ruby/psych] Make a static library from PIC object filesNobuyoshi Nakada
2022-03-31[ruby/psych] Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada
2022-03-30[ruby/psych] Propagate the host configuration to libyamlNobuyoshi Nakada
2022-03-29[ruby/psych] Try bundled libyaml source if pre-installed is unavailableNobuyoshi Nakada
2022-03-29Merge psych masterHiroshi SHIBATA
2022-03-27ext/psych/extconf.rb: Fail when libyaml is unavailableYusuke Endoh
2022-03-26[ruby/psych] Added condition for macOS homebrewHiroshi SHIBATA
2019-12-05ext/psych/extconf.rb: braced VPATH is for nmake onlyNobuyoshi Nakada
2019-11-29Nmake needs `VPATH`Nobuyoshi Nakada
2019-11-29Add dependency on bundled yaml.h when usingNobuyoshi Nakada
2019-06-02Make psych.so deterministicJeremy Evans
2017-07-14Merge psych-3.0.0.beta3 from ruby/psych.hsbt
2015-12-16handle ext/ as r53141naruse
2012-11-29* ext/psych/extconf.rb: added --enable-bundled-libyaml option. thisusa
2012-11-28extconf.rb: mingw32nobu
2012-11-28extconf.rb: VPATHnobu
2012-11-28* ext/psych/extconf.rb: copy sources into build directory,ko1
2012-11-28* ext/psych/extconf.rb: use embedded libyaml if no system libyaml istenderlove
2012-05-18* ext/psych/extconf.rb: Use an exception instaed of bare abort.kosaki
2010-03-30* ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse
2010-03-29* ext/psych/extconf.rb: Making library detection more agnostic.tenderlove
2010-03-28* ext/psych/*: importing Psych to trunktenderlove