summaryrefslogtreecommitdiff
path: root/template
AgeCommit message (Expand)Author
2021-09-21Ripper source on mswinNobuyoshi Nakada
2021-09-15template/Doxyfile.tmpl: modernise卜部昌平
2021-09-10template/Doxyfile.tmpl: EXTRACT_ALL=NO卜部昌平
2021-09-10template/Doxyfile.tmpl: EXTRACT_STATIC: YES [Bugs #14037]sonots
2021-09-10template/Doxyfile.tmpl: rethink about exclusions卜部昌平
2021-09-10include/ruby/io.h: add doxyen卜部昌平
2021-09-10postscript about rb_mutex_sleep卜部昌平
2021-09-10include/ruby/internal/fl_type.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/rgengc.h: add dosygen卜部昌平
2021-09-10include/ruby/internal/value_type.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/xmalloc.h: add doxygen卜部昌平
2021-09-10template/Doxyfile.tmpl: add alias卜部昌平
2021-09-10template/Doxyfile.tmpl: use of += operator卜部昌平
2021-09-10template/Doxyfile.tmpl: quote spaces卜部昌平
2021-09-10template/Doxyfile.tmpl: increase DOT_GRAPH_MAX_NODES卜部昌平
2021-09-10template/Doxyfile.tmpl: delete commented-out settings卜部昌平
2021-09-10template/Doxyfile.tmpl: modernize卜部昌平
2021-08-29Make ruby.pc from makeNobuyoshi Nakada
2021-08-29Move DEFFILE to EXTDLDFLAGSNobuyoshi Nakada
2021-08-29Reorder ruby.pc variablesNobuyoshi Nakada
2021-08-14Disable debug flag for executable files when LTO [ci skip]Nobuyoshi Nakada
2021-08-07Group commands on GitHub ActionsNobuyoshi Nakada
2021-08-05Revert "Removed extinit.o from main programs"Yusuke Endoh
2021-07-03Removed extinit.o from main programsNobuyoshi Nakada
2021-06-22Run ifchange with shell explicitly, workaround of noexec mountNobuyoshi Nakada
2021-06-21Fix syntax error in generated codeNobuyoshi Nakada
2021-06-21Adjust indentsNobuyoshi Nakada
2021-06-06prelude.c.tmpl: strip comment-only or empty lines at the beginningNobuyoshi Nakada
2021-05-04Fix trivial -Wundef warningsBenoit Daloze
2021-04-10just redirect preprocessed vm.c to mjit header [Bug #17787]Nobuyoshi Nakada
2021-03-21Share variables defined in common GNUmakefile also in cygwin/mingwNobuyoshi Nakada
2021-03-20No longer aclocal is used [ci skip]Nobuyoshi Nakada
2021-01-22Support coroutine on universal binaryNobuyoshi Nakada
2021-01-18Revert "Autoconf 2.70 no longer has -o option"Nobuyoshi Nakada
2021-01-18Autoconf 2.70 no longer has -o optionNobuyoshi Nakada
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2020-12-29Fixed wrong configure optionNobuyoshi Nakada
2020-12-29Make more silent when -s on GNU makeNobuyoshi Nakada
2020-12-29transcode-tblgen.rb: make silent a little when just -vNobuyoshi Nakada
2020-12-27Ignore symbols declared in the platform headerNobuyoshi Nakada
2020-12-15fix inline method cache sync bugKoichi Sasada
2020-11-26Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"Takashi Kokubun
2020-11-26Set VM_FRAME_FLAG_FINISH at once on MJITTakashi Kokubun
2020-11-22rubyspec-capiext: Use plain DLDFLAGS without flags for librubyNobuyoshi Nakada
2020-11-10Removed canonicalization for mathnNobuyoshi Nakada
2020-10-29check isolated Proc more strictlyKoichi Sasada
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-08-27DEPRECATED_TYPE: is deprecated卜部昌平
2020-08-11template/prelude.c.tmpl: suppress clang-12 warning卜部昌平
2020-08-11tool/prelude.c.tmpl: use RubyVM::CEscape卜部昌平