summaryrefslogtreecommitdiffhomepage
path: root/tasks
AgeCommit message (Expand)Author
2020-12-05Make it possible that `libmruby.a` is not createdKOBAYASHI Shuji
2020-12-01Revert "Create presym files for each build target" (58ba883e)KOBAYASHI Shuji
2020-11-27Fix incorrect regexp creation in `tasks/presym.rake`KOBAYASHI Shuji
2020-11-27Fix build failure; ref #5194KOBAYASHI Shuji
2020-11-26Add `tools/*` to target directory for presym parsingKOBAYASHI Shuji
2020-11-26Create presym files for each build targetKOBAYASHI Shuji
2020-11-21Remove `-Wdeclaration-after-statement` from gcc options; #5159Yukihiro "Matz" Matsumoto
2020-11-21Merge pull request #5162 from shuujii/move-some-.rake-files-to-tasks-director...Yukihiro "Matz" Matsumoto
2020-11-21Move some `.rake` files to `tasks` directory for consistencyKOBAYASHI Shuji
2020-11-21Improve determining C++ compiler in `tasks/toolchains/gcc.rake`KOBAYASHI Shuji
2020-11-14Remove redundant command execution in `header_search_paths`KOBAYASHI Shuji
2020-10-29Restore original name for default `build_config_name`; ref #5098Yukihiro "Matz" Matsumoto
2020-10-19Revert `MRUBY_TARGET` mechanism; ref #5096KOBAYASHI Shuji
2020-10-12Remove compiler feature detectionRory OConnell
2020-10-12Add call to malloc_trim on a full GCRory OConnell
2020-10-12Rename float configuration option names.Yukihiro "Matz" Matsumoto
2020-10-12Removed unnecessary dependency from `all`.Yukihiro "Matz" Matsumoto
2020-10-12Build process updated:Yukihiro "Matz" Matsumoto
2020-08-04Improve `rake benchmark`dearblue
2020-07-14Fix `${build_dir}/mrbgems/gem_init.c` generation condition; ref #5010KOBAYASHI Shuji
2020-05-26Detect newly added mrbgems when re-creating gem_init.cKondo Uchio
2020-04-01fix for quoting visualcppdsisnero
2020-04-01build when directories and files have spacesDominic Sisneros
2020-03-08Increase flexibility of CrossBuildReckordp
2020-01-15Remove broken `MRB_INT16` configuration option.Yukihiro "Matz" Matsumoto
2019-12-30Use `rake` instead of `minirake` in `.gitlab-ci.yml`KOBAYASHI Shuji
2019-12-27Use Rake DSL instead of commands of `FileUtils`KOBAYASHI Shuji
2019-12-23Use GNU extension in C++ for cygwintake-cheeze
2019-12-21Fix "undefined method `Pathname'"; fix #4895KOBAYASHI Shuji
2019-12-21Abandon `minirake`. Use `rake` for compilation; fix #4884Yukihiro "Matz" Matsumoto
2019-10-04Remove unused code to old Visual Studio in `tasks/toolchains/visualcpp.rake`KOBAYASHI Shuji
2019-09-13Revert part of "Refine `tasks/toolchains/(gcc|clang).rake`" (07c6b7f0)KOBAYASHI Shuji
2019-09-13Fix warnings for invalid C++ option with `enable_cxx_abi`; ref #3618, #4703KOBAYASHI Shuji
2019-09-12Refine `tasks/toolchains/(gcc|clang).rake`KOBAYASHI Shuji
2019-08-26fix lots of warnings and make logo not so bigDavid Siaw
2019-08-26change doc directory and reduce warningsDavid Siaw
2019-08-05Use new specifiers/modifiers of `mrb_vfromat()`KOBAYASHI Shuji
2019-08-03Change second argument to `%l` of `mrb_vformat()` to `size_t` from `mrb_int`KOBAYASHI Shuji
2019-04-16Avoid potential zero size array declaration; fix #4382KOBAYASHI Shuji
2019-03-06Refer also CXX and CC env vars as linker command in gcc and clang toolchainKOBAYASHI Shuji
2019-02-23Remove explicit set of `DISABLE_GEMS`KOBAYASHI Shuji
2018-12-22Append cflags for undefined macrodearblue
2018-10-29Rename libmruby stuff to avoid confusiontake-cheeze
2018-09-07Clear terminated spacedearblue
2018-09-02Reverse gems finaldearblue
2018-07-04Add ~/Android/Sdk/ndk-bundle as default NDK homeduangsuse
2018-06-20Add forgotten `mkdir_p`s.take-cheeze
2017-12-24Removed the Visual Studio Version Check because it does notLothar Scholz
2017-12-11Add `enable_sanitizer` method for clang and gcc.Yukihiro "Matz" Matsumoto
2017-10-16Fix a compile error on zero mrbgem case.Yukihiro "Matz" Matsumoto