summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Expand)Author
2023-09-13Enable `.NOTPARALLEL` on `ripper_srcs`Nobuyoshi Nakada
2023-09-11Use the keyword for output and omit default arguments [ci skip]Nobuyoshi Nakada
2023-08-28Add yarp/yarp_compiler.c (#8042)Jemma Issroff
2023-08-28YARP: generated files using from templates depend on config.ymlNobuyoshi Nakada
2023-08-25Update depsKevin Newton
2023-08-25Remove config.h from targets necessary for YARPKevin Newton
2023-08-25Fix VPATH for yarp/version.hKevin Newton
2023-08-25Update sync script to handle yarp/version.hKevin Newton
2023-08-25Fix mutation visitor build for YARP templatingKevin Newton
2023-08-25Implement weak references in the GCPeter Zhu
2023-08-24Resurrect srcs dependency for YARP templates (#8285)Takashi Kokubun
2023-08-22Render YARP templates into the build directory (#8266)Takashi Kokubun
2023-08-18Revert "Fix tool/update-deps for YARP files"Takashi Kokubun
2023-08-18Fix tool/update-deps for YARP filesTakashi Kokubun
2023-08-18Update dependenciesTakashi Kokubun
2023-08-18Use {$(VPATH)} for OpenBSDTakashi Kokubun
2023-08-17Include YARP templated files in snapshotsTakashi Kokubun
2023-08-17Move the dependency of node.rb and serialize.rbTakashi Kokubun
2023-08-17Render YARP templates in the build process (#8228)Takashi Kokubun
2023-08-16Update dependenciesTakashi Kokubun
2023-08-14Fix test and precheck order for old GNU MakeNobuyoshi Nakada
2023-08-13Prefix `excludes` with a dot to prevent chkbuild from firing wronglyNobuyoshi Nakada
2023-08-11Group test-syntax-suggest and leaked-globals [ci skip]Nobuyoshi Nakada
2023-08-11Fix test-bundler dependenciesNobuyoshi Nakada
2023-08-11Fix order of test-syntax-suggest-prepare for old GNU MakeNobuyoshi Nakada
2023-08-10Remove duplicate prerequisite [ci skip]Nobuyoshi Nakada
2023-08-10Explicitly require rspec/expectations tentativelyNobuyoshi Nakada
2023-08-10Make PREPARE_SYNTAX_SUGGEST include TEST_RUNNABLE prefixNobuyoshi Nakada
2023-07-27Clean up OPT_STACK_CACHING (#8132)Takashi Kokubun
2023-07-19[ruby/yarp] Resync YARP (#8098)Jemma Issroff
2023-07-17Implement Process.warmupJean Boussier
2023-07-15Use functions defined by parser_st.c to reduce dependency on st.cyui-knk
2023-07-13[Feature #19730] Remove transient heapPeter Zhu
2023-07-10Serially update only the ripper source, even with old GNU makeNobuyoshi Nakada
2023-07-06Ensure the name given to Module#set_temporary_name is not a valid constant pathBenoit Daloze
2023-07-05Fixed build scripts for YARPJemma Issroff
2023-07-02[DOC] Stop downloading Unicode data only for unicode_properties.rdocNobuyoshi Nakada
2023-07-01[Bug #19728] Auto-generate unicode property docsJanosch Müller
2023-06-29Fix broken wiki links (#8002)Jemma Issroff
2023-06-29Ripper sources are generated at onceNobuyoshi Nakada
2023-06-29More dependencies for ripperNobuyoshi Nakada
2023-06-24De-duplicate parse_st.c code from st.cNobuyoshi Nakada
2023-06-21[Feature #19741] Add yarp to buildsJemma Issroff
2023-06-14Removed rake-compiler dependency for test-bundled-gemsHiroshi SHIBATA
2023-06-13rexml is also bundled gemsHiroshi SHIBATA
2023-06-13Don't install bundled gems for test-bundled-gems and test-syntax-suggestHiroshi SHIBATA
2023-06-12[Feature #19719] Universal Parseryui-knk
2023-06-12Run test-unit test without rake task to avoid yard dependencyHiroshi SHIBATA
2023-06-12pry is not needed for test-bundled-gemsHiroshi SHIBATA
2023-06-08Added racc dependencyHiroshi SHIBATA