aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* mkmf.rb: timestamp_filenobu2012-11-021-1/+1
* mkmf.rb: timestamp_filenobu2012-11-021-1/+1
* mkmf.rb: timestamp_filenobu2012-11-011-1/+1
* lib/mkmf.rb: fix for if config["libdir"] is nil.naruse2012-11-011-1/+1
* revert r37326 "remove string literal concatenation"nobu2012-10-251-5/+5
* remove string literal concatenationnobu2012-10-251-5/+5
* mkmf.rb: use configured libdir valuenobu2012-10-121-2/+4
* mkmf.rb: unspacenobu2012-09-231-5/+10
* mkmf.rb: directory timestampnobu2012-09-231-3/+3
* mkmf.rb: unexpand macrosnobu2012-09-231-3/+4
* mkmf.rb: library path quotenobu2012-09-231-1/+1
* mkmf.rb: use internal pathnobu2012-09-231-11/+10
* mkmf.rb: fallback mkintpathnobu2012-09-231-1/+1
* mkmf.rb: untabifynobu2012-09-211-10/+9
* mkmf.rb: fix $LDFLAGSnobu2012-09-111-1/+3
* mkmf.rb: fix splitting options with an argumentnobu2012-09-061-3/+6
* mkmf.rb: fix race conditions at install-extnobu2012-08-311-2/+2
* mkmf.rb: timestamp for directoriesnobu2012-08-261-1/+1
* mkmf.rb: clean timestampsnobu2012-08-251-1/+1
* mkmf.rb: fix r36815nobu2012-08-241-2/+2
* mkmf.rb: timestamp for directoriesnobu2012-08-241-4/+14
* * lib/mkmf.rb (create_makefile): add dependency to header files whenusa2012-08-231-1/+5
* lib/mkmf.rb: ruby_headersnobu2012-08-221-7/+9
* mkmf.rb: fix typonobu2012-07-181-1/+1
* mkmf.rb: hack for -frameworknobu2012-07-181-3/+6
* configure.in: EXTDLDFLAGSnobu2012-07-181-1/+1
* mkmf.rb: add TARGET_NAMEnobu2012-07-091-1/+3
* * lib/mkmf.rb: add dummy clean-static target to prevent errors for thenaruse2012-06-121-0/+1
* * README.EXT (prepare extconf.rb): Added note to see MakeMakefile fordrbrain2012-06-081-7/+17
* ext/extmk.rb: workaround for -framework optionnobu2012-05-201-1/+1
* [ruby-dev:45650]nobu2012-05-181-2/+3
* fix static-linked-extnobu2012-05-171-1/+1
* Supports static linking of extensions and encodings again.yugui2012-05-161-4/+7
* lib/mkmf.rb: check pkg-config resultnobu2012-05-091-2/+1
* * revert r35510 and r35511 which caused removing the headers everytime.nobu2012-05-011-8/+1
* extconf.h dependencynobu2012-05-011-1/+8
* TRY_LINK needs EXEEXTnobu2012-03-221-1/+1
* workaround for mingwnobu2012-03-221-3/+6
* remove conftest filesnobu2012-03-221-4/+8
* * lib/mkmf.rb (try_cppflags, try_cflags, try_ldflags): replace thenobu2012-02-271-0/+18
* * lib/mkmf.rb (create_header): log the content of header.nobu2012-02-171-3/+4
* * lib/mkmf.rb: fix r33904 and revert r33905. initialize globalnobu2012-01-121-76/+66
* * lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.kazu2012-01-111-13/+13
* * common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platformusa2011-12-141-3/+1
* * Makefile.in (CFLAGS): append ARCH_FLAG.nobu2011-12-021-2/+2
* * lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.nobu2011-12-011-1/+1
* Fix r33904.naruse2011-11-301-0/+2
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-1818/+1856
* Don't break tests.naruse2011-11-291-1919/+1856
* * lib/mkmf.rb: Fix indentations of constants at end of module.drbrain2011-11-291-39/+66