• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


RSS
修訂. 時間 作者
6276227 2015-10-11 21:55:56 Ralph Desir(Mav7)

Wrote YARD docs for mrb_define_module, mrb_include_module, mrb_prepend_module, mrb_define_class_method, mrb_define_module_function, and mrb_define_const on mruby.h

1a59721 2015-10-11 17:40:26 crimsonwoods

Accoding to the implementation of 'cflags', '-no-canonical-prefixes' is isolated.

7b65f39 2015-10-11 17:35:36 crimsonwoods

Remove unnecessary cases.

'mips64' can integrate into 'mips'.
'x86_64' is the same as 'mips64'.

61e4d1e 2015-10-11 17:34:01 crimsonwoods

Integrate common flag '-no-canonical-prefixes'.

a2a5c34 2015-10-11 17:25:48 crimsonwoods

Integrate common flag.

ad8a895 2015-10-11 17:24:47 crimsonwoods

Implement 'ldflags' for 'x86' architecture.

210f86f 2015-10-11 17:23:39 crimsonwoods

Implement 'ldflags' for 'x86_64' architecture.

a106e5d 2015-10-11 17:22:39 crimsonwoods

Implement 'ldflags' for 'mips' architecture.

2482642 2015-10-11 17:21:48 crimsonwoods

Implement 'ldflags' for 'mips64' architecture.

f5bc0ce 2015-10-11 17:17:32 crimsonwoods

Implement 'ldflags' for 'armeabi-v7a-hard' and 'armeabi-v7a'.

4a07b84 2015-10-11 17:13:35 crimsonwoods

Implement 'ldflags' for 'armeabi' architecture.

c0d30ab 2015-10-11 17:11:38 crimsonwoods

Implement 'ldflags' for 'arm64' architecture.

07c35de 2015-10-11 17:08:46 crimsonwoods

Implement 'ldflags'.

This is the first step of implementing 'ldflags'.

c38a271 2015-10-11 16:46:53 crimsonwoods

Add a missing required flag '-fstack-protector-strong'.

ad89fe6 2015-10-11 16:45:34 crimsonwoods

Add support for 'x86_64' architecture.

1ac5d35 2015-10-11 16:40:59 crimsonwoods

Remove duplicated compiler options.

3458a83 2015-10-11 16:37:38 crimsonwoods

Some flags (-ffunction-sections and etc.) should be set by default for 'x86' architecture.

b493c6b 2015-10-11 16:34:42 crimsonwoods

Add support for 'armeabi-v7a-hard' architecture.

abaad5c 2015-10-11 16:32:50 crimsonwoods

Some flags (-fpic and etc.) should be set by default for 'armeabi-v7a' and 'armeabi' architecture.

61a188a 2015-10-11 16:26:58 crimsonwoods

Some flags (-fpic and etc.) should be set by default for 'arm64' architecture.

86f710c 2015-10-11 16:24:30 crimsonwoods

Replace tab by white-spaces.

c022357 2015-10-11 16:22:45 crimsonwoods

Add support for 'mips64' architecture.

3ae425e 2015-10-11 16:14:00 crimsonwoods

Fix build error for 'x86' architecture.

a296673 2015-10-11 16:06:21 crimsonwoods

Fix build error for 'mips' architecture.

cd97339 2015-10-11 15:58:28 crimsonwoods

Add support for 'arm64' architecture.

5830e2a 2015-10-11 13:01:51 Yukihiro "Matz" Matsumoto

update doc/guides/compile.md to refer androidndk.rake; ref #2983 #2974

8d6ba96 2015-10-11 12:58:55 Yukihiro "Matz" Matsumoto

Merge pull request #2983 from sagmor/android-setup

WIP - New Android NDK toolchain

f1610a9 2015-10-11 12:54:34 Yukihiro "Matz" Matsumoto

Merge pull request #2987 from crowell/patch-1

point to the right compile file

7c6f237 2015-10-11 11:45:39 Jeffrey Crowell

point to the right compile file

c87c409 2015-10-10 17:24:34 Yukihiro "Matz" Matsumoto

Merge pull request #2986 from takahashim/mrbdoc

fix `rake doc` error