| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-21 | Abandon `minirake`. Use `rake` for compilation; fix #4884 | Yukihiro "Matz" Matsumoto | |
| 2019-08-18 | fix up markdown display in doxygen | David Siaw | |
| 2019-08-07 | Update required Ruby version to 2.0 or later. | Yukihiro "Matz" Matsumoto | |
| 2019-08-07 | Replace i.e. (means "that is") with e.g. (means "for example"). | Yukihiro "Matz" Matsumoto | |
| 2017-03-02 | Reorganize C++ exceptions; ref #3470 | Yukihiro "Matz" Matsumoto | |
| There are 3 levels of C++ exception handling: * default - no C++ exception (use setjmp/longjmp) * enable_cxx_exception (use C++ exceptions with C ABI) * enable_cxx_abi (use C++ ABI including exceptions) | |||
| 2017-02-28 | Compile C files by C compiler when C++ files mixed. | Yukihiro "Matz" Matsumoto | |
| ref #3267 #3470 By this commit, mruby do not use C++ ABI mode unless you specify explicitly. It compiles C files by C compilers, with C++ exception enabled when it sees C++ files in your configured mrbgems. I haven't tried visualcpp, so please submit an issue if you see any problem with C++ gems on Windows. | |||
| 2016-04-13 | fix syntax highlighting | Timo Schilling | |
| 2015-11-17 | DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014 | Yukihiro "Matz" Matsumoto | |
| changes: * rename DISABLE_STDIO -> MRB_DISABLE_STDIO * rename ENABLE_DEBUG -> MRB_ENABLE_DEBUG_HOOK * no more opposite macro definitions (e.g. ENABLE_STDIO, DISABLE_DEBUG). * rewrite above macro references throughout the code. * update documents | |||
| 2015-10-13 | rename androidndk to androidin compile.md; ref #2991 | Yukihiro "Matz" Matsumoto | |
| 2015-10-11 | update doc/guides/compile.md to refer androidndk.rake; ref #2983 #2974 | Yukihiro "Matz" Matsumoto | |
| 2015-10-08 | Move guides location | Seba Gamboa | |
