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
2021-10-21
Added testing support for cross-MinGW builds.
Chris Reuter
2021-08-07
docs: fix case of mruby
John Bampton
2021-07-09
Mrbgem gem_init.c compilation correction
Nathan Ladd
2021-05-31
Fix typo in `lib/mruby/presym.rb`
KOBAYASHI Shuji
2021-04-17
`MRuby::Presym` no longer needs `Rake::DSL`
KOBAYASHI Shuji
2021-04-02
Merge branch 'define-MRB_NO_GEMS-if-disable_libmruby-is-specified' of https:/...
Yukihiro "Matz" Matsumoto
2021-03-22
Use global defines for `mruby-bin-debugger`
KOBAYASHI Shuji
2021-03-22
build: provide global defines by `build.defines`.
Yukihiro "Matz" Matsumoto
2021-03-21
command.rb: replace `%w()` to plain `[]`.
Yukihiro "Matz" Matsumoto
2021-03-18
lib/mruby/build.rb: refactoring `ensure` clause; ref #5381
Yukihiro "Matz" Matsumoto
2021-03-17
Allow `break` in `build_config`.
dearblue
2021-02-17
Merge pull request #5357 from k0kubun/lock-depth
Yukihiro "Matz" Matsumoto
2021-02-16
Skip --depth=1 when it's locked
Takashi Kokubun
2021-02-14
Add `-s` option to `mrbc` for make variable static
KOBAYASHI Shuji
2021-02-12
Do not collect linker options from binary gems; close #5210
Yukihiro "Matz" Matsumoto
2021-02-06
`compile_as_cxx` should generate a path under` conf.build_dir`
dearblue
2021-02-06
Exclude `<build-dir>/mrbc/**/*` from rake target rules
dearblue
2021-02-05
Define `MRB_NO_GEMS` if `disable_libmruby` is specified
KOBAYASHI Shuji
2021-02-04
Fix breakage where builds except `host` don't refer` mrbc` in `host`
KOBAYASHI Shuji
2021-01-31
Change `.o.d` back to `.d` because `.pi.d` is no longer created
KOBAYASHI Shuji
2021-01-29
Build internal mrbc in an internal directory
dearblue
2021-01-28
Refine `preprocess_options`; ref d95ffb036
KOBAYASHI Shuji
2021-01-28
Stop generating `build/<build>/src/*.pi.d`.
Yukihiro "Matz" Matsumoto
2021-01-27
Add symbol names as comments to `presym_length_table`; ref #5303
Yukihiro "Matz" Matsumoto
2021-01-27
Add `static` modifiers to preallocated symbols tables; ref #5303
Yukihiro "Matz" Matsumoto
2021-01-27
Split `presym_table` for reduced program size
KOBAYASHI Shuji
2021-01-27
Rename `.i` created for presym scan to `.pi`
KOBAYASHI Shuji
2021-01-12
Merge branch 'reorganize-ci' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2021-01-10
Fix build error in cross-build with presym
KOBAYASHI Shuji
2021-01-09
Remove unnecessary `#include` in generated files
KOBAYASHI Shuji
2021-01-08
Delay test code build until `rake test`
KOBAYASHI Shuji
2021-01-06
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuuj...
Yukihiro "Matz" Matsumoto
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-13
Improve source scanning for presym
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
[next]