summaryrefslogtreecommitdiffhomepage
path: root/mrblib/mrblib.rake
AgeCommit message (Collapse)Author
2020-11-21Move some `.rake` files to `tasks` directory for consistencyKOBAYASHI Shuji
2020-11-20Refactor `mrblib/mrblib.rake`KOBAYASHI Shuji
2020-10-12Generate C struct from `irep` instead of binary dump.Yukihiro "Matz" Matsumoto
2019-12-27Use Rake DSL instead of commands of `FileUtils`KOBAYASHI Shuji
- Respect `--verbose(-v)` and `--dry-run(-n)` options. - Silence warnings to keyword arguments on Ruby 2.7.
2019-01-04Integrate mrblib/float.rb into src/numeric.cKOBAYASHI Shuji
- Avoid hack for `MRB_WITHOUT_FLOAT` in build scripts - Avoid runtime dispatch for `MRB_WITHOUT_FLOAT`
2018-10-29Rename libmruby stuff to avoid confusiontake-cheeze
2017-10-11Add MRB_WITHOUT_FLOATYAMAMOTO Masaya
2014-10-02Change mrblib's source path to absolute pathHiroshi Mimaki
2014-06-04Add generator script to dependency so that it will regenerate C codes when ↵take_cheeze
it's modified.
2014-04-30remove trailing spacesNobuyoshi Nakada
2013-04-05sort mrblib/*.rb files to compile (class.rb comes before error.rb); close ↵Yukihiro "Matz" Matsumoto
#1132; close #1134
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-01-22Refine pretty printingJon
2013-01-21Beautify the output of rakeDaniel Bovensiepen
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb