1. 28 Sep, 2016 1 commit
  2. 27 Sep, 2016 3 commits
  3. 26 Sep, 2016 1 commit
  4. 25 Sep, 2016 1 commit
    • Kouhei Sutou's avatar
      Remove needless MRB_API · 91bd3ebd
      Kouhei Sutou authored
      ref #3215
      
      If a function (such as mrb_read_irep_file()) is declared without MRB_API
      in header file (such as include/mruby/dump.h), implementation of the
      function in source file (such as src/load.c) should also defined without
      MRB_API.
      
      If MRB_API is mismatch, Visual C++ reports link error with C2375 error
      code: https://msdn.microsoft.com/en-us/library/5k6kw95a.aspx
      91bd3ebd
  5. 23 Sep, 2016 1 commit
  6. 21 Sep, 2016 4 commits
  7. 20 Sep, 2016 2 commits
  8. 17 Sep, 2016 2 commits
  9. 15 Sep, 2016 4 commits
  10. 08 Sep, 2016 3 commits
  11. 06 Sep, 2016 4 commits
  12. 05 Sep, 2016 4 commits
  13. 04 Sep, 2016 1 commit
  14. 02 Sep, 2016 1 commit
  15. 31 Aug, 2016 1 commit
  16. 30 Aug, 2016 2 commits
  17. 20 Aug, 2016 3 commits
  18. 19 Aug, 2016 2 commits