1. 05 Dec, 2020 1 commit
    • KOBAYASHI Shuji's avatar
      Make it possible that `libmruby.a` is not created · 73b41525
      KOBAYASHI Shuji authored
      Previously, `libmruby.a` was created even if only `mruby-bin-mrbc` or`
      mruby-compiler` was specified for gem, but by specifying `disable_libmruby`,
      the creation of `libmruby.a` can be suppressed.
      
      ### Note
      
      The https://github.com/mruby/mruby/pull/5084#issuecomment-723521971
      incompatibility seems to be difficult for users to avoid, so the original
      behavior has been restored. Therefore, if we need `mrbc` other than the
      `host` build, we need to explicitly specify `mruby-bin-mrbc` gem.
      
      Due to the above changes, `build_config/boxing.rb` etc. will not work, but I
      have added` mruby-bin-mrbc` to `default.gembox` to fix it. I don't think
      this change is a big deal because originally `mruby-compiler` was included.
      73b41525
  2. 04 Dec, 2020 2 commits
  3. 02 Dec, 2020 10 commits
  4. 01 Dec, 2020 3 commits
  5. 30 Nov, 2020 6 commits
  6. 29 Nov, 2020 6 commits
  7. 28 Nov, 2020 1 commit
    • KOBAYASHI Shuji's avatar
      Remove unused Rake rules · 8da2c112
      KOBAYASHI Shuji authored
      Currently, the source file language in the core is C only, and C++,
      Objective-C, and Assembly are not used, so Rake rules for them are removed.
      8da2c112
  8. 27 Nov, 2020 2 commits
  9. 26 Nov, 2020 9 commits