Commit Graph

22 Commits

Author SHA1 Message Date
Yukihiro Matz Matsumoto 17fa9927a3 resolve conflicts 2013-01-21 17:31:12 +09:00
Daniel Bovensiepen 300f0d548b Beautify the output of rake 2013-01-21 15:58:47 +08:00
Daniel Bovensiepen 9d9e784a56 Set default rake to not verbose 2013-01-21 15:58:20 +08:00
Daniel Bovensiepen 73eba4d4e8 Reduce line length 2013-01-21 14:13:17 +08:00
Daniel Bovensiepen 46b9118562 Fix Visual Studio Toolchain 2013-01-21 14:08:30 +08:00
Yuichiro MASUI 117e2ec065 Export build flags to lib/libmruby.flags.mak 2013-01-21 14:05:42 +09:00
Yuichiro MASUI 0defb59053 build_config gets more flexibility 2013-01-21 12:46:17 +09:00
Yuichiro MASUI ced80d2b4b Improved build scripts and config files 2013-01-20 22:48:42 +09:00
mattn d8dcee584e build gems if build_config.rb is modified. 2013-01-11 21:01:04 +09:00
Yuichiro MASUI 5d9aeb1502 Fixed mrbtest result numbers 2013-01-11 02:50:22 +09:00
mattn 7deef5aa7d remove compiler warnings. 2013-01-10 14:38:05 +09:00
Yukihiro "Matz" Matsumoto 5804e7682e Merge pull request #714 from masuidrive/add_flags_for_building
Added conf.bins for defining bulding binaries
2013-01-09 08:49:13 -08:00
Yuichiro MASUI 33350251ae Added conf.bins for defining bulding binaries 2013-01-09 22:40:08 +09:00
Yuichiro MASUI 3479d8474a Added s flag to ar command 2013-01-09 20:15:49 +09:00
Yuichiro MASUI a19c061cb1 Added gem :github option 2013-01-08 00:44:48 +09:00
Yuichiro MASUI 280bad605e Run mrbgems test run on isolate mrb_state each rb file.
Can access to current gem's name through GEMNAME from test.

Can change assert library each mrbgems. used spec.test_preload on mrbgem.rake.

assert library should set $ok_test, $ko_test, $kill_test, $asserts.
2013-01-07 02:58:36 +09:00
Yukihiro "Matz" Matsumoto 85370784a4 Merge pull request #692 from masuidrive/fixed_mrbgem_cxx_objc_flags
Added cxx/objc/asmflags in mrbgems
2013-01-06 03:52:39 -08:00
Yuichiro MASUI 0dd0a54881 Added cxx/objc/asmflags in mrbgems. Sorry, I forgot it 2013-01-06 04:09:08 +09:00
Yuichiro MASUI b28a9c84c8 Fixed build dependency 2013-01-05 17:00:07 +09:00
Yuichiro MASUI b8a6c5ce0d Changed objccflags to objcflags
Added cxxflags, objcflags, asmflags to mrbgem.rake
Support .cxx and .cc as C++ source in mrbgems
2013-01-04 23:43:33 +09:00
Daniel Bovensiepen e3fd198cbf Fix an unnecessary space 2013-01-04 07:01:01 +08:00
Yuichiro MASUI 7c469c0b9d Rebuild CRuby based building script without Makefile
Tested CRuby 1.8.6 and 1.9.3

You can see building configuration in build_config.rb
2013-01-03 02:24:15 +09:00