Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
833f556c
Unverified
Commit
833f556c
authored
Mar 07, 2021
by
Yukihiro "Matz" Matsumoto
Committed by
GitHub
Mar 07, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5374 from jbampton/fix-spelling
chore: fix spelling
parents
111e4e1b
15f7b018
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
benchmark/bm_ao_render.rb
benchmark/bm_ao_render.rb
+1
-1
build_config/ArduinoDue.rb
build_config/ArduinoDue.rb
+1
-1
build_config/RX630.rb
build_config/RX630.rb
+1
-1
build_config/chipKITMax32.rb
build_config/chipKITMax32.rb
+1
-1
tasks/mrbgems.rake
tasks/mrbgems.rake
+1
-1
tasks/toolchains/android.rake
tasks/toolchains/android.rake
+1
-1
No files found.
benchmark/bm_ao_render.rb
View file @
833f556c
# AO render benchmark
# Original program (C) Syoyo Fujita in Java
s
cript (and other languages)
# Original program (C) Syoyo Fujita in Java
S
cript (and other languages)
# https://code.google.com/p/aobench/
# Ruby(yarv2llvm) version by Hideki Miura
# mruby version by Hideki Miura
...
...
build_config/ArduinoDue.rb
View file @
833f556c
...
...
@@ -32,7 +32,7 @@ MRuby::CrossBuild.new("ArduinoDue") do |conf|
cc
.
defines
<<
%w(MRB_HEAP_PAGE_SIZE=64)
cc
.
defines
<<
%w(KHASH_DEFAULT_SIZE=8)
cc
.
defines
<<
%w(MRB_GC_STRESS)
#cc.defines << %w(MRB_NO_STDIO) #if you dont need stdio.
#cc.defines << %w(MRB_NO_STDIO) #if you don
'
t need stdio.
#cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval
end
...
...
build_config/RX630.rb
View file @
833f556c
...
...
@@ -18,7 +18,7 @@ MRuby::CrossBuild.new("RX630") do |conf|
cc
.
defines
<<
%w(MRB_HEAP_PAGE_SIZE=64)
cc
.
defines
<<
%w(KHASH_DEFAULT_SIZE=8)
cc
.
defines
<<
%w(MRB_GC_STRESS)
cc
.
defines
<<
%w(MRB_NO_STDIO)
#if you dont need stdio.
cc
.
defines
<<
%w(MRB_NO_STDIO)
#if you don
'
t need stdio.
#cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval
end
...
...
build_config/chipKITMax32.rb
View file @
833f556c
...
...
@@ -29,7 +29,7 @@ MRuby::CrossBuild.new("chipKITMax32") do |conf|
cc
.
defines
<<
%w(MRB_HEAP_PAGE_SIZE=64)
cc
.
defines
<<
%w(KHASH_DEFAULT_SIZE=8)
cc
.
defines
<<
%w(MRB_GC_STRESS)
#cc.defines << %w(MRB_NO_STDIO) #if you dont need stdio.
#cc.defines << %w(MRB_NO_STDIO) #if you don
'
t need stdio.
#cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval
end
...
...
tasks/mrbgems.rake
View file @
833f556c
...
...
@@ -94,7 +94,7 @@ LEGAL
Additional Licenses
Due to the reason that you cho
osed
additional mruby packages (GEMS),
Due to the reason that you cho
se
additional mruby packages (GEMS),
please check the following additional licenses too:
GEMS_LEGAL
...
...
tasks/toolchains/android.rake
View file @
833f556c
...
...
@@ -300,7 +300,7 @@ Higher NDK version will be use.
case
RUBY_PLATFORM
when
/mswin|mingw|win32/
# Build for Android dont need window flag
# Build for Android don
'
t need window flag
flags
+=
%W(-U_WIN32 -U_WIN64)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment