Yukihiro "Matz" Matsumoto
|
538bbfc15f
|
Merge pull request #773 from thecodeshop/ppp
Refine pretty printing
|
2013-01-23 05:20:43 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
f6195693b6
|
Merge pull request #772 from arciem/updateMarkdown
Fixed markdown of code in mrbgems/README.md
|
2013-01-23 05:18:04 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
8961a78808
|
Merge pull request #770 from masuidrive/mrbgem_finalizer
Added finalizer of mrbgems
|
2013-01-23 05:11:54 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
b79e1ecbaa
|
Merge pull request #769 from masuidrive/mrbgem_init
Add C++/Objective-C init in toolchains
|
2013-01-23 05:00:38 -08:00 |
|
Jon
|
7f095534fd
|
Refine pretty-print indenting
|
2013-01-23 00:23:13 -05:00 |
|
Jon
|
26f353d807
|
Fix pretty-print test miss
|
2013-01-22 16:19:17 -05:00 |
|
Robert McNally
|
28ac47efbf
|
Fixed markdown of code in mrbgems/README.md
|
2013-01-22 08:43:56 -08:00 |
|
Jon
|
d5b263f7a9
|
Refine pretty printing
|
2013-01-22 10:37:54 -05:00 |
|
Yuichiro MASUI
|
310b0dce8f
|
Added finalizer of mrbgems
|
2013-01-22 20:18:48 +09:00 |
|
Yuichiro MASUI
|
f6edd3065c
|
Add C++/Objective-C init in toolchains
|
2013-01-22 14:06:59 +09:00 |
|
Yukihiro Matz Matsumoto
|
3a95e3fbbd
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-01-22 10:47:37 +09:00 |
|
Yukihiro Matz Matsumoto
|
323d8501d6
|
zero initialize hex buffers; close 768
|
2013-01-22 00:40:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
461a03ca06
|
Merge pull request #767 from masuidrive/build_error_message
Added "Unknown toolchain/gem" error message
|
2013-01-21 07:37:50 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
b5f8fd34ce
|
Merge pull request #763 from matsumoto-r/change_cflags_name
Changed flags name in libmruby.flags.mak
|
2013-01-21 07:35:04 -08:00 |
|
Yuichiro MASUI
|
a9064dce15
|
Added "Unknown toolchain/gem" error message
|
2013-01-21 23:52:39 +09:00 |
|
MATSUMOTO Ryosuke
|
1db86c9e99
|
Changed flags name in libmruby.flags.mak
|
2013-01-21 20:47:42 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
cc2e4e73de
|
Merge pull request #762 from cremno/vs2012-toolchain-fixes
vs2012 toolchain: various fixes
|
2013-01-21 03:04:29 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
7987619bed
|
Merge pull request #760 from masuidrive/fixed_compat
Fixed 1.8 compatibility
|
2013-01-21 03:02:52 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
73fa0d6355
|
Merge pull request #759 from skandhas/pr-fix-build-on-cygwin
fix build faild on Cygwin Environment
|
2013-01-21 03:00:50 -08:00 |
|
Cremno
|
94776fd8fc
|
vs2012 toolchain: various fixes
CC: / instead of - (cosmetic change)
LD: removed default libraries and fixed options syntax
AR: added /nologo
|
2013-01-21 10:59:24 +01:00 |
|
Yukihiro "Matz" Matsumoto
|
84ef21a4d5
|
Merge pull request #757 from bovi/compile-doc
Adapt Compile Documentation to improved Build process
|
2013-01-21 00:36:38 -08:00 |
|
Yukihiro Matz Matsumoto
|
17fa9927a3
|
resolve conflicts
|
2013-01-21 17:31:12 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
04941bc163
|
Merge pull request #761 from bovi/beautify-build
Beautify build process output
|
2013-01-21 00:25:58 -08: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
|
56928e9fee
|
make minirake respect verbose and set verbose to false by default
|
2013-01-21 15:57:45 +08:00 |
|
Yuichiro MASUI
|
befb830a42
|
Fixed 1.8 compatibilitywq
|
2013-01-21 16:14:09 +09:00 |
|
skandhas
|
121001c4f5
|
fix build faild on Cygwin Environment
|
2013-01-21 14:34:30 +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 |
|
Daniel Bovensiepen
|
2b3fe91b82
|
Beautify the graphs in the compilation documentation
|
2013-01-21 11:54:39 +08:00 |
|
Daniel Bovensiepen
|
8721f89129
|
Add diagram for new build process
|
2013-01-21 11:48:28 +08:00 |
|
Yuichiro MASUI
|
0defb59053
|
build_config gets more flexibility
|
2013-01-21 12:46:17 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8e86ff2283
|
Merge pull request #755 from masuidrive/imprive_build_scripts
Improved build scripts and config files
|
2013-01-20 14:41:50 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
cc16bd7c0d
|
Merge pull request #754 from masamitsu-murase/modify_undef_node
Modify handling of NODE_UNDEF.
|
2013-01-20 14:32:40 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
aaf5f3a0f5
|
Merge pull request #753 from masamitsu-murase/modify_handling_of_quoted_string_literal
Modify handling of quoted non-expanded string literal
|
2013-01-20 14:32:05 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
ebdb8e985d
|
Merge pull request #749 from masamitsu-murase/modify_handling_of_bodystmt
Modify handling of `bodystmt`.
|
2013-01-20 14:19:28 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
f53d5ee73c
|
Merge pull request #751 from masamitsu-murase/modify_block_copy_of_op_enter
Modify handling of OP_ENTER.
|
2013-01-20 14:18:26 -08:00 |
|
Daniel Bovensiepen
|
cf8e978447
|
Modify documentation for new build process
|
2013-01-20 23:23:40 +08:00 |
|
Yuichiro MASUI
|
ced80d2b4b
|
Improved build scripts and config files
|
2013-01-20 22:48:42 +09:00 |
|
Masamitsu MURASE
|
d16659c7a5
|
Add test for undef and alias.
|
2013-01-20 17:44:28 +09:00 |
|
Masamitsu MURASE
|
7195fb8716
|
Modify handling of NODE_UNDEF to accept multiple arguments.
|
2013-01-20 17:44:28 +09:00 |
|
Masamitsu MURASE
|
f04d9b1c50
|
Add a test for quoted non-expanded string literal.
|
2013-01-20 05:00:06 +09:00 |
|
Masamitsu MURASE
|
38b32a55c6
|
Modify handling of Quoted non-expanded literal strings.
|
2013-01-20 04:58:19 +09:00 |
|
Masamitsu MURASE
|
8f8d9fd41a
|
Add test for issue #750.
|
2013-01-20 01:49:52 +09:00 |
|
Masamitsu MURASE
|
0dd9a0fd6a
|
Modify handling of OP_ENTER.
If `argc` is `-1`, `block` parameter is sometimes overwritten.
|
2013-01-19 23:16:03 +09:00 |
|
Masamitsu MURASE
|
457f4ddca5
|
Modify handling of bodystmt.
|
2013-01-19 01:49:54 +09:00 |
|
Yukihiro Matz Matsumoto
|
583983385b
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-01-18 18:11:01 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
24c5725562
|
Merge pull request #745 from authorNari/clear-old-flag-to-change-gc-mode
Clear all old flags, even if we change the gc mode during the major gc.
|
2013-01-18 00:24:19 -08:00 |
|