aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (dir_config): should not modify argument arraysnobu2010-05-011-2/+2
* * lib/mkmf.rb (create_makefile, install_files): honor srcprefixnobu2010-02-211-2/+2
* * lib/mkmf.rb (create_makefile): use puts instead of print.nobu2010-01-291-1/+1
* * lib/mkmf.rb (try_do): log no source when no developement env.nobu2010-01-291-8/+12
* * ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu2010-01-171-4/+37
* * lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu2010-01-171-2/+2
* * lib/mkmf.rb (configuration): needs ARCH_FLAG.nobu2010-01-091-2/+2
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-16/+5
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-5/+16
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu2009-11-301-3/+7
* * lib/mkmf.rb (create_header): split the line by tabs.nobu2009-11-061-1/+1
* * lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.nobu2009-09-171-4/+4
* * lib/mkmf.rb (create_header): open in binmode.nobu2009-09-171-1/+1
* * lib/mkmf.rb (create_makefile): fix for parallel execution.nobu2009-09-101-4/+5
* * lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu2009-08-211-2/+4
* * lib/mkmf.rb (check_sizeof): added optional compiler optionnobu2009-08-061-7/+9
* * lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz2009-06-041-1/+1
* * lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu2009-05-311-10/+12
* Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-261-2/+2
* Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-251-1/+1
* * lib/mkmf.rb (SRC_EXT): should be flat.nobu2009-05-171-1/+1
* * lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu2009-05-081-1/+14
* * lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu2009-05-081-4/+8
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-081-0/+1
* * lib/mkmf.rb (init_mkmf): needs default library path even ifnobu2009-04-211-1/+1
* * lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu2009-04-081-25/+51
* * lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu2009-04-081-1/+1
* * lib/mkmf.rb (what_type?): fixed typo.nobu2009-04-081-1/+1
* * lib/mkmf.rb (create_makefile): support for parallel make. anobu2009-04-011-1/+1
* * lib/mkmf.rb (link_command, cc_command, cpp_command): should notnobu2009-03-271-3/+0
* * lib/mkmf.rb (what_type?): checks more restrictively, andnobu2009-03-271-15/+31
* * configure.in (RUBY_CHECK_SIZEOF): allows qualified name.nobu2009-03-191-6/+17
* * lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem withnobu2009-03-141-10/+10
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-4/+4
* * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu2009-03-031-3/+2
* * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa2009-02-251-1/+1
* * lib/mkmf.rb (create_makefile): added phony targets.nobu2009-02-191-1/+5
* * lib/mkmf.rb (create_makefile): removes directories in the depthnobu2009-02-191-2/+1
* * lib/mkmf.rb (create_makefile): creates target directories beforenobu2009-02-191-2/+1
* * lib/mkmf.rb (have_header): needs dependent headers if trying tonobu2009-02-071-2/+2
* * lib/mkmf.rb (try_header): checks the header depending onnobu2009-01-271-3/+7
* * common.mk (distclean-enc, realclean-enc): do not call clean ofnobu2009-01-271-2/+2
* * lib/mkmf.rb (create_makefile): should point correct path tomatz2009-01-261-1/+1
* * lib/mkmf.rb (create_makefile):fixed the variables order becausenobu2009-01-251-1/+1
* * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu2009-01-251-25/+49
* * lib/mkmf.rb (configuration): tools under the top sourcenobu2009-01-231-6/+6
* * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu2009-01-231-2/+0
* * lib/mkmf.rb (mkintpath): new function which converts native pathnobu2009-01-231-3/+26
* * lib/mkmf.rb (try_func): got rid of c-mode confusion.nobu2009-01-231-6/+3
* * lib/mkmf.rb (create_makefile): removes installed files undernobu2009-01-221-6/+8