summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
AgeCommit message (Expand)Author
2020-10-12Allow `MRUBY_CONFIG` to specify target file out of source tree.Yukihiro "Matz" Matsumoto
2020-10-12Generate C struct from `irep` instead of binary dump.Yukihiro "Matz" Matsumoto
2020-10-12Scan more symbols from Ruby files by `rake gensym`.Yukihiro "Matz" Matsumoto
2020-10-12Remove remaining `chomp:true` option from `Rakefile`.Yukihiro "Matz" Matsumoto
2020-10-12Avoid using `chomp:true` option to `File.readlines`.Yukihiro "Matz" Matsumoto
2020-10-12Stringify non C identifier symbols to stop macro errors by old gcc.Yukihiro "Matz" Matsumoto
2020-10-12Add `Rakefile` to `build/presym` dependency.Yukihiro "Matz" Matsumoto
2020-10-12Add dependency from `all` to `gensym`.Yukihiro "Matz" Matsumoto
2020-10-12Add operators to `presym` from `Rakefile`.Yukihiro "Matz" Matsumoto
2020-10-12Rename `MRB_OPSYM()` to `MRB_QSYM()`.Yukihiro "Matz" Matsumoto
2020-10-12Simplified `Rakefile`.Yukihiro "Matz" Matsumoto
2020-10-12Create `MRB_OPSYM()` macro to refer symbols corresponding operators.Yukihiro "Matz" Matsumoto
2020-10-12Create `build` directory first before `gensym`.Yukihiro "Matz" Matsumoto
2020-10-12Remove unused variable from `Rakefile`.Yukihiro "Matz" Matsumoto
2020-10-12Use `File.open` instead of `File.write` shortcut.Yukihiro "Matz" Matsumoto
2020-10-12Remove `presym` files before writing just to make sure.Yukihiro "Matz" Matsumoto
2020-10-12Build process updated:Yukihiro "Matz" Matsumoto
2020-10-12Keep `build/presym` through `rake clean`.Yukihiro "Matz" Matsumoto
2020-10-12Prepend `gensym` rule to `depfiles`.Yukihiro "Matz" Matsumoto
2020-10-12Remove `build/presym` and `build/presym.inc` on `rake clean`.Yukihiro "Matz" Matsumoto
2020-10-12Scan `.rb` files as well to generate `presym` table.Yukihiro "Matz" Matsumoto
2020-10-12Update Rakefile to generate presym.Yukihiro "Matz" Matsumoto
2020-10-12Generate a table for preallocated symbols (`presym`).Yukihiro "Matz" Matsumoto
2019-12-28Use `Rake.verbose` instead of `$verbose` and `$pp_show` in build scriptsKOBAYASHI Shuji
2019-12-27Merge pull request #4910 from shuujii/use-Rake-DSL-instead-of-commands-of-Fil...Yukihiro "Matz" Matsumoto
2019-12-27Use Rake DSL instead of commands of `FileUtils`KOBAYASHI Shuji
2019-12-27Support `-v` flag of `rake`; close #4887Yukihiro "Matz" Matsumoto
2019-11-11Require `Regexp.escape` before interpolating `build_dir`; fix #4817Yukihiro "Matz" Matsumoto
2019-08-26change doc directory and reduce warningsDavid Siaw
2019-08-25Defer several build libraries loading until neededKOBAYASHI Shuji
2019-08-24Remove unused constant in `Rakefile`; ref e312842aKOBAYASHI Shuji
2019-08-22Refine processing for gem lock fileKOBAYASHI Shuji
2019-08-22Take commit hash of mruby tootake-cheeze
2019-08-21Merge pull request #4180 from take-cheeze/lock_fileYukihiro "Matz" Matsumoto
2019-03-08Allow `enable_bintest` without `enable_test` in build configKOBAYASHI Shuji
2019-01-18Avoid a side effect when run Rake without execution of tasksKOBAYASHI Shuji
2018-12-24Refine description for rake test tasks.KOBAYASHI Shuji
2018-12-06Support lock file for git.take-cheeze
2018-10-29Rename libmruby stuff to avoid confusiontake-cheeze
2018-06-22Run tests parallelly for each target.take-cheeze
2017-04-04Some adjustmentsUchio KONDO
2017-02-16Gitlab tests for multiple configurationsTomasz Dabrowski
2015-10-09fix `rake doc` errortakahashim
2015-09-11Customize installation directory using INSTALL_DIR environment variableTatsuhiro Tsujikawa
2015-09-03Add build_mrbtest after config block is evaluatedZachary Scott
2015-08-22Add mruby-test build config and update :test task to use mrbgem binaryZachary Scott
2015-06-09Detect if ncurses' backend is terminfo or termcap. fixes #2662Huei-Horng Yo
2015-06-01Compile mruby compiler as mrbgem.take_cheeze
2015-04-23Add task for running and plotting benchmarksfurunkel
2015-01-02Set correct build dir for binsJulian Aron Prenner