Age | Commit message (Expand) | Author |
---|
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 |
2019-09-18 | Removed MakeMakefile::C | Nobuyoshi Nakada |
2019-09-18 | Removed a debug print [ci skip] | Nobuyoshi Nakada |
2019-09-18 | [EXPERIMENTAL] MakeMakefile::CXX for C++ | Nobuyoshi Nakada |
2019-07-23 | Make pkg_config in mkmf include -I cflags in return value | Jeremy Evans |
2019-05-23 | Suppress paranoid warnings for external/3rd-party libraries | Nobuyoshi Nakada |
2019-05-08 | Configure directories for headers and libraries automatically | Nobuyoshi Nakada |
2019-02-08 | Removed moving toplevel header since r12501 | nobu |
2018-12-04 | Use delete_prefix instead of `sub(/\Afixed-pattern/, '')` | kazu |
2018-11-07 | Clear CC_WRAPPER in other than the toplevel | nobu |
2018-10-26 | Do not :stopdoc: entire classes/modules | nobu |