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
/
lib
Age
Commit message (
Expand
)
Author
2020-10-12
Build process updated:
Yukihiro "Matz" Matsumoto
2020-09-17
Merge pull request #5081 from wataash/d-format-comment
Yukihiro "Matz" Matsumoto
2020-09-17
*.d format is version-independent
Wataru Ashihara
2020-09-17
Fix skipping reading file
Wataru Ashihara
2020-09-17
Fix *.d parsing with gcc 9.3.0
Wataru Ashihara
2020-09-10
Merge pull request #4933 from dearblue/variables
Yukihiro "Matz" Matsumoto
2020-06-11
Remove endian configuration methods.
Yukihiro "Matz" Matsumoto
2020-05-26
Revert part of "Start GitHub Actions" (4ce3997c)
KOBAYASHI Shuji
2020-05-24
Start GitHub Actions; close #4903
Takeshi Watanabe
2020-04-29
Sorting the list of gems at build time by name
dearblue
2020-04-08
Merged `cygwin_filename()` into `filename()` because Cygwin pathnames are in ...
mimaki
2020-04-05
Merge pull request #4960 from Reckordp/BuildAndroid
Yukihiro "Matz" Matsumoto
2020-04-04
Revert part of #4959
Yukihiro "Matz" Matsumoto
2020-04-03
Helper for link window's library
Reckordp
2020-04-01
build when directories and files have spaces
Dominic Sisneros
2020-01-29
Isolate top-level local variables by file scope; fix #4931
dearblue
2019-12-28
Use `Rake.verbose` instead of `$verbose` and `$pp_show` in build scripts
KOBAYASHI Shuji
2019-12-27
Use Rake DSL instead of commands of `FileUtils`
KOBAYASHI Shuji
2019-12-23
add double quotes for cygwin filenames #4904
kishima
2019-12-22
Use `git checkout` instead of `git reset`
dearblue
2019-12-22
Display directory with git command
dearblue
2019-12-21
Perform `shellquote` on referenced string
dearblue
2019-11-10
Defer getting `caller_dir` until needed in `MRuby::LoadGems#gem`
KOBAYASHI Shuji
2019-10-29
Fix file/directory name parameter for `git` command.
mimaki
2019-10-19
Print mrbc command on verbose mode
take-cheeze
2019-10-09
Add mrbgem version field to lock file
take-cheeze
2019-09-13
Fix warnings for invalid C++ option with `enable_cxx_abi`; ref #3618, #4703
KOBAYASHI Shuji
2019-09-13
Remove `-std=gnu99` when `enable_cxx_abi`; ref #4703
Yukihiro "Matz" Matsumoto
2019-08-25
Defer several build libraries loading until needed
KOBAYASHI Shuji
2019-08-22
Refine processing for gem lock file
KOBAYASHI Shuji
2019-08-22
Separate repos directory and build directory
take-cheeze
2019-08-21
Merge pull request #4180 from take-cheeze/lock_file
Yukihiro "Matz" Matsumoto
2019-08-08
Remove monkey patches for Ruby 1.9 or earlier
KOBAYASHI Shuji
2019-07-12
Merge pull request #4571 from shuujii/consider--MP-flag-specified-when-parsin...
Yukihiro "Matz" Matsumoto
2019-07-12
Lazy load `tasks/toolchains/*.rake`
KOBAYASHI Shuji
2019-07-12
Consider `-MP` flag specified when parsing `.d` file
KOBAYASHI Shuji
2019-05-17
Stop wrapping the filename by double quotes; ref #4440
Yukihiro "Matz" Matsumoto
2019-05-17
Revert "Add support for CC="gcc --option ..." again"
Yukihiro "Matz" Matsumoto
2019-05-17
Add support for CC="gcc --option ..." again
Kouhei Sutou
2019-04-19
Fixes the twiddle wakka comparison algorithm to support passing only a major ...
Rob
2019-03-10
Add bintest header
KOBAYASHI Shuji
2019-03-08
Allow `enable_bintest` without `enable_test` in build config
KOBAYASHI Shuji
2019-03-02
Remove unused `gem.bin=` method; close #4271
Yukihiro "Matz" Matsumoto
2019-02-21
Fix typo in `lib/mruby/build/command.rb`
KOBAYASHI Shuji
2019-02-06
Integrate definition of `MRuby::Build#exefile`
KOBAYASHI Shuji
2019-02-02
Extend only when necessary in `lib/mruby-core-ext.rb`
KOBAYASHI Shuji
2019-01-14
Fix build failed when set `conf.build_dir=<rel path>` and `conf.enable_cxx_ex...
dearblue
2018-12-30
Use `each_with_object` instead of `reduce`.
KOBAYASHI Shuji
2018-12-29
Fix Yacc running multiple times.
KOBAYASHI Shuji
2018-12-06
Support lock file for git.
take-cheeze
[next]