summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-10-11Add support for 'x86_64' architecture.crimsonwoods
2015-10-11Remove duplicated compiler options.crimsonwoods
2015-10-11Some flags (-ffunction-sections and etc.) should be set by default for 'x86' ...crimsonwoods
2015-10-11Add support for 'armeabi-v7a-hard' architecture.crimsonwoods
2015-10-11Some flags (-fpic and etc.) should be set by default for 'armeabi-v7a' and 'a...crimsonwoods
2015-10-11Some flags (-fpic and etc.) should be set by default for 'arm64' architecture.crimsonwoods
2015-10-11Replace tab by white-spaces.crimsonwoods
2015-10-11Add support for 'mips64' architecture.crimsonwoods
2015-10-11Fix build error for 'x86' architecture.crimsonwoods
2015-10-11Fix build error for 'mips' architecture.crimsonwoods
2015-10-11Add support for 'arm64' architecture.crimsonwoods
2015-10-11update doc/guides/compile.md to refer androidndk.rake; ref #2983 #2974Yukihiro "Matz" Matsumoto
2015-10-11Merge pull request #2983 from sagmor/android-setupYukihiro "Matz" Matsumoto
2015-10-11Merge pull request #2987 from crowell/patch-1Yukihiro "Matz" Matsumoto
2015-10-10point to the right compile fileJeffrey Crowell
2015-10-10Merge pull request #2986 from takahashim/mrbdocYukihiro "Matz" Matsumoto
2015-10-09fix `rake doc` errortakahashim
2015-10-09Merge pull request #2984 from sagmor/yardYukihiro "Matz" Matsumoto
2015-10-09Merge pull request #2982 from mattn/unicode-printYukihiro "Matz" Matsumoto
2015-10-08Fix `mrb_obj_respond_to`Seba Gamboa
2015-10-08array header cleanupSeba Gamboa
2015-10-08Merge doc/api/mruby/hash.h.md docsSeba Gamboa
2015-10-08Merge doc/api/mruby/range.h.md docsSeba Gamboa
2015-10-08Merge doc/api/mruby/value.h.md docsSeba Gamboa
2015-10-08Merge doc/api/mruby/string.h.md contentsSeba Gamboa
2015-10-08Merge contents from doc/api/mruby/version.h.mdSeba Gamboa
2015-10-08Move guides locationSeba Gamboa
2015-10-08Formatting docs to new YARD structureSeba Gamboa
2015-10-08Fix samples syntax highlightingSeba Gamboa
2015-10-08Remove old doxygen tagsSeba Gamboa
2015-10-08Testing @see tagSeba Gamboa
2015-10-08Testing yard generationSeba Gamboa
2015-10-08print unicode on windows consoleYasuhiro Matsumoto
2015-10-07Change some constants namesSeba Gamboa
2015-10-07Refactoring Android NDK toolchainSeba Gamboa
2015-10-07Merge pull request #2978 from sagmor/toolchain-paramsYukihiro "Matz" Matsumoto
2015-10-06Add optional params to toolchain configurationSeba Gamboa
2015-10-06Merge pull request #2977 from tatsuhiro-t/gc-arena-howtoYukihiro "Matz" Matsumoto
2015-10-06Add how to use mrb_gc_arena_save()/mrb_gc_arena_restore() docTatsuhiro Tsujikawa
2015-10-05Merge pull request #2975 from yasuyuki/eval_rescueYukihiro "Matz" Matsumoto
2015-10-04Add regression test for #2933INOUE Yasuyuki
2015-10-03travis-CI migrationYukihiro "Matz" Matsumoto
2015-10-03Merge pull request #2946 from sagmor/test-dependenciesYukihiro "Matz" Matsumoto
2015-10-01Array#index to take block; fix #2968 close #2970Yukihiro "Matz" Matsumoto
2015-10-01Merge pull request #2937 from sagmor/gemYukihiro "Matz" Matsumoto
2015-10-01Merge pull request #2960 from suzukaze/refactor-hash-ext-testYukihiro "Matz" Matsumoto
2015-10-01Merge pull request #2962 from hone/spec_linker_flags_after_librariesYukihiro "Matz" Matsumoto
2015-10-01clarify asserts to UTF-8 test suites; ref #2971Yukihiro "Matz" Matsumoto
2015-10-01optimize if statement with constant conditionYukihiro "Matz" Matsumoto
2015-10-01Merge pull request #2971 from mattn/utf8-chopYukihiro "Matz" Matsumoto