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
2021-09-25
mrbconf.h: rename a configuration macro for no truncate floats.
Yukihiro "Matz" Matsumoto
2021-09-09
value.h: add configuration macros around `mrb_ro_data_p()`; close #5547
Yukihiro "Matz" Matsumoto
2021-08-26
boxing_word.h: rename configuration macro name.
Yukihiro "Matz" Matsumoto
2021-08-26
value.h: reconstruct `mrb_ro_data_p()`.
Yukihiro "Matz" Matsumoto
2021-08-21
boxing_word.h: embed `mrb_float` in `mrb_value` if possible.
Yukihiro "Matz" Matsumoto
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-05-13
Update `mrb_bool` definition; close #2385
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2020-12-05
Allow obsoluted `MRB_METHOD_T_STRUCT`
KOBAYASHI Shuji
2020-11-26
Small refactoring regarding symbols for clarity.
Yukihiro "Matz" Matsumoto
2020-11-25
Remove no longer used `MRB_IV_SEGMENT_SIZE; close #5188 [ci skip]
Yukihiro "Matz" Matsumoto
2020-11-22
Remove `mrb_str_buf_new()` and `MRB_STR_BUF_MIN_SIZE`; close #5171
Yukihiro "Matz" Matsumoto
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-12
Explain `MRB_USE_MALLOC_TRIM`; ref #5069
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `MRB_NO_FLOAT_INLINE` and `MRB_WBOX_FLOAT_INLINE` configuration.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_METHOD_T_STRUCT` to `MRB_USE_METHOD_T_STRUCT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change default `mrb_value` representation to `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add static check for `MRB_USE_FLOAT` and `MRB_WITHOUT_FLOAT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change default boxing scheme from `MRB_NO_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
You don't need to keep index in local variables info in `irep`.
Yukihiro "Matz" Matsumoto
2020-10-12
Enable method cache by default.
Yukihiro "Matz" Matsumoto
2020-05-04
Enable MRB_METHOD_T_STRUCT by default on 32bit GUN/Linux
Horimoto Yasuhiro
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
[next]