index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
Age
Commit message (
Expand
)
Author
2013-03-01
Pluggable Struct
mattn
2013-02-28
Move Math::TOLERANCE to mruby-math
Daniel Bovensiepen
2013-02-28
mv mrgems/mruby-math to mrbgems
Yukihiro Matz Matsumoto
2013-02-28
s/mgem/mrbgem/
Yuichiro MASUI
2013-01-03
Rebuild CRuby based building script without Makefile
Yuichiro MASUI
2012-12-26
replace all slash to backslash in `cd /path/to/folder` for windows.
mattn
2012-12-24
Support GEM_LIBS_LIST in Makefile4gem
MATSUMOTO Ryosuke
2012-12-22
Merge pull request #668 from matsumoto-r/support_gem_flags_list
Yukihiro "Matz" Matsumoto
2012-12-22
Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS
MATSUMOTO Ryosuke
2012-12-22
Added MRUBY_LIBS to mrbgems Makefile
Yuichiro MASUI
2012-12-22
Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems
Yuichiro MASUI
2012-12-18
Merge pull request #639 from mattn/fix_build
Yukihiro "Matz" Matsumoto
2012-12-18
"#{MRUBY_ROOT}/mrbgems/g" add to the default search path
Akira Yumiyama
2012-12-18
fix build: add LIBS flag. and fix quoted arguments on windows.
mattn
2012-12-17
Moved some building script from GNU make to Ruby script
Yuichiro MASUI
2012-12-16
Merge branch 'master' into use_ruby_for_building
Yuichiro MASUI
2012-12-16
Moved some building script from GNU make to Ruby script
Yuichiro MASUI
2012-12-14
fgetc(3) returns int.
Tomoyuki Sahara
2012-12-11
Merge pull request #621 from bovi/mrbgems-fixes
Yukihiro "Matz" Matsumoto
2012-12-11
Fixes the dash issue for pure Ruby GEMs
Daniel Bovensiepen
2012-12-10
Merge pull request #618 from iij/pr-generator-off-by-one
Yukihiro "Matz" Matsumoto
2012-12-10
Merge pull request #617 from mattn/replace_dash
Yukihiro "Matz" Matsumoto
2012-12-10
Merge pull request #616 from mattn/fix_generator
Yukihiro "Matz" Matsumoto
2012-12-11
Improve cleanup target for mixed C and Ruby GEMs
Daniel Bovensiepen
2012-12-11
fix an off-by-one error.
Tomoyuki Sahara
2012-12-11
replace all '-' to '_' for mrbc.
mattn
2012-12-11
clear variable.
mattn
2012-12-11
fclose if not null.
mattn
2012-12-11
fix generator.
mattn
2012-12-11
remove quote of "GEMS.active". On windows, quoted variable is passed to the c...
mattn
2012-12-09
Added LDFLAGS to Makefiles
Yuichiro MASUI
2012-12-08
mrbgems: recognize absolute path under WIN32
Daniel Bovensiepen
2012-12-08
mrbgems: GEMS.active can now contain relative path to GEMS. Relative from 'mr...
Daniel Bovensiepen
2012-12-08
mrbgems: make calls to every GEM contain now also the include path to the hea...
Daniel Bovensiepen
2012-12-07
Fix: A GEM with a Dash inside of the name doesn't work.
Daniel Bovensiepen
2012-12-07
Integrate refactoring of commit f1ed1436240a2d0d3d45a7061ade26cdc25be352
Daniel Bovensiepen
2012-12-07
Remove non C99 confirm headers and add function comments
Daniel Bovensiepen
2012-11-26
Change link-order for mrbgems as suggested by @sogabe to avoid linking-error
Daniel Bovensiepen
2012-11-23
Add the usage of MRUBY_ROOT to the mrbgems build system, so that we can easil...
Daniel Bovensiepen
2012-11-23
Respect dynamic GEMS.active file in mrbgems/generator.c
Daniel Bovensiepen
2012-11-23
Respect dynamic GEMS.active file in mrbgems/Makefile4gem
Daniel Bovensiepen
2012-11-23
Respect dynamic GEMS.active file
Daniel Bovensiepen
2012-11-23
Change build process to create meaningful Archive file instead of gem.a
Daniel Bovensiepen
2012-11-23
Modify GEM build process to support external GEMs outside of the mruby tree
Daniel Bovensiepen
2012-11-22
Clean GEM Generator a bit more
Daniel Bovensiepen
2012-11-22
Rename GEM init file
Daniel Bovensiepen
2012-11-22
Make GEM build choosable. Respect GEMS.active file for choices of which GEM t...
Daniel Bovensiepen
2012-11-21
Improve Generator by handling Ruby and C Extensions in the same way
Daniel Bovensiepen
2012-11-21
Improve Including File to build single archive Files
Daniel Bovensiepen
2012-11-21
Improve building of Gems to single Archive Files
Daniel Bovensiepen
[next]