Yukihiro "Matz" Matsumoto
|
fd8634d26b
|
Merge pull request #2993 from Mav7/master
Updated mruby.h YARD doc.
|
2015-10-15 23:12:47 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d890645964
|
Merge branch 'crimsonwoods-fix_androidndk_rake'
|
2015-10-15 23:10:03 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
622e68e535
|
Merge branch 'fix_androidndk_rake' of https://github.com/crimsonwoods/mruby into crimsonwoods-fix_androidndk_rake
|
2015-10-15 23:08:38 +09:00 |
|
Ralph Desir
|
2df9786f33
|
got rid of dummy gem i was testing
|
2015-10-14 22:48:49 -04:00 |
|
Ralph Desir(Mav7)
|
d702b7fdf0
|
Add more YARD docs for mruby.h for mrb_undef_method and mrb_undef_class_method.
|
2015-10-14 16:49:10 -04:00 |
|
Ralph Desir(Mav7)
|
a5b416e2ce
|
Added documentation for mrb_undef_method
|
2015-10-14 02:50:12 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
6b122c6b2a
|
rename androidndk to androidin compile.md; ref #2991
|
2015-10-13 08:31:01 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
089e2a1677
|
Merge pull request #2991 from sagmor/android-rename
Rename androidndk tolchain to just android
|
2015-10-13 08:28:10 +09:00 |
|
Seba Gamboa
|
1e2381f870
|
Rename androidndk tolchain to just android
|
2015-10-12 13:41:46 -03:00 |
|
Yukihiro "Matz" Matsumoto
|
e48596e9e6
|
delete tasks/toolchains/androideabi.rake; ref #2983 #2988
use androidndk.rake which is better and 64bit aware
|
2015-10-13 00:03:58 +09:00 |
|
crimsonwoods
|
6b58d58a64
|
Fix issue: LDFLAGS is not applied correctly.
|
2015-10-12 23:15:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
af3aecd94f
|
Merge pull request #2916 from felixjones/master
mrb_get_mid and mrb_get_argc
|
2015-10-12 21:04:19 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8ab39865d0
|
Merge pull request #2989 from Mav7/master
Wrote YARD docs for mrb_define_module, mrb_include_module, mrb_prepen…
|
2015-10-12 21:02:53 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ae926e0802
|
Merge pull request #2988 from crimsonwoods/update_androidndk_rake
Update androidndk.rake to add support 64bit architectures.
|
2015-10-12 20:44:40 +09:00 |
|
Ralph Desir(Mav7)
|
6276227e70
|
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
|
2015-10-11 08:55:56 -04:00 |
|
crimsonwoods
|
1a59721c69
|
Accoding to the implementation of 'cflags', '-no-canonical-prefixes' is isolated.
|
2015-10-11 17:40:26 +09:00 |
|
crimsonwoods
|
7b65f394e6
|
Remove unnecessary cases.
'mips64' can integrate into 'mips'.
'x86_64' is the same as 'mips64'.
|
2015-10-11 17:35:36 +09:00 |
|
crimsonwoods
|
61e4d1e6f0
|
Integrate common flag '-no-canonical-prefixes'.
|
2015-10-11 17:34:01 +09:00 |
|
crimsonwoods
|
a2a5c34c56
|
Integrate common flag.
|
2015-10-11 17:25:48 +09:00 |
|
crimsonwoods
|
ad8a895af5
|
Implement 'ldflags' for 'x86' architecture.
|
2015-10-11 17:24:47 +09:00 |
|
crimsonwoods
|
210f86f95c
|
Implement 'ldflags' for 'x86_64' architecture.
|
2015-10-11 17:23:39 +09:00 |
|
crimsonwoods
|
a106e5dc5a
|
Implement 'ldflags' for 'mips' architecture.
|
2015-10-11 17:22:39 +09:00 |
|
crimsonwoods
|
2482642e09
|
Implement 'ldflags' for 'mips64' architecture.
|
2015-10-11 17:21:48 +09:00 |
|
crimsonwoods
|
f5bc0cea20
|
Implement 'ldflags' for 'armeabi-v7a-hard' and 'armeabi-v7a'.
|
2015-10-11 17:17:32 +09:00 |
|
crimsonwoods
|
4a07b84d2c
|
Implement 'ldflags' for 'armeabi' architecture.
|
2015-10-11 17:13:35 +09:00 |
|
crimsonwoods
|
c0d30ab6cd
|
Implement 'ldflags' for 'arm64' architecture.
|
2015-10-11 17:11:38 +09:00 |
|
crimsonwoods
|
07c35de3a6
|
Implement 'ldflags'.
This is the first step of implementing 'ldflags'.
|
2015-10-11 17:08:46 +09:00 |
|
crimsonwoods
|
c38a27185e
|
Add a missing required flag '-fstack-protector-strong'.
|
2015-10-11 16:46:53 +09:00 |
|
crimsonwoods
|
ad89fe63ae
|
Add support for 'x86_64' architecture.
|
2015-10-11 16:45:34 +09:00 |
|
crimsonwoods
|
1ac5d35753
|
Remove duplicated compiler options.
|
2015-10-11 16:40:59 +09:00 |
|
crimsonwoods
|
3458a83e89
|
Some flags (-ffunction-sections and etc.) should be set by default for 'x86' architecture.
|
2015-10-11 16:37:38 +09:00 |
|
crimsonwoods
|
b493c6bfde
|
Add support for 'armeabi-v7a-hard' architecture.
|
2015-10-11 16:34:42 +09:00 |
|
crimsonwoods
|
abaad5c0d6
|
Some flags (-fpic and etc.) should be set by default for 'armeabi-v7a' and 'armeabi' architecture.
|
2015-10-11 16:32:50 +09:00 |
|
crimsonwoods
|
61a188a38a
|
Some flags (-fpic and etc.) should be set by default for 'arm64' architecture.
|
2015-10-11 16:26:58 +09:00 |
|
crimsonwoods
|
86f710cf0c
|
Replace tab by white-spaces.
|
2015-10-11 16:24:30 +09:00 |
|
crimsonwoods
|
c022357ed5
|
Add support for 'mips64' architecture.
|
2015-10-11 16:22:45 +09:00 |
|
crimsonwoods
|
3ae425e3f0
|
Fix build error for 'x86' architecture.
|
2015-10-11 16:14:00 +09:00 |
|
crimsonwoods
|
a2966734aa
|
Fix build error for 'mips' architecture.
|
2015-10-11 16:06:21 +09:00 |
|
crimsonwoods
|
cd9733933e
|
Add support for 'arm64' architecture.
|
2015-10-11 15:58:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5830e2a655
|
update doc/guides/compile.md to refer androidndk.rake; ref #2983 #2974
|
2015-10-11 13:01:51 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8d6ba96430
|
Merge pull request #2983 from sagmor/android-setup
WIP - New Android NDK toolchain
|
2015-10-11 12:58:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f1610a98c5
|
Merge pull request #2987 from crowell/patch-1
point to the right compile file
|
2015-10-11 12:54:34 +09:00 |
|
Jeffrey Crowell
|
7c6f237468
|
point to the right compile file
|
2015-10-10 22:45:39 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
c87c409a1d
|
Merge pull request #2986 from takahashim/mrbdoc
fix `rake doc` error
|
2015-10-10 17:24:34 +09:00 |
|
takahashim
|
f377753b16
|
fix rake doc error
using mrbdoc
|
2015-10-09 11:48:51 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
02a6d866ba
|
Merge pull request #2984 from sagmor/yard
Simpler documentation
|
2015-10-09 05:30:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0050bfe586
|
Merge pull request #2982 from mattn/unicode-print
print unicode on windows console
|
2015-10-09 04:45:42 +09:00 |
|
Seba Gamboa
|
87e0840e9d
|
Fix mrb_obj_respond_to
|
2015-10-08 15:34:51 -03:00 |
|
Seba Gamboa
|
ef73ec560e
|
array header cleanup
|
2015-10-08 13:33:38 -03:00 |
|
Seba Gamboa
|
11fb10a21a
|
Merge doc/api/mruby/hash.h.md docs
|
2015-10-08 13:29:57 -03:00 |
|