| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-28 | Use `Rake.verbose` instead of `$verbose` and `$pp_show` in build scripts | KOBAYASHI Shuji | |
| The incompatibility that the commands of `FileUtils` origin output verbose by default due to the changes in d8a5163b and 26e6e75b is also fixed. | |||
| 2019-12-27 | Merge pull request #4910 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/use-Rake-DSL-instead-of-commands-of-FileUtils Use Rake DSL instead of commands of `FileUtils` | |||
| 2019-12-27 | Use 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-12-27 | Support `-v` flag of `rake`; close #4887 | Yukihiro "Matz" Matsumoto | |
| The patch was originally written by @take-cheese. I have fixed the conflict caused by `minirake` deletion - @matz. | |||
| 2019-11-11 | Require `Regexp.escape` before interpolating `build_dir`; fix #4817 | Yukihiro "Matz" Matsumoto | |
| 2019-08-26 | change doc directory and reduce warnings | David Siaw | |
| 2019-08-25 | Defer several build libraries loading until needed | KOBAYASHI Shuji | |
| 2019-08-24 | Remove unused constant in `Rakefile`; ref e312842a | KOBAYASHI Shuji | |
| 2019-08-22 | Refine processing for gem lock file | KOBAYASHI Shuji | |
| - Defer YAML library and lock file loading until needed. - Don't write empty parts into lock file. - Extract code to read/write lock file to `MRuby::Lockfile`. - `MRuby::Lockfile.disable` disables the use of lock file. | |||
| 2019-08-22 | Take commit hash of mruby too | take-cheeze | |
| 2019-08-21 | Merge pull request #4180 from take-cheeze/lock_file | Yukihiro "Matz" Matsumoto | |
| Support lock file for git. | |||
| 2019-03-08 | Allow `enable_bintest` without `enable_test` in build config | KOBAYASHI Shuji | |
| 2019-01-18 | Avoid a side effect when run Rake without execution of tasks | KOBAYASHI Shuji | |
| Avoid directory creation when run `rake -T` etc. | |||
| 2018-12-24 | Refine description for rake test tasks. | KOBAYASHI Shuji | |
| Before: $ rake -T test rake test_test # run all mruby tests After: $ rake -T test rake test # run all mruby tests | |||
| 2018-12-06 | Support lock file for git. | take-cheeze | |
| 2018-10-29 | Rename libmruby stuff to avoid confusion | take-cheeze | |
| 2018-06-22 | Run tests parallelly for each target. | take-cheeze | |
| 2017-04-04 | Some adjustments | Uchio KONDO | |
| 2017-02-16 | Gitlab tests for multiple configurations | Tomasz Dabrowski | |
| Gitlab testing is introduced, using GitLab CI, to test many different configurations: - 32/64 bit architecture - float/double - 16/32/64 bit int size - none/NaN/word boxing - ASCII/UTF8 using various compilers: - gcc-4.7 - gcc-4.8 - gcc-4.9 - gcc-5 - gcc-6 - clang-3.5 - clang-3.6 - clang-3.7 - clang-3.8 - clang-3.9 | |||
| 2015-10-09 | fix `rake doc` error | takahashim | |
| using mrbdoc | |||
| 2015-09-11 | Customize installation directory using INSTALL_DIR environment variable | Tatsuhiro Tsujikawa | |
| Previously, minirake installed several commands (e.g., mrbc) in repository locally under bin directory. But there was no knob for users to change this directory. It effectively made `make distcheck` fail if mruby was embedded into project managed by autotools. This change adds a way for the user to change installation directory by setting INSTALL_DIR environment variable. | |||
| 2015-09-03 | Add build_mrbtest after config block is evaluated | Zachary Scott | |
| This allows us to add `enable_test` anywhere in a build target, without having to worry about the order in which they are included. Previously, there was a bug that occured when adding 'mruby-test' gem to dependencies before additional gems. Instead of adding the 'mruby-test' gem dependency manually to a test build, we now only need to call `enable_test` in the target. This also allows us to call `test_enabled?` downstream when running mruby tests ourselves. /cc #2924 | |||
| 2015-08-22 | Add mruby-test build config and update :test task to use mrbgem binary | Zachary Scott | |
| Removed old mrbgems_test.rake which was merged into mrbgem spec | |||
| 2015-06-09 | Detect if ncurses' backend is terminfo or termcap. fixes #2662 | Huei-Horng Yo | |
| Borrowed from @mattn's code at: https://github.com/mruby/mruby/issues/2662#issuecomment-65535705 Signed-off-by: Huei-Horng Yo <[email protected]> | |||
| 2015-06-01 | Compile mruby compiler as mrbgem. | take_cheeze | |
| Compiler codes is moved to "mruby-compiler". Executable `mrbc` is moved to "mruby-bin-mrbc". | |||
| 2015-04-23 | Add task for running and plotting benchmarks | furunkel | |
| 2015-01-02 | Set correct build dir for bins | Julian Aron Prenner | |
| 2014-11-18 | Add mruby debugger (mrdb) | mimaki | |
| 2014-06-13 | Add :doc task to run document generator. | take_cheeze | |
| 2014-05-20 | Support extension '.cc' in globbing. | take_cheeze | |
| 2014-04-20 | Add Rake command 'deep_clean' which cleans everything including the mrbgems ↵ | Daniel Bovensiepen | |
| clone directories. | |||
| 2014-03-01 | should build "all" before "test"; close #1774 | Yukihiro "Matz" Matsumoto | |
| 2014-02-12 | Rakefile: make bin directory | cremno | |
| 2014-02-05 | pass gem_flags_after_libraries | take_cheeze | |
| 2013-08-26 | support file extension .cpp/.cxx in mrbgem and tool | take_cheeze | |
| 2013-04-11 | Don't ignore host when adding libmruby.a to deps. | Carson McDonald | |
| 2013-04-11 | Move mirb and mruby to mrbgems. | Masaki Muranaka | |
| 2013-04-11 | Move apps in gems to #{MRUBY_ROOT}/bin/ when apps is built for "host". | Masaki Muranaka | |
| 2013-04-11 | Use not tool/ but tools/. This is for naming consistency. | Masaki Muranaka | |
| 2013-04-11 | Cosmetic changes. | Masaki Muranaka | |
| 2013-03-14 | Merge pull request #975 from crimsonwoods/modify_build_script | Yukihiro "Matz" Matsumoto | |
| Improve Android platform support. | |||
| 2013-03-14 | support 'Cygwin' as build platform. | crimsonwoods | |
| 2013-03-10 | Change default gem path. | Yuichiro MASUI | |
| 2013-03-07 | Add Support to build loadable modules defined in mrbgems. | Masaki Muranaka | |
| 2013-03-02 | remove installing executable first to avoid text-file-busy when ↵ | Yukihiro Matz Matsumoto | |
| investigating on debugger | |||
| 2013-02-28 | Rake respects verbose flag also for test and clean target | Daniel Bovensiepen | |
| 2013-02-23 | Support to build on pwd != mruby source root | Yuichiro MASUI | |
| 2013-02-03 | Generate mrbtest.a file for sparete from driver.o | Yuichiro MASUI | |
| 2013-01-28 | load MRUBY_CONFIG script after 'build_config.rb' | Yuichiro MASUI | |
| 2013-01-28 | remove bin/command first to avoid text file busy | Yukihiro Matz Matsumoto | |
