summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
AgeCommit message (Expand)Author
2012-09-06mkmf.rb: fix splitting options with an argumentnobu
2012-08-31mkmf.rb: fix race conditions at install-extnobu
2012-08-26mkmf.rb: timestamp for directoriesnobu
2012-08-25mkmf.rb: clean timestampsnobu
2012-08-24mkmf.rb: fix r36815nobu
2012-08-24mkmf.rb: timestamp for directoriesnobu
2012-08-23* lib/mkmf.rb (create_makefile): add dependency to header files whenusa
2012-08-22lib/mkmf.rb: ruby_headersnobu
2012-07-18mkmf.rb: fix typonobu
2012-07-18mkmf.rb: hack for -frameworknobu
2012-07-18configure.in: EXTDLDFLAGSnobu
2012-07-09mkmf.rb: add TARGET_NAMEnobu
2012-06-12* lib/mkmf.rb: add dummy clean-static target to prevent errors for thenaruse
2012-06-08* README.EXT (prepare extconf.rb): Added note to see MakeMakefile fordrbrain
2012-05-20ext/extmk.rb: workaround for -framework optionnobu
2012-05-18[ruby-dev:45650]nobu
2012-05-17fix static-linked-extnobu
2012-05-16Supports static linking of extensions and encodings again.yugui
2012-05-09lib/mkmf.rb: check pkg-config resultnobu
2012-05-01* revert r35510 and r35511 which caused removing the headers everytime.nobu
2012-05-01extconf.h dependencynobu
2012-03-22TRY_LINK needs EXEEXTnobu
2012-03-22workaround for mingwnobu
2012-03-22remove conftest filesnobu
2012-02-27* lib/mkmf.rb (try_cppflags, try_cflags, try_ldflags): replace thenobu
2012-02-17* lib/mkmf.rb (create_header): log the content of header.nobu
2012-01-12* lib/mkmf.rb: fix r33904 and revert r33905. initialize globalnobu
2012-01-11* lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.kazu
2011-12-14* common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platformusa
2011-12-02* Makefile.in (CFLAGS): append ARCH_FLAG.nobu
2011-12-01* lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.nobu
2011-11-30Fix r33904.naruse
2011-11-30* lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain
2011-11-29Don't break tests.naruse
2011-11-29* lib/mkmf.rb: Fix indentations of constants at end of module.drbrain
2011-11-28* lib/mkmf.rb: Wrap comments to 78 columns and clean up formatting.drbrain
2011-11-28* lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain
2011-11-24* lib/mkmf.rb: get rid of warnings of mkmf.rb if -Wmissing-declarationskosaki
2011-11-20* ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu
2011-11-13* lib/mkmf.rb (checking_for): should not modify the result.nobu
2011-11-11* lib/mkmf.rb (have_library, find_library, have_func): allownobu
2011-11-10* lib/mkmf.rb (try_func): ignore empty opts.nobu
2011-11-10* lib/mkmf.rb (have_library, have_func, have_var, have_header):nobu
2011-11-08* lib/mkmf.rb (cpp_command): remove multiple -arch flags since cppnobu
2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj
2011-10-02* lib/mkmf.rb (have_framework): try as Objective-C.nobu
2011-08-11* lib/mkmf.rb (link_command): use LIBRUBYARG in rbconfig fornobu
2011-08-10* lib/mkmf.rb (init_mkmf): set $LIBRUBYARG regardless of sharednobu
2011-08-03* lib/mkmf.rb (link_command): use static library only for bundlednobu
2011-07-31Forward-ports r32778 from branches/ruby_1_9_3 to trunk.yugui