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
/
target
Age
Commit message (
Expand
)
Author
2020-10-12
Add default `host` target for cross compiling.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `target/host-cxx.rb` to compile `mruby` with `cxx_abi`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `target/host-m32.rb` to compile mruby in 32bit mode.
Yukihiro "Matz" Matsumoto
2020-10-12
Change default boxing scheme from `MRB_NO_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Make sure `bintest` only works with `host` target.
Yukihiro "Matz" Matsumoto
2020-10-12
Run tests for `target/boxing.rb`.
Yukihiro "Matz" Matsumoto
2020-10-12
Enable method cache by default.
Yukihiro "Matz" Matsumoto
2020-10-12
Provide a new build target `host-gprof` that enables profiling.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid including `limits.h` and `stdint.h` before `mruby.h`.
Yukihiro "Matz" Matsumoto
2020-10-12
Stop `CXX_ABI` test with VisualC++.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `/std:c++latest` option to VC `CXX_ABI` build.
Yukihiro "Matz" Matsumoto
2020-10-12
Build process updated:
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
Remove unnecessary comments from `host-shared` target.
Yukihiro "Matz" Matsumoto
2020-10-12
Add a new target `clang-asan` to use LLVM's address sanitizer.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `host*` targets to use `default.gembox`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `host-shared.rb` to create shared mruby library.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `host.rb` build script.
Yukihiro "Matz" Matsumoto
2020-10-12
Build process updated:
Yukihiro "Matz" Matsumoto