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
2021-01-31
Change `.o.d` back to `.d` because `.pi.d` is no longer created
KOBAYASHI Shuji
2021-01-28
Refine `preprocess_options`; ref d95ffb036
KOBAYASHI Shuji
2021-01-27
Split `presym_table` for reduced program size
KOBAYASHI Shuji
2021-01-27
Rename `.i` created for presym scan to `.pi`
KOBAYASHI Shuji
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-12
Fix that sometimes parallel build of test code fails; fix #5284
KOBAYASHI Shuji
2021-01-11
Remove unneeded check to `mrbtest` in `tasks/presym.rake`
KOBAYASHI Shuji
2021-01-10
Merge pull request #5271 from shuujii/fix-build-error-in-cross-build-with-presym
Yukihiro "Matz" Matsumoto
2021-01-10
Fix the condition to remove `mrbtest` when `rake clean`
KOBAYASHI Shuji
2021-01-10
Fix build error in cross-build with presym
KOBAYASHI Shuji
2021-01-08
Delay test code build until `rake test`
KOBAYASHI Shuji
2021-01-07
Use namespaces according to Rake conventions
KOBAYASHI Shuji
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-12-05
Make it possible that `libmruby.a` is not created
KOBAYASHI Shuji
2020-12-01
Revert "Create presym files for each build target" (58ba883e)
KOBAYASHI Shuji
2020-11-27
Fix incorrect regexp creation in `tasks/presym.rake`
KOBAYASHI Shuji
2020-11-27
Fix build failure; ref #5194
KOBAYASHI Shuji
2020-11-26
Add `tools/*` to target directory for presym parsing
KOBAYASHI Shuji
2020-11-26
Create presym files for each build target
KOBAYASHI Shuji
2020-11-21
Remove `-Wdeclaration-after-statement` from gcc options; #5159
Yukihiro "Matz" Matsumoto
2020-11-21
Merge pull request #5162 from shuujii/move-some-.rake-files-to-tasks-director...
Yukihiro "Matz" Matsumoto
2020-11-21
Move some `.rake` files to `tasks` directory for consistency
KOBAYASHI Shuji
2020-11-21
Improve determining C++ compiler in `tasks/toolchains/gcc.rake`
KOBAYASHI Shuji
2020-11-14
Remove redundant command execution in `header_search_paths`
KOBAYASHI Shuji
2020-10-29
Restore original name for default `build_config_name`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-19
Revert `MRUBY_TARGET` mechanism; ref #5096
KOBAYASHI Shuji
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
[next]