summaryrefslogtreecommitdiffhomepage
path: root/tasks
AgeCommit message (Expand)Author
2015-04-24Add build files for benchmarkings; add mandelbrot benchmarkfurunkel
2015-04-23Don't echo to stdoutfurunkel
2015-04-23Add task for running and plotting benchmarksfurunkel
2015-04-18Enable -Wwrite-strings by default for GCCKouhei Sutou
2015-03-18Fix exceptions for visualcppJared Breeden
2015-02-10Add more debug flags for GCC based compilersKouhei Sutou
2015-01-22tasks/ruby_ext.rake: Fix build error when file path includes \1 or \2. #2709sdottaka
2015-01-18Don't use Build.current if possibleJulian Aron Prenner
2014-09-08Fix MSVC C++ ABI build. Close #2588.take_cheeze
2014-09-05Fix default gem loading in `generate_gem_table`.take_cheeze
2014-08-20Fix error handlings for mrb_open_core().Tatsuhiko Kubo
2014-08-11fix build when neither src nor mrblib directory exists.Tomoyuki Sahara
2014-08-04don't always generate gem functionscremno
2014-07-14Set `$mrbtest_verbose` flag in `mrb_init_test_driver`.take_cheeze
2014-07-12Fix rake failure since `mrbtest_objs` isn't flattened.take_cheeze
2014-07-12Run mrbgem and core tests on minimum dependencies.take_cheeze
2014-07-08Use `mrb_print_error` to print exception instead of `mrb_p`.take_cheeze
2014-06-29Add method `toolchains` and `primary_toolchain` to `MRuby::Build`.take_cheeze
2014-06-13remove add_conflicts now; use add_conflict; ref #2390Yukihiro "Matz" Matsumoto
2014-06-13Implement `add_conflict`. Usage is similar to `add_dependency`.take_cheeze
2014-06-12Implement `add_conflicts`. Solve #2383.take_cheeze
2014-06-10rename mrb_atexit to mrb_state_atexit to clarify a func will be called at the...Yukihiro "Matz" Matsumoto
2014-06-10Add include_paths in dependency gems.Masaki Muranaka
2014-06-10Merge pull request #2377 from monaka/pr-add-dot-s-extensionYukihiro "Matz" Matsumoto
2014-06-10Merge pull request #2378 from monaka/pr-add-tools-dir-to-cxx-files-check-oathsYukihiro "Matz" Matsumoto
2014-06-09Do not export include/ dirs in mrbgems to core build.Masaki Muranaka
2014-06-09Find c++ files in tools/.Masaki Muranaka
2014-06-09Add ".s" to source extensions.Masaki Muranaka
2014-06-08Remove redundant substitutions.Masaki Muranaka
2014-06-06Add bintest for `mrbc`.take_cheeze
2014-06-06Merge pull request #2359 from take-cheeze/src_gen_depYukihiro "Matz" Matsumoto
2014-06-05Merge branch 'atexit' of https://github.com/take-cheeze/mruby into take-cheez...Yukihiro "Matz" Matsumoto
2014-06-04Add generator script to dependency so that it will regenerate C codes when it...take_cheeze
2014-06-03Fix mgem test args passingCarson McDonald
2014-05-20Support extension '.cc' in globbing.take_cheeze
2014-05-12Rebuild no mrb_open mrbgems test when config file is modified.take_cheeze
2014-05-08Add API `mrb_atexit()`.take_cheeze
2014-05-02MSVC: treat implicit function decl. as errorcremno
2014-05-01Remove use of define_singleton_method.take_cheeze
2014-05-01Implement header search for gcc and clang.take_cheeze
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-04-29Add doubling stack extend, as fix for #2016kyab
2014-04-23Implement default gem info to use when there is no depending gem is defined.take_cheeze
2014-04-20Implement :checksum_hash mrbgem option.Daniel Bovensiepen
2014-04-09Make bintest enabling like other `enable_xxx` methods.take_cheeze
2014-04-08Add MRuby::Build#disable_cxx_exception to force C++ ABI disable.take_cheeze
2014-04-07Fix C++ files detection for automatic C++ ABI enabling.take_cheeze
2014-04-06Merge pull request #2019 from monaka/pr-add-macro-for-mrbgem-versionYukihiro "Matz" Matsumoto
2014-04-06Pass gem's version information to compilers.Masaki Muranaka
2014-04-05Fix 'make test' fail to build on Windows(MSVC)kyab