aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/extmk.rb (extmake): does not use both of makefile.rb andnobu2009-01-041-1/+3
* * configure.in (Makefile): removes GNU make specific files onnobu2008-12-241-1/+5
* * lib/mkmf.rb (create_tmpsrc): get rid of side effects.nobu2008-10-221-2/+4
* * lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing thenobu2008-10-111-9/+9
* * lib/mkmf.rb ($config_h): now always defines for old libraries.nobu2008-10-051-3/+4
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-2/+2
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-2/+1
* * lib/mkmf.rb (distclean): added RM_RF conftest.dSYM.yugui2008-09-011-0/+2
* * lib/mkmf.rb (have_devel?): checks if the compiler works.nobu2008-08-311-10/+15
* * lib/mkmf.rb (Logging.log_open): opens in binary mode to get rid ofnobu2008-08-311-4/+7
* * lib/mkmf.rb (try_func, try_var, have_struct_member),nobu2008-08-311-6/+7
* * lib/mkmf.rb: not check config.h.nobu2008-08-171-2/+1
* * lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS.nobu2008-08-171-1/+3