summaryrefslogtreecommitdiffhomepage
path: root/tasks
AgeCommit message (Expand)Author
2021-02-14Add `-s` option to `mrbc` for make variable staticKOBAYASHI Shuji
2021-02-12Do not collect linker options from binary gems; close #5210Yukihiro "Matz" Matsumoto
2021-02-07Explicit top level task to clarify in `tasks/test.rake`KOBAYASHI Shuji
2021-02-06Ignore if `conf.enable_test` does not existdearblue
2021-02-04Check if `.pi` build rules are definedKOBAYASHI Shuji
2021-01-31Change `.o.d` back to `.d` because `.pi.d` is no longer createdKOBAYASHI Shuji
2021-01-28Refine `preprocess_options`; ref d95ffb036KOBAYASHI Shuji
2021-01-27Split `presym_table` for reduced program sizeKOBAYASHI Shuji
2021-01-27Rename `.i` created for presym scan to `.pi`KOBAYASHI Shuji
2021-01-26Revert "Minimize the changes in #5277"Yukihiro "Matz" Matsumoto
2021-01-22Minimize the changes in #5277Yukihiro "Matz" Matsumoto
2021-01-12Fix that sometimes parallel build of test code fails; fix #5284KOBAYASHI Shuji
2021-01-11Remove unneeded check to `mrbtest` in `tasks/presym.rake`KOBAYASHI Shuji
2021-01-10Merge pull request #5271 from shuujii/fix-build-error-in-cross-build-with-presymYukihiro "Matz" Matsumoto
2021-01-10Fix the condition to remove `mrbtest` when `rake clean`KOBAYASHI Shuji
2021-01-10Fix build error in cross-build with presymKOBAYASHI Shuji
2021-01-08Delay test code build until `rake test`KOBAYASHI Shuji
2021-01-07Use namespaces according to Rake conventionsKOBAYASHI Shuji
2020-12-13Improve source scanning for presymKOBAYASHI Shuji
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