index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
mrbconf.h
Age
Commit message (
Expand
)
Author
2020-03-04
Enable MRB_METHOD_T_STRUCT by default on 32bit Windows
Sutou Kouhei
2020-01-15
Remove broken `MRB_INT16` configuration option.
Yukihiro "Matz" Matsumoto
2019-11-19
Always enable the rational and complex literals
KOBAYASHI Shuji
2019-09-21
Rename MRB_USE_ETEXT_EDATA to MRB_USE_LINK_TIME_RO_DATA_P and support lld lin...
Fangrui Song
2019-09-16
Remove `MRB_METHOD_TABLE_INLINE`.
Yukihiro "Matz" Matsumoto
2019-05-17
(Proof of Concept) mruby tuning profiles [ci skip]
dearblue
2019-05-15
Initial suffix support
Ukrainskiy Sergey
2019-04-27
Update document for `MRB_USE_CUSTOM_RO_DATA_P`
dearblue
2019-04-27
Update document for any configurations
dearblue
2019-02-12
Disable `Symbol.all_symbols`.
Yukihiro "Matz" Matsumoto
2018-12-22
Fix MRB_ENDIAN_BIG is always defined, if byte order macro is not defined
dearblue
2018-12-21
Simplify `MRB_ENDIAN_BIG` macro definition; ref #4190
Yukihiro "Matz" Matsumoto
2018-12-21
Define `MRB_ENDIAN_BIG` automatically; ref #4190
Yukihiro "Matz" Matsumoto
2018-01-25
Do not use `MRB_METHOD_TABLE_INLINE` by default; fix #3924
Yukihiro "Matz" Matsumoto
2017-11-20
Add `MRB_METHOD_TABLE_INLINE` option.
Yukihiro "Matz" Matsumoto
2017-11-20
Add `MRB_METHOD_CACHE` description to `include/mrbconf.h`
Yukihiro "Matz" Matsumoto
2017-10-11
Fix typo
YAMAMOTO Masaya
2017-10-11
Add MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-09-01
Make the default integer size to be `MRB_INT64` on 64bit systems; close #3800
Yukihiro "Matz" Matsumoto
2017-08-09
Replaced tabs with spaces
Christopher Aue
2017-07-27
Always use `MRB_USE_IV_SEGLIST`.
Yukihiro "Matz" Matsumoto
2016-12-07
set `MRB_64BIT` if the sizeof(size_t) is 8
Kazuho Oku
2016-11-21
mruby architecture detection
Tomasz Dąbrowski
2015-11-17
fix MRB_DISABLE_STDIO typos
cremno
2015-11-17
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
Yukihiro "Matz" Matsumoto
2015-09-24
UTF-8 string support in core
Yukihiro "Matz" Matsumoto
2015-09-20
Setting up doxygen groups
Seba Gamboa
2014-10-02
use __init_array_start to determine readonly data section;
Yukihiro "Matz" Matsumoto
2014-09-30
mrbconf.h option MRB_USE_ETEXT_EDATA to reduce memory.
Yukihiro "Matz" Matsumoto
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-06-16
Add fixed state atexit stack feature.
take_cheeze
2014-05-18
Remove space.
yui-knk
2014-03-01
revert changes to mrbconf.h
Yukihiro "Matz" Matsumoto
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2013-12-24
remove MRB_IREP_ARRAY_INIT_SIZE which is no longer used
Yukihiro "Matz" Matsumoto
2013-11-25
remove MRB_PARSER_BUF_SIZE configuration; close #1596
Yukihiro "Matz" Matsumoto
2013-11-22
Make mrb->arena variable sized. Use MRB_GC_FIXED_ARENA for old behavior.
Yukihiro "Matz" Matsumoto
2013-08-08
allow turning off GC generational mode by default by MRB_GC_TURN_OFF_GENERATI...
Yukihiro "Matz" Matsumoto
2013-06-10
restructure header files; move non config lines away from mrbconf.h
Yukihiro "Matz" Matsumoto
2013-05-26
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimu_shu
2013-05-11
Potential fix for 'inline' macro redefinition error - VS2012 C++
Ryan Scott
2013-04-29
always use unsigned int as mrb_bool even in C++
Yukihiro "Matz" Matsumoto
2013-04-26
quote error message in mrbconf.h to stop warning
Yukihiro "Matz" Matsumoto
2013-04-26
Add a descrption of MRB_INT16.
Masaki Muranaka
2013-04-26
Avoid defining MRB_INT16 adn MRB_INT64 at the same time. This is a poka-yoke.
Masaki Muranaka
2013-03-29
Remove str_to_mrb_int(). There is some reasons.
Masaki Muranaka
2013-03-29
Move TRUE/FALSE existence checks.
Masaki Muranaka
2013-03-24
Include stddef.h. It is required by size_t. In case you include stdio.h, stdd...
Masaki Muranaka
2013-03-24
resolve conflict
Yukihiro Matz Matsumoto
2013-03-22
Add configuration macro MRB_PARSER_BUF_SIZE.
Masaki Muranaka
[next]