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
/
tasks
Age
Commit message (
Expand
)
Author
2020-10-12
Remove compiler feature detection
Rory OConnell
2020-10-12
Add call to malloc_trim on a full GC
Rory OConnell
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Removed unnecessary dependency from `all`.
Yukihiro "Matz" Matsumoto
2020-10-12
Build process updated:
Yukihiro "Matz" Matsumoto
2020-08-04
Improve `rake benchmark`
dearblue
2020-07-14
Fix `${build_dir}/mrbgems/gem_init.c` generation condition; ref #5010
KOBAYASHI Shuji
2020-05-26
Detect newly added mrbgems when re-creating gem_init.c
Kondo Uchio
2020-04-01
fix for quoting visualcpp
dsisnero
2020-04-01
build when directories and files have spaces
Dominic Sisneros
2020-03-08
Increase flexibility of CrossBuild
Reckordp
2020-01-15
Remove broken `MRB_INT16` configuration option.
Yukihiro "Matz" Matsumoto
2019-12-30
Use `rake` instead of `minirake` in `.gitlab-ci.yml`
KOBAYASHI Shuji
2019-12-27
Use Rake DSL instead of commands of `FileUtils`
KOBAYASHI Shuji
2019-12-23
Use GNU extension in C++ for cygwin
take-cheeze
2019-12-21
Fix "undefined method `Pathname'"; fix #4895
KOBAYASHI Shuji
2019-12-21
Abandon `minirake`. Use `rake` for compilation; fix #4884
Yukihiro "Matz" Matsumoto
2019-10-04
Remove unused code to old Visual Studio in `tasks/toolchains/visualcpp.rake`
KOBAYASHI Shuji
2019-09-13
Revert part of "Refine `tasks/toolchains/(gcc|clang).rake`" (07c6b7f0)
KOBAYASHI Shuji
2019-09-13
Fix warnings for invalid C++ option with `enable_cxx_abi`; ref #3618, #4703
KOBAYASHI Shuji
2019-09-12
Refine `tasks/toolchains/(gcc|clang).rake`
KOBAYASHI Shuji
2019-08-26
fix lots of warnings and make logo not so big
David Siaw
2019-08-26
change doc directory and reduce warnings
David Siaw
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-08-03
Change second argument to `%l` of `mrb_vformat()` to `size_t` from `mrb_int`
KOBAYASHI Shuji
2019-04-16
Avoid potential zero size array declaration; fix #4382
KOBAYASHI Shuji
2019-03-06
Refer also CXX and CC env vars as linker command in gcc and clang toolchain
KOBAYASHI Shuji
2019-02-23
Remove explicit set of `DISABLE_GEMS`
KOBAYASHI Shuji
2018-12-22
Append cflags for undefined macro
dearblue
2018-10-29
Rename libmruby stuff to avoid confusion
take-cheeze
2018-09-07
Clear terminated space
dearblue
2018-09-02
Reverse gems final
dearblue
2018-07-04
Add ~/Android/Sdk/ndk-bundle as default NDK home
duangsuse
2018-06-20
Add forgotten `mkdir_p`s.
take-cheeze
2017-12-24
Removed the Visual Studio Version Check because it does not
Lothar Scholz
2017-12-11
Add `enable_sanitizer` method for clang and gcc.
Yukihiro "Matz" Matsumoto
2017-10-16
Fix a compile error on zero mrbgem case.
Yukihiro "Matz" Matsumoto
2017-07-29
Merge branch 'move-task-class-definitions' of https://github.com/udzura/mruby...
Yukihiro "Matz" Matsumoto
2017-07-19
Fixed setting custom rbfiles in gemspec
Christopher Aue
2017-06-28
Remove redundant use of `Object#to_s` in interpolation.
Yukihiro "Matz" Matsumoto
2017-04-22
Add --libmruby-path support to mruby-bin-mruby-config.
Yuji Yamano
2017-04-04
Move class/module definitions to normal .rb files
Uchio KONDO
2017-03-02
Reorganize C++ exceptions; ref #3470
Yukihiro "Matz" Matsumoto
2017-02-28
Compile C files by C compiler when C++ files mixed.
Yukihiro "Matz" Matsumoto
2017-02-27
Merge pull request #3458 from dabroz/gitlab-ci
Yukihiro "Matz" Matsumoto
2017-02-16
Android toolchain separated target architecture compile flags (ctarget) from ...
Felix Jones
2017-02-16
Gitlab tests for multiple configurations
Tomasz Dabrowski
2017-02-15
Modify default cflags.
crimsonwoods
2017-02-15
Add '-Wl,--fix-cortex-a8' linker option for 'armeabi-v7a' architecture.
crimsonwoods
2017-02-15
Set default linker 'flags' and 'flags_before_libraries'.
crimsonwoods
[next]