aboutsummaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
Commit message (Expand)AuthorAgeFilesLines
* extmk.rb: static extensionsnobu2013-07-281-1/+1
* extmk.rb: untouch makefilesnobu2013-05-281-3/+3
* extmk.rb: don't duplicatenobu2013-05-231-1/+3
* * ext/extmk.rb: nodoc this filezzak2013-05-201-0/+2
* extmk.rb: always dynamic non-install extensionsnobu2013-05-011-2/+12
* * ext/extmk.rb (extmake): Invoke Logging::log_close in a ensureakr2013-04-031-2/+1
* * ext/extmk.rb (extmake): Use Logging.open to switch stdout andakr2013-04-031-13/+7
* extmk.rb: extract SUBMAKEOPTSnobu2013-02-201-15/+15
* extmk.rb: rename variablesnobu2013-02-201-6/+7
* extmk.rb: fix mixing mkmf.lognobu2012-11-271-0/+1
* extmk.rb: git rid of post-1.8 featuresnobu2012-11-261-3/+9
* extmk.rb: fix mingw make failure with make -jNshirosaki2012-10-171-4/+7
* * ext/extmk.rb: revert r36468. replacing NUL character is not necessary afternagachika2012-09-071-1/+0
* mkmf.rb: fix splitting options with an argumentnobu2012-09-061-2/+2
* extmk.rb: hack for -frameworknobu2012-07-191-0/+1
* enc/encinit.c for static-linked-extnobu2012-07-111-1/+1
* ext/extmk.rb: workaround for -framework optionnobu2012-05-201-1/+1
* ext/extmk.rb: reopen stdoutnobu2012-05-201-4/+7
* ext/extmk.rb: Shellwords.joinnobu2012-05-201-1/+1
* Bug #6462: EXTSOLIBSnobu2012-05-201-1/+1
* static-linked-ext: all linked rubynobu2012-05-191-1/+1
* static-linked-ext: into librubynobu2012-05-191-1/+1
* static-linked-ext: into librubynobu2012-05-191-3/+9
* ext/extmk.rb: fold long macronobu2012-05-191-17/+17
* ext/extmk.rb: link archives onlynobu2012-05-181-1/+1
* * ext/extmk.rb: Show a message when extconf.rb raised an exception.kosaki2012-05-181-1/+11
* * ext/extmk.rb (extmake): remove particular platform specific condition.nobu2012-05-181-1/+1
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-1/+1
* fix static-linked-extnobu2012-05-171-1/+3
* * ext/extmk.rb (exts.mk): use double quotes instead of single quotesusa2012-05-161-1/+1
* Supports static linking of extensions and encodings again.yugui2012-05-161-23/+50
* suppress warnings.naruse2012-02-251-9/+8
* * ext/extmk.rb (extract_makefile): should sort after map, not beforeusa2011-12-081-1/+1
* * ext/extmk.rb (extract_makefile): need to sort the array of currentusa2011-12-081-1/+1
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-2/+2
* Don't break tests.naruse2011-11-291-2/+2
* * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain2011-11-281-2/+2
* * ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu2011-11-201-1/+6
* * ext/extmk.rb (extmake): suppresses outputs from extconf.rb.yugui2011-07-031-2/+16
* * ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake.usa2011-03-281-0/+1
* * ext/extmk.rb: nmake substitutes all occurences in macro.nobu2011-03-081-4/+4
* * ext/extmk.rb: workaround for nmake.nobu2011-03-081-4/+4
* * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake):nobu2011-03-081-12/+63
* * ext/extmk.rb: strip current directory prefix.nobu2010-12-291-0/+1
* * ext/extmk.rb: remove $makeflags.defined?, it should be $mflags.naruse2010-12-021-6/+2
* * ext/extmk.rb: define $makeflags.defined? like $mflags.naruse2010-12-021-0/+4
* * lib/mkmf.rb (create_makefile): make extension libraries messagesnobu2010-11-171-1/+2
* * ext/extmk.rb (extract_makefile): follow the change ofnobu2010-08-071-1/+1
* * ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.naruse2010-08-031-1/+0
* * ext/purelib.rb: no longer used since the default load path ofnobu2010-08-021-1/+0