| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/mkmf.rb (create_makefile): use puts instead of print. | nobu | 2010-01-29 | 1 | -1/+1 |
* | * lib/mkmf.rb (try_do): log no source when no developement env. | nobu | 2010-01-29 | 1 | -8/+12 |
* | * ext/iconv/iconv.c (iconv_convert): suppress a warning. | nobu | 2010-01-17 | 1 | -4/+37 |
* | * lib/mkmf.rb (have_header, create_header): use String#tr_cpp. | nobu | 2010-01-17 | 1 | -2/+2 |
* | * lib/mkmf.rb (configuration): needs ARCH_FLAG. | nobu | 2010-01-09 | 1 | -2/+2 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -16/+5 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -5/+16 |
* | * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved from | nobu | 2009-11-30 | 1 | -3/+7 |
* | * lib/mkmf.rb (create_header): split the line by tabs. | nobu | 2009-11-06 | 1 | -1/+1 |
* | * lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array. | nobu | 2009-09-17 | 1 | -4/+4 |
* | * lib/mkmf.rb (create_header): open in binmode. | nobu | 2009-09-17 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile): fix for parallel execution. | nobu | 2009-09-10 | 1 | -4/+5 |
* | * lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists. | nobu | 2009-08-21 | 1 | -2/+4 |
* | * lib/mkmf.rb (check_sizeof): added optional compiler option | nobu | 2009-08-06 | 1 | -7/+9 |
* | * lib/mkmf.rb (#link_command): should dup CONFTEST_C which is | matz | 2009-06-04 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile): checks for duplication of source | nobu | 2009-05-31 | 1 | -10/+12 |
* | Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> | takano32 | 2009-05-26 | 1 | -2/+2 |
* | Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> | takano32 | 2009-05-25 | 1 | -1/+1 |
* | * lib/mkmf.rb (SRC_EXT): should be flat. | nobu | 2009-05-17 | 1 | -1/+1 |
* | * lib/mkmf.rb (try_link0): removes waste dSYM directories left | nobu | 2009-05-08 | 1 | -1/+14 |
* | * lib/mkmf.rb (check_sizeof): fixed wrong recuring result for | nobu | 2009-05-08 | 1 | -4/+8 |
* | * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME): | nobu | 2009-05-08 | 1 | -0/+1 |
* | * lib/mkmf.rb (init_mkmf): needs default library path even if | nobu | 2009-04-21 | 1 | -1/+1 |
* | * lib/mkmf.rb (what_type?): fixed typo, and refined for member of | nobu | 2009-04-08 | 1 | -25/+51 |
* | * lib/mkmf.rb (Logging.postpone): copy postponed output always. | nobu | 2009-04-08 | 1 | -1/+1 |
* | * lib/mkmf.rb (what_type?): fixed typo. | nobu | 2009-04-08 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile): support for parallel make. a | nobu | 2009-04-01 | 1 | -1/+1 |
* | * lib/mkmf.rb (link_command, cc_command, cpp_command): should not | nobu | 2009-03-27 | 1 | -3/+0 |
* | * lib/mkmf.rb (what_type?): checks more restrictively, and | nobu | 2009-03-27 | 1 | -15/+31 |
* | * configure.in (RUBY_CHECK_SIZEOF): allows qualified name. | nobu | 2009-03-19 | 1 | -6/+17 |
* | * lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem with | nobu | 2009-03-14 | 1 | -10/+10 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -4/+4 |
* | * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs and | nobu | 2009-03-03 | 1 | -3/+2 |
* | * win32/Makefile.sub (config.status): use un.rb as cp instead of | usa | 2009-02-25 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile): added phony targets. | nobu | 2009-02-19 | 1 | -1/+5 |
* | * lib/mkmf.rb (create_makefile): removes directories in the depth | nobu | 2009-02-19 | 1 | -2/+1 |
* | * lib/mkmf.rb (create_makefile): creates target directories before | nobu | 2009-02-19 | 1 | -2/+1 |
* | * lib/mkmf.rb (have_header): needs dependent headers if trying to | nobu | 2009-02-07 | 1 | -2/+2 |
* | * lib/mkmf.rb (try_header): checks the header depending on | nobu | 2009-01-27 | 1 | -3/+7 |
* | * common.mk (distclean-enc, realclean-enc): do not call clean of | nobu | 2009-01-27 | 1 | -2/+2 |
* | * lib/mkmf.rb (create_makefile): should point correct path to | matz | 2009-01-26 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile):fixed the variables order because | nobu | 2009-01-25 | 1 | -1/+1 |
* | * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and | nobu | 2009-01-25 | 1 | -25/+49 |
* | * lib/mkmf.rb (configuration): tools under the top source | nobu | 2009-01-23 | 1 | -6/+6 |
* | * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged. | nobu | 2009-01-23 | 1 | -2/+0 |
* | * lib/mkmf.rb (mkintpath): new function which converts native path | nobu | 2009-01-23 | 1 | -3/+26 |
* | * lib/mkmf.rb (try_func): got rid of c-mode confusion. | nobu | 2009-01-23 | 1 | -6/+3 |
* | * lib/mkmf.rb (create_makefile): removes installed files under | nobu | 2009-01-22 | 1 | -6/+8 |
* | * ext/extmk.rb (extmake): does not use both of makefile.rb and | nobu | 2009-01-04 | 1 | -1/+3 |
* | * configure.in (Makefile): removes GNU make specific files on | nobu | 2008-12-24 | 1 | -1/+5 |