index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
psych
/
extconf.rb
Age
Commit 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` call
Nobuyoshi Nakada
2022-10-12
[ruby/psych] Abandon when libyaml is not found
Nobuyoshi Nakada
2022-10-07
[ruby/psych] Removed the related condition of --enable-bundled-libyaml
Hiroshi SHIBATA
2022-10-07
[ruby/psych] --enable-bundled-libyaml config has been removed
Hiroshi SHIBATA
2022-10-05
Removed the related files for downloading with extlibs
Hiroshi SHIBATA
2022-06-15
[ruby/psych] Fix libyaml download failure rescue under miniruby
Alan Wu
2022-04-05
[ruby/psych] Improve libyaml source downloading error messages
Alan Wu
2022-04-04
[ruby/psych] Propagate `CC` to libyaml
Nobuyoshi Nakada
2022-04-01
[ruby/psych] Output libyaml configure log
Nobuyoshi Nakada
2022-03-31
[ruby/psych] Make a static library from PIC object files
Nobuyoshi Nakada
2022-03-31
[ruby/psych] Remove `unknown` vendor for cross-compiling tool prefix
Nobuyoshi Nakada
2022-03-30
[ruby/psych] Propagate the host configuration to libyaml
Nobuyoshi Nakada
2022-03-29
[ruby/psych] Try bundled libyaml source if pre-installed is unavailable
Nobuyoshi Nakada
2022-03-29
Merge psych master
Hiroshi SHIBATA
2022-03-27
ext/psych/extconf.rb: Fail when libyaml is unavailable
Yusuke Endoh
2022-03-26
[ruby/psych] Added condition for macOS homebrew
Hiroshi SHIBATA
2019-12-05
ext/psych/extconf.rb: braced VPATH is for nmake only
Nobuyoshi Nakada
2019-11-29
Nmake needs `VPATH`
Nobuyoshi Nakada
2019-11-29
Add dependency on bundled yaml.h when using
Nobuyoshi Nakada
2019-06-02
Make psych.so deterministic
Jeremy Evans
2017-07-14
Merge psych-3.0.0.beta3 from ruby/psych.
hsbt
2015-12-16
handle ext/ as r53141
naruse
2012-11-29
* ext/psych/extconf.rb: added --enable-bundled-libyaml option. this
usa
2012-11-28
extconf.rb: mingw32
nobu
2012-11-28
extconf.rb: VPATH
nobu
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 is
tenderlove
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 trunk
tenderlove