summaryrefslogtreecommitdiffhomepage
path: root/tasks
AgeCommit message (Expand)Author
2015-10-06Add optional params to toolchain configurationSeba Gamboa
2015-10-03Merge pull request #2946 from sagmor/test-dependenciesYukihiro "Matz" Matsumoto
2015-09-25LinkerConfig is a struct with five paramsTerence Lee
2015-09-09Add test dependenciesSeba Gamboa
2015-09-04Allow rbfiles in mrblib and test to have subdirsZachary Scott
2015-09-03Add build_mrbtest after config block is evaluatedZachary Scott
2015-08-22Add mruby-test build config and update :test task to use mrbgem binaryZachary Scott
2015-08-02be able to source with :path for mrbgemsTerence Lee
2015-07-29Merge pull request #2900 from joans321/enhance-mrbgem-buildYukihiro "Matz" Matsumoto
2015-07-27Shallow clone mgem sourceZachary Scott
2015-07-27mrbgem compile should be depend on mrbgem.rakexuejianqing
2015-07-25fix android compile bug : uninitialized constant GCC_VERSIONxuejianqing
2015-07-22Add ability to change compiler versions for androideabiSeba Gamboa
2015-07-15Refactor `Build#compile_as_cxx`.take_cheeze
2015-07-06fix androideabi cross-compile error : undefined reference to 'frexpl'xuejianqing
2015-06-29Merge pull request #2862 from scalone/recursive_cloneYukihiro "Matz" Matsumoto
2015-06-26Fix quotes use during load special path gem of gem.Thiago Scalone
2015-06-26Add —-recursive option to automatically update submodules from git mgems.Thiago Scalone
2015-06-25add_dependency doesn't workmattn
2015-06-23add host_target/build_target options for CrossBuild'ng native extensionsTerence Lee
2015-06-22Load missing dependencies from core or mgem-list.take_cheeze
2015-06-22Add :mgem gem loader to load mrbgem from mgem-list ( https://github.com/mruby...take_cheeze
2015-06-01Compile mruby compiler as mrbgem.take_cheeze
2015-04-24Output PNG instead of PDFfurunkel
2015-04-24Use separate build config directory for benchmark filesfurunkel
2015-04-24Include name of current build config in data directory namefurunkel
2015-04-24Let all benchmarks start with bm_furunkel
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