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
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mkmf.rb
Age
Commit message (
Expand
)
Author
2023-10-12
Fix `dir_config` cache for -include and -lib options
Nobuyoshi Nakada
2023-10-12
Include default values in `dir_config` cache keys
Nobuyoshi Nakada
2023-07-10
Allow nmake to ignore errors
Nobuyoshi Nakada
2023-07-10
Use `File::NULL` instead of hard coded null device names
Nobuyoshi Nakada
2023-05-29
mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863)
Jun Aruga
2023-01-09
mkmf.rb: Refine message from `pkg_config`
Nobuyoshi Nakada
2023-01-09
mkmf.rb: Prefer `caller_locations` over parsing `caller`
Nobuyoshi Nakada
2023-01-06
mkmf.rb: Refactor splitting configure_args and remove duplicate code
Nobuyoshi Nakada
2022-12-15
[Bug #19189] Fallback to the default "pkg-config"
Nobuyoshi Nakada
2022-12-05
Clean compiler intermediate files more
Nobuyoshi Nakada
2022-11-21
Use class methods of `File` over `Kernel.open` and `IO.read`
Nobuyoshi Nakada
2022-10-24
Set timestamp path for the target path to TARGET_SO_DIR_TIMESTAMP
Nobuyoshi Nakada
2022-10-02
Fallback PKG_CONFIG to the configured pkg-config always
Nobuyoshi Nakada
2022-09-17
[Bug #19005] dynamic_lookup linker option in external libraries
Nobuyoshi Nakada
2022-08-04
Use $(bindir) for path to executable in mkmf
Alan Wu
2022-08-04
Link ext bundles with bundle loader option for newer ld64
Yuta Saito
2022-05-12
mkmf: Add a configure option to set verbose mode (V=1 or 0) in mkmf.rb.
Jun Aruga
2022-04-26
Use compiled instead of complied
KaĆque Kandy Koga
2022-04-23
Remove unnecessary sort
Kazuhiro NISHIYAMA
2022-04-05
Document MakeMakefile#append_cflags
Alan Wu
2022-03-20
[DOC] make internally used classes/methods nodoc
Nobuyoshi Nakada
2022-03-17
Make implicit function declaration error [Feature #18615]
Nobuyoshi Nakada
2022-01-29
mkmf: unify duplicate code in pkg_config
Nobuyoshi Nakada
2022-01-29
mkmf: pkg_config accepts multiple options
Mike Dalessio
2021-12-10
Prefer flat_map
Nobuyoshi Nakada
2021-11-26
mkmf: take `PKG_CONFIG_PATH` from `dir_config` library path
Nobuyoshi Nakada
2021-11-26
mkmf: deal with environment variables in MakeMakefile#xpopen
Nobuyoshi Nakada
2021-11-26
mkmf: MakeMakefile#xpopen may be passed an option hash
Nobuyoshi Nakada
2021-10-15
Make explicit opening files
Nobuyoshi Nakada
2021-10-03
Revert "mkmf.rb: try linking at try_var" [Bug #18235]
Nobuyoshi Nakada
2021-09-02
Get rid of incompatible-pointer-types-discards-qualifiers warning
Nobuyoshi Nakada
2021-07-08
mkmf.rb: try linking at try_var
Nobuyoshi Nakada
2021-07-03
Library arguments to VC are bare file names
Nobuyoshi Nakada
2021-07-03
Use $ignore_error defined in mkmf.rb
Nobuyoshi Nakada
2021-06-24
Remove also debug symbol directory at clean on macOS
Nobuyoshi Nakada
2021-06-24
Prefer configured command as RM_RF
Nobuyoshi Nakada
2021-04-11
mkmf.rb: convert also arch_hdrdir [Bug #16651]
Nobuyoshi Nakada
2021-03-30
mkmf: fixed install directories of header files in extension libraries [Bug #...
Nobuyoshi Nakada
2021-02-20
MSys is a variant of Cygwin
Nobuyoshi Nakada
2021-01-19
Replace "iff" with "if and only if"
Gannon McGibbon
2021-01-14
mkmf.rb: remove exts.mk at distclean
Nobuyoshi Nakada
2021-01-02
mkmf.rb: always try_compile as try_header
Nobuyoshi Nakada
2020-12-29
transcode-tblgen.rb: make silent a little when just -v
Nobuyoshi Nakada
2020-10-27
Separate `send` into `public_send` and `__send__`
Nobuyoshi Nakada
2020-07-13
Make the mkmf methods private in the global [Bug #16896]
Nobuyoshi Nakada
2020-04-05
Added tooldir variable
Nobuyoshi Nakada
2020-03-08
Specify explicit separator not to be affected by $;
Nobuyoshi Nakada
2019-09-19
Added link_command for C++
Nobuyoshi Nakada
2019-09-19
Separate @have_devel for C++
Nobuyoshi Nakada
2019-09-19
Look up the language module
Nobuyoshi Nakada
[next]