summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
AgeCommit message (Expand)Author
2010-06-23Clean warnings: unused variables.naruse
2010-05-29* lib/mkmf.rb (STRING_OR_FAILED_FORMAT.%): nodoc.nobu
2010-05-28* lib/mkmf.rb (checking_for): ignore toplevel.nobu
2010-05-01* lib/mkmf.rb (dir_config): should not modify argument arraysnobu
2010-02-21* lib/mkmf.rb (create_makefile, install_files): honor srcprefixnobu
2010-01-29* lib/mkmf.rb (create_makefile): use puts instead of print.nobu
2010-01-29* lib/mkmf.rb (try_do): log no source when no developement env.nobu
2010-01-17* ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu
2010-01-17* lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu
2010-01-09* lib/mkmf.rb (configuration): needs ARCH_FLAG.nobu
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-11-30* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu
2009-11-06* lib/mkmf.rb (create_header): split the line by tabs.nobu
2009-09-17* lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.nobu
2009-09-17* lib/mkmf.rb (create_header): open in binmode.nobu
2009-09-10* lib/mkmf.rb (create_makefile): fix for parallel execution.nobu
2009-08-21* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu
2009-08-06* lib/mkmf.rb (check_sizeof): added optional compiler optionnobu
2009-06-04* lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz
2009-05-31* lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu
2009-05-26Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-05-25Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-05-17* lib/mkmf.rb (SRC_EXT): should be flat.nobu
2009-05-08* lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu
2009-05-08* lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu
2009-05-08* Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu
2009-04-21* lib/mkmf.rb (init_mkmf): needs default library path even ifnobu
2009-04-08* lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu
2009-04-08* lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu
2009-04-08* lib/mkmf.rb (what_type?): fixed typo.nobu
2009-04-01* lib/mkmf.rb (create_makefile): support for parallel make. anobu
2009-03-27* lib/mkmf.rb (link_command, cc_command, cpp_command): should notnobu
2009-03-27* lib/mkmf.rb (what_type?): checks more restrictively, andnobu
2009-03-19* configure.in (RUBY_CHECK_SIZEOF): allows qualified name.nobu
2009-03-14* lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem withnobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-03* ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu
2009-02-25 * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa
2009-02-19* lib/mkmf.rb (create_makefile): added phony targets.nobu
2009-02-19* lib/mkmf.rb (create_makefile): removes directories in the depthnobu
2009-02-19* lib/mkmf.rb (create_makefile): creates target directories beforenobu
2009-02-07* lib/mkmf.rb (have_header): needs dependent headers if trying tonobu
2009-01-27* lib/mkmf.rb (try_header): checks the header depending onnobu
2009-01-27* common.mk (distclean-enc, realclean-enc): do not call clean ofnobu
2009-01-26* lib/mkmf.rb (create_makefile): should point correct path tomatz
2009-01-25* lib/mkmf.rb (create_makefile):fixed the variables order becausenobu
2009-01-25* Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu
2009-01-23* lib/mkmf.rb (configuration): tools under the top sourcenobu
2009-01-23* lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu