summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
AgeCommit message (Collapse)Author
2012-12-18Derive DISABLE_GEMS macro according to build configurationXuejie Xiao
2012-12-16MSVC doesn't define strtoll but _strtoi64.Cremno
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbconf.hDaniel Bovensiepen
2012-11-16define MRB_INT64 flag for mrb_int as 64bitYuichiro MASUI
2012-10-27define convert method mrb_int/mrb_float with C stringYuichiro MASUI
2012-10-17defining mrb_int also requires MRB_INT_{MAX,MIN} to be definedYukihiro Matsumoto
2012-09-12mrb_sym can be short integer; reduced 10KBYukihiro Matsumoto
2012-09-04rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZEYukihiro Matsumoto
2012-08-14NaN boxingYukihiro Matsumoto
2012-08-12now segmented list can be used as instance variable tables by ↵Yukihiro Matsumoto
-DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption
2012-07-31POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.Masaki Muranaka
2012-07-30add description of MRB_IV_INITIAL_SIZEYukihiro Matsumoto
2012-07-30khash refactoring; no more MRB_KHASH_INITIAL_SIZEYukihiro Matsumoto
2012-07-30add description of MRB_HEAP_PAGE_SIZEYukihiro Matsumoto
2012-07-30better mrbconf decsriptionYukihiro Matsumoto
2012-07-30remove __STDC_LIMIT_MACROS for INT32_MAXYukihiro Matsumoto
2012-07-30fixed the comment EnglishYukihiro Matsumoto
2012-07-29Define __STDC_LIMIT_MACROS for INT32_MAX in C++Max Anselm
2012-07-19use no malloc in mrb_funcall; close #386Yukihiro Matsumoto
2012-07-18MRB_FUNCALL_ARGC_MAX support. (refs comments in #324).Masaki Muranaka
2012-07-13allow DISABLE/ENABLE_SATDIOYukihiro Matsumoto
2012-06-28do not undef config macro MRB_USE_FLOATYukihiro Matsumoto
2012-06-27do not undef config macrosYukihiro Matsumoto
2012-06-17allow disabling Struct classYukihiro Matsumoto
2012-06-15use ENABLE/DISABLE instead of INCLUDE for configuration macro namesYukihiro Matsumoto
2012-06-15Time class made optinalYukihiro Matsumoto
2012-06-14make Math module optionalYukihiro Matsumoto
2012-06-13stop using strtol (via readint) except in load.c; use custom readint_floatYukihiro Matsumoto
2012-06-12Make sprintf/format optional.Masaki Muranaka
2012-06-03Refactor hardcoded PARSER_DUMP macroJon
2012-05-31disable ENCODING and REGEXP; regexp will be back in the futureYukihiro Matsumoto
2012-05-09temporal VC patch from nkshigeruYukihiro Matsumoto
2012-05-09partial VC supportYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-30changed type of mrb_int to plain int by defaultYukihiro Matsumoto
2012-04-28strtof() may not be available on some platform; use strtod() then cast to floatYukihiro Matsumoto
2012-04-27allow float/double switchYukihiro Matsumoto
2012-04-23Merge branch 'master' of github.com:mruby/mrubymimaki
Conflicts: src/variable.c
2012-04-23add file headermimaki
2012-04-20remove dependency to SIZEOF_LONG/LONG_LONGYukihiro Matsumoto
2012-04-20remove SIZEOF_FLOAT/DOUBLEYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF___INT64Yukihiro Matsumoto
2012-04-20remove SIZEOF_SHORTYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_INTYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_VOIDPYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki