summaryrefslogtreecommitdiffhomepage
path: root/target
AgeCommit message (Expand)Author
2020-10-12Add `bintest` to `host-m32` target.Yukihiro "Matz" Matsumoto
2020-10-12Remove `host-debug` internal target.Yukihiro "Matz" Matsumoto
2020-10-12Remove `full-core` from `target/appveyor.rb`.Yukihiro "Matz" Matsumoto
2020-10-12Add `MRB_NAN_BOXING` for `boxing` target.Yukihiro "Matz" Matsumoto
2020-10-12Reorganize `Integer` system.Yukihiro "Matz" Matsumoto
2020-10-12Add default `host` target for cross compiling.Yukihiro "Matz" Matsumoto
2020-10-12Rename float configuration option names.Yukihiro "Matz" Matsumoto
2020-10-12Add `target/host-cxx.rb` to compile `mruby` with `cxx_abi`.Yukihiro "Matz" Matsumoto
2020-10-12Add `target/host-m32.rb` to compile mruby in 32bit mode.Yukihiro "Matz" Matsumoto
2020-10-12Change default boxing scheme from `MRB_NO_BOXING`.Yukihiro "Matz" Matsumoto
2020-10-12Make sure `bintest` only works with `host` target.Yukihiro "Matz" Matsumoto
2020-10-12Run tests for `target/boxing.rb`.Yukihiro "Matz" Matsumoto
2020-10-12Enable method cache by default.Yukihiro "Matz" Matsumoto
2020-10-12Provide a new build target `host-gprof` that enables profiling.Yukihiro "Matz" Matsumoto
2020-10-12Avoid including `limits.h` and `stdint.h` before `mruby.h`.Yukihiro "Matz" Matsumoto
2020-10-12Stop `CXX_ABI` test with VisualC++.Yukihiro "Matz" Matsumoto
2020-10-12Add `/std:c++latest` option to VC `CXX_ABI` build.Yukihiro "Matz" Matsumoto
2020-10-12Build process updated:Yukihiro "Matz" Matsumoto
2020-10-12Revert part of "Start GitHub Actions" (4ce3997c)KOBAYASHI Shuji
2020-10-12Start GitHub Actions; close #4903Takeshi Watanabe
2020-10-12Remove unnecessary comments from `host-shared` target.Yukihiro "Matz" Matsumoto
2020-10-12Add a new target `clang-asan` to use LLVM's address sanitizer.Yukihiro "Matz" Matsumoto
2020-10-12Update `host*` targets to use `default.gembox`.Yukihiro "Matz" Matsumoto
2020-10-12Add `host-shared.rb` to create shared mruby library.Yukihiro "Matz" Matsumoto
2020-10-12Update `host.rb` build script.Yukihiro "Matz" Matsumoto
2020-10-12Build process updated:Yukihiro "Matz" Matsumoto