aboutsummaryrefslogtreecommitdiffstats
path: root/test/mkmf
Commit message (Expand)AuthorAgeFilesLines
* test/mkmf/base.rb: hide compiler outputnobu2012-05-081-2/+6
* * test/mkmf/base.rb (TestMkmf#setup): remove uninitialized global variable.nobu2012-04-031-1/+1
* * test/mkmf/base.rb (TestMkmf#teardown): remove meaningless assertion.nobu2012-04-031-1/+0
* * test/mkmf: remove generated files and ensure nothing left.nobu2012-04-034-0/+8
* * test/mkmf/test_framework.rb: try CoreFoundation framework, thannobu2012-02-221-2/+2
* * 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
* * test/mkmf/test_framework.rb: test for r33372.nobu2011-10-021-0/+9
* * lib/mkmf.rb (find_executable0): should exclude directories.nobu2011-03-111-4/+27
* * lib/test/unit.rb (assert_include): add alias.nobu2011-02-122-5/+5
* * configure.in (warnflags): add -Werror=implicit-function-declarationnobu2011-01-153-16/+73
* * lib/mkmf.rb (configuration): fixing gsub when multiple error flagstenderlove2011-01-061-0/+16
* * test/mkmf/base.rb (TestMkmf::FakeLog): capture output from mkmf.nobu2010-12-172-0/+42
* * test/mkmf/base.rb (TestMkmf#config_value): extract macro value fromnobu2010-12-102-0/+35
* * lib/mkmf.rb (check_signedness): should use the prelude code.nobu2010-12-102-0/+34
* * lib/mkmf.rb (Logging.log_close): separate from Logging.logfile.nobu2010-12-103-4/+10
* * test/mkmf/base.rb (TestMkmf#setup): run quietly.nobu2010-12-061-7/+2
* * test/mkmf/test_find_executable.rb (test_find_executable): usenobu2010-12-061-13/+3
* * lib/mkmf.rb (convertible_int): define printf format prefix too.nobu2010-12-031-0/+6
* * lib/mkmf.rb (convertible_int): detect convertible integer type.nobu2010-12-031-0/+26
* * lib/mkmf.rb (check_sizeof): should return integer always.nobu2010-12-031-1/+7
* * lib/mkmf.rb: $extmk should be true for test/runner.nobu2010-10-231-1/+1
* suppress a warning.akr2010-01-291-1/+1
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): should benobu2010-01-291-0/+36
* * test/mkmf/base.rb: use $INCFLAGS to add -I option. [Bug#2387]nobu2009-11-261-2/+1
* * test/mkmf/base.rb (TestMkmf): was turned into a class, becausenobu2009-08-062-5/+10
* * test/mkmf/base.rb: split from test_sizeof.rb.nobu2009-08-062-19/+34
* * lib/mkmf.rb (check_sizeof): added optional compiler optionnobu2009-08-061-0/+27