index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2020-12-19
Avoid using `MRuby::CrossBuild.current`
dearblue
2020-12-16
Guess toolchain when `MRuby::Build#toolchain` argument is omitted
KOBAYASHI Shuji
2020-12-15
Output build log at the time of installation
KOBAYASHI Shuji
2020-12-06
Call `super` before creating `host` build in `MRuby::CrossBuild#initialize`
KOBAYASHI Shuji
2020-12-05
Remove unused `@endian` in `MRuby::CrossBuild#initialize`
KOBAYASHI Shuji
2020-12-05
Make it possible that `libmruby.a` is not created
KOBAYASHI Shuji
2020-12-02
Merge pull request #5198 from shuujii/remove-unused-Rake-rules
Yukihiro "Matz" Matsumoto
2020-12-01
Revert "Create presym files for each build target" (58ba883e)
KOBAYASHI Shuji
2020-11-28
Remove unused Rake rules
KOBAYASHI Shuji
2020-11-26
Create presym files for each build target
KOBAYASHI Shuji
2020-11-25
Allow compiler name in build log to be customized
KOBAYASHI Shuji
2020-11-24
Merge pull request #5178 from abinoam/fix_mruby_config_setting
Yukihiro "Matz" Matsumoto
2020-11-23
Fix #5177 - set MRUBY_CONFIG early
Abinoam Praxedes Marques Junior
2020-11-23
Merge pull request #5181 from shuujii/raise-an-exception-instead-of-exiting-w...
Yukihiro "Matz" Matsumoto
2020-11-23
Change output condition in `_pp`
KOBAYASHI Shuji
2020-11-23
Raise an exception instead of exiting when `mrbc` fails
KOBAYASHI Shuji
2020-11-22
Refine build log for generated files
KOBAYASHI Shuji
2020-11-22
Move global function for build to `lib/mruby/core_ext.rb`
KOBAYASHI Shuji
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-21
Automatically enable `MRB_ENABLE_DEBUG_HOOK` if `mruby-bin-debugger` is used
KOBAYASHI Shuji
2020-11-20
Move `lib/mruby-core-ext.rb` to `lib/mruby/core_ext.rb` for consistency
KOBAYASHI Shuji
2020-11-19
Allow `bintest` even if build name is not `host`
KOBAYASHI Shuji
2020-11-18
Remove unused `MRuby::Build#enable_{bin,}test=`
KOBAYASHI Shuji
2020-11-14
Scan source files only from `cdump` enabled gems.
Yukihiro "Matz" Matsumoto
2020-11-14
Remove unused constant in `lib/mruby/build/command.rb`
KOBAYASHI Shuji
2020-11-13
Simplify `MRuby::Command#_run` to avoid duplicated compilation
KOBAYASHI Shuji
2020-11-02
Search gem from `MRUBY_ROOT` if build config is in `build_config`.
Yukihiro "Matz" Matsumoto
2020-10-30
Fix the condition to detect core mrbgems.
Yukihiro "Matz" Matsumoto
2020-10-29
Use `mrb` dump format for non core mrbgems by default.
Yukihiro "Matz" Matsumoto
2020-10-29
Use clear `if` instead of `unless` for condition.
Yukihiro "Matz" Matsumoto
2020-10-29
Use instance variable `@dir` instead of access method `dir`.
Yukihiro "Matz" Matsumoto
2020-10-29
Remove `mrblib_dir` and `objs_dir` configuration from gems.
Yukihiro "Matz" Matsumoto
2020-10-29
The path of the gem should be relative from `MRUBY_ROOT`.
Yukihiro "Matz" Matsumoto
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-29
Use `Dir.glob` instead of `map`.
Yukihiro "Matz" Matsumoto
2020-10-19
Revert `MRUBY_TARGET` mechanism; ref #5096
KOBAYASHI Shuji
2020-10-14
Avoid using C struct dump for test Ruby code.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove compiler feature detection
Rory OConnell
2020-10-12
Work around removing tmp dir
Rory OConnell
2020-10-12
Add methods for asking about compiler features
Rory OConnell
2020-10-12
Update build process for both host and cross compile.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `Rakefile`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `mruby_version` in the lockfile to `mruby`; close #4658
Yukihiro "Matz" Matsumoto
2020-10-12
Add default `host` target for cross compiling.
Yukihiro "Matz" Matsumoto
2020-10-12
Make sure `bintest` only works with `host` target.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Revert part of "Start GitHub Actions" (4ce3997c)
KOBAYASHI Shuji
2020-10-12
Start GitHub Actions; close #4903
Takeshi Watanabe
2020-10-12
Build process updated:
Yukihiro "Matz" Matsumoto
2020-09-17
Merge pull request #5081 from wataash/d-format-comment
Yukihiro "Matz" Matsumoto
[next]