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
Age
Commit message (
Expand
)
Author
2015-10-21
Merge branch 'master' of https://github.com/mruby/mruby into gc_cleanup
furunkel
2015-10-21
Merge upstream
furunkel
2015-10-21
Merge pull request #2879 from cremno/call-always-frexp-instead-of-frexpl
Yukihiro "Matz" Matsumoto
2015-10-20
Prefix mrb_gc_state enum members, make color defines private
furunkel
2015-10-20
do not assert is_dead() during mark phase; close #2825 ref #2996 #2769
Yukihiro "Matz" Matsumoto
2015-10-19
Remove gc_ prefix of mrb_gc fields
furunkel
2015-10-19
Move MRB_GC_ARENA_SIZE to gc.h and fix compiler warnings
furunkel
2015-10-19
Remove segregated value struct declaration
furunkel
2015-10-19
Clean up GC code
furunkel
2015-10-18
Merge pull request #2995 from Mav7/master
Yukihiro "Matz" Matsumoto
2015-10-17
fixed YARD documentation for mrb_obj_new
Ralph Desir(Mav7)
2015-10-15
got rid of dummy gem
Ralph Desir(Mav7)
2015-10-15
updated YARD docs on mruby.h
Ralph Desir(Mav7)
2015-10-16
use visualcpp toolchain for test as well
Yukihiro "Matz" Matsumoto
2015-10-15
Merge pull request #2993 from Mav7/master
Yukihiro "Matz" Matsumoto
2015-10-15
Merge branch 'crimsonwoods-fix_androidndk_rake'
Yukihiro "Matz" Matsumoto
2015-10-15
Merge branch 'fix_androidndk_rake' of https://github.com/crimsonwoods/mruby i...
Yukihiro "Matz" Matsumoto
2015-10-14
got rid of dummy gem i was testing
Ralph Desir
2015-10-14
Add more YARD docs for mruby.h for mrb_undef_method and mrb_undef_class_method.
Ralph Desir(Mav7)
2015-10-14
Added documentation for mrb_undef_method
Ralph Desir(Mav7)
2015-10-13
rename androidndk to androidin compile.md; ref #2991
Yukihiro "Matz" Matsumoto
2015-10-13
Merge pull request #2991 from sagmor/android-rename
Yukihiro "Matz" Matsumoto
2015-10-12
Rename androidndk tolchain to just android
Seba Gamboa
2015-10-13
delete tasks/toolchains/androideabi.rake; ref #2983 #2988
Yukihiro "Matz" Matsumoto
2015-10-12
Fix issue: LDFLAGS is not applied correctly.
crimsonwoods
2015-10-12
Merge pull request #2916 from felixjones/master
Yukihiro "Matz" Matsumoto
2015-10-12
Merge pull request #2989 from Mav7/master
Yukihiro "Matz" Matsumoto
2015-10-12
Merge pull request #2988 from crimsonwoods/update_androidndk_rake
Yukihiro "Matz" Matsumoto
2015-10-11
Wrote YARD docs for mrb_define_module, mrb_include_module, mrb_prepend_module...
Ralph Desir(Mav7)
2015-10-11
Accoding to the implementation of 'cflags', '-no-canonical-prefixes' is isola...
crimsonwoods
2015-10-11
Remove unnecessary cases.
crimsonwoods
2015-10-11
Integrate common flag '-no-canonical-prefixes'.
crimsonwoods
2015-10-11
Integrate common flag.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'x86' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'x86_64' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'mips' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'mips64' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'armeabi-v7a-hard' and 'armeabi-v7a'.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'armeabi' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags' for 'arm64' architecture.
crimsonwoods
2015-10-11
Implement 'ldflags'.
crimsonwoods
2015-10-11
Add a missing required flag '-fstack-protector-strong'.
crimsonwoods
2015-10-11
Add support for 'x86_64' architecture.
crimsonwoods
2015-10-11
Remove duplicated compiler options.
crimsonwoods
2015-10-11
Some flags (-ffunction-sections and etc.) should be set by default for 'x86' ...
crimsonwoods
2015-10-11
Add support for 'armeabi-v7a-hard' architecture.
crimsonwoods
2015-10-11
Some flags (-fpic and etc.) should be set by default for 'armeabi-v7a' and 'a...
crimsonwoods
2015-10-11
Some flags (-fpic and etc.) should be set by default for 'arm64' architecture.
crimsonwoods
2015-10-11
Replace tab by white-spaces.
crimsonwoods
2015-10-11
Add support for 'mips64' architecture.
crimsonwoods
[next]