1. 28 Apr, 2018 2 commits
  2. 27 Apr, 2018 2 commits
  3. 26 Apr, 2018 2 commits
  4. 25 Apr, 2018 2 commits
  5. 23 Apr, 2018 4 commits
  6. 21 Apr, 2018 1 commit
  7. 19 Apr, 2018 2 commits
  8. 18 Apr, 2018 4 commits
  9. 17 Apr, 2018 11 commits
  10. 13 Apr, 2018 7 commits
  11. 11 Apr, 2018 1 commit
  12. 10 Apr, 2018 2 commits
    • Yukihiro "Matz" Matsumoto's avatar
      Merge pull request #3994 from kou/fix-windows-build-error-on-dll-build · e340b172
      Yukihiro "Matz" Matsumoto authored
      Fix build error on Windows with MRB_BUILD_AS_DLL
      e340b172
    • Kouhei Sutou's avatar
      Fix build error on Windows with MRB_BUILD_AS_DLL · 0bc6c174
      Kouhei Sutou authored
      Error message:
      
          C:\projects\groonga\vendor\mruby-source\include\mruby.h(1098): error C2375: 'mrb_gc_arena_save' : redefinition; different linkage [C:\projects\groonga\vendor\mruby\mruby.vcxproj]
                    C:\projects\groonga\vendor\mruby-source\include\mruby.h(1083) : see declaration of 'mrb_gc_arena_save'
          C:\projects\groonga\vendor\mruby-source\include\mruby.h(1099): error C2375: 'mrb_gc_arena_restore' : redefinition; different linkage [C:\projects\groonga\vendor\mruby\mruby.vcxproj]
                    C:\projects\groonga\vendor\mruby-source\include\mruby.h(1084) : see declaration of 'mrb_gc_arena_restore'
      0bc6c174