summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2019-04-28Makefiles need to be indented by tabsNobuyoshi Nakada
2019-04-14Drop obsoleted debugging output [ci skip]k0kubun
2019-04-14Debug bundled-gems allow_failuresk0kubun
2019-04-03Partially allow failures in test-bundled-gemsk0kubun
2019-02-13Cleaning gems should not clean extnobu
2019-01-16Revert r65800nobu
2018-12-28Moved version numbersnobu
2018-12-08Honor configured ruby header locations as the MJIT header pathnobu
2018-12-08Removed unnecessary dependency on mjit_config.hnobu
2018-12-08Give the MJIT header path namenobu
2018-12-08Use BUILDDIR in ruby-runner.h from config.statusnobu
2018-11-24Change Makefile rule for assembly to use .S rather than .ssamuel
2018-11-24Makefile.in: use ASMEXT in implicit rulesnobu
2018-11-21Makefile.in: get rid of `local` for Solaris shnobu
2018-11-21configure.ac: add --disable-fiber-coroutine optionnobu
2018-11-20Make coroutine object directory for each archnobu
2018-11-20Change ASMEXT to snobu
2018-11-20Makefile.in: fix Travis i686 buildk0kubun
2018-11-20Fix typo and make directorynobu
2018-11-20Tidy up assembly make rule.samuel
2018-11-20Expose dependency between cont.c and coroutine implementation.samuel
2018-11-20Try using compiler for assembling.samuel
2018-11-20Print out what the assembler is doing to figure out why it's not working.samuel
2018-11-20Create output directory when assembling filesamuel
2018-11-19fix for Solaris shnobu
2018-11-19Makefile.in: reconfig with the original warnflagsnobu
2018-11-18Also clean ruby-runner.o and ruby.imp [ci skip]nobu
2018-11-16Makefile.in: test-almost also needs mjit_build_dir.sonobu
2018-11-15. command in some sh cannot take argumentsnobu
2018-11-15tool/mjit_archflag.sh: separated, too many escapesnobu
2018-11-14Makefile.in: update-known-errorsnobu
2018-11-13Makefile.in: `$` for shell needs to be escaped in Makefilenobu
2018-11-13Remove duplicated assignmentkazu
2018-11-13.travis.yml: specify --tty=noshyouhei
2018-11-07clean mjit_build_dir.dylib.dSYM directory on macOSnobu
2018-11-07mjit_build_dir: separate MJIT_BUILD_DIRnobu
2018-11-06Expand MJIT_CC in configurenobu
2018-11-06Makefile.in: do not expand MJIT_CC if cross compilingnobu
2018-11-06Makefile.in: convert MJIT_CC to Windows pathnobu
2018-11-06Revert "mjit_build_dir: separate MJIT_BUILD_DIR"nobu
2018-11-06mjit_build_dir: separate MJIT_BUILD_DIRnobu
2018-11-06Makefile.in: make MJIT_CC_COMMON an absolute pathnobu
2018-11-06configure.ac: insert DLDSHAREDnobu
2018-11-03Makefile.in: use CC_WRAPPERnobu
2018-10-20rename configure option `--disable-mjit` to `--disable-mjit-support`ko1
2018-10-20add disabling MJIT features option.ko1
2018-10-19configure.ac: add --disable-install-mjit-headerk0kubun
2018-10-15Pass cflags given to configure to mjitnobu
2018-08-16Makefile.in: dependencies to config.statusnobu
2018-08-13Makefile.in: drop MJIT_DLDFLAGS_NOCOMPRESSk0kubun