summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-compiler/mrbgem.rake
AgeCommit message (Expand)Author
2021-01-06Fix build with `enable_cxx_exception`KOBAYASHI Shuji
2020-12-13Improve source scanning for presymKOBAYASHI Shuji
2020-12-05Make it possible that `libmruby.a` is not createdKOBAYASHI Shuji
2020-12-02Fix build for C++ version >= C++11 when `enable_cxx_exception`; close #5199KOBAYASHI Shuji
2020-11-03Fix dependencies of `y.tab.o`KOBAYASHI Shuji
2020-10-28Fixed build with `conf.enable_cxx_exception`dearblue
2020-05-25Add `y.tab.c` to remove Bison from build dependencies; ref 4ce3997cKOBAYASHI Shuji
2019-12-27Use Rake DSL instead of commands of `FileUtils`KOBAYASHI Shuji
2018-10-29Rename libmruby stuff to avoid confusiontake-cheeze
2018-06-20Fix dependencies.take-cheeze
2018-06-20Add forgotten `mkdir_p`s.take-cheeze
2017-03-02Reorganize C++ exceptions; ref #3470Yukihiro "Matz" Matsumoto
2015-06-01Compile mruby compiler as mrbgem.take_cheeze