summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2012-12-18Merge pull request #639 from mattn/fix_buildYukihiro "Matz" Matsumoto
2012-12-18"#{MRUBY_ROOT}/mrbgems/g" add to the default search pathAkira Yumiyama
2012-12-18fix build: add LIBS flag. and fix quoted arguments on windows.mattn
2012-12-17Moved some building script from GNU make to Ruby scriptYuichiro MASUI
2012-12-16Merge branch 'master' into use_ruby_for_buildingYuichiro MASUI
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI
2012-12-14fgetc(3) returns int.Tomoyuki Sahara
2012-12-11Merge pull request #621 from bovi/mrbgems-fixesYukihiro "Matz" Matsumoto
2012-12-11Fixes the dash issue for pure Ruby GEMsDaniel Bovensiepen
2012-12-10Merge pull request #618 from iij/pr-generator-off-by-oneYukihiro "Matz" Matsumoto
2012-12-10Merge pull request #617 from mattn/replace_dashYukihiro "Matz" Matsumoto
2012-12-10Merge pull request #616 from mattn/fix_generatorYukihiro "Matz" Matsumoto
2012-12-11Improve cleanup target for mixed C and Ruby GEMsDaniel Bovensiepen
2012-12-11fix an off-by-one error.Tomoyuki Sahara
2012-12-11replace all '-' to '_' for mrbc.mattn
2012-12-11clear variable.mattn
2012-12-11fclose if not null.mattn
2012-12-11fix generator.mattn
2012-12-11remove quote of "GEMS.active". On windows, quoted variable is passed to the c...mattn
2012-12-09Added LDFLAGS to MakefilesYuichiro MASUI
2012-12-08mrbgems: recognize absolute path under WIN32Daniel Bovensiepen
2012-12-08mrbgems: GEMS.active can now contain relative path to GEMS. Relative from 'mr...Daniel Bovensiepen
2012-12-08mrbgems: make calls to every GEM contain now also the include path to the hea...Daniel Bovensiepen
2012-12-07Fix: A GEM with a Dash inside of the name doesn't work.Daniel Bovensiepen
2012-12-07Integrate refactoring of commit f1ed1436240a2d0d3d45a7061ade26cdc25be352Daniel Bovensiepen
2012-12-07Remove non C99 confirm headers and add function commentsDaniel Bovensiepen
2012-11-26Change link-order for mrbgems as suggested by @sogabe to avoid linking-errorDaniel Bovensiepen
2012-11-23Add the usage of MRUBY_ROOT to the mrbgems build system, so that we can easil...Daniel Bovensiepen
2012-11-23Respect dynamic GEMS.active file in mrbgems/generator.cDaniel Bovensiepen
2012-11-23Respect dynamic GEMS.active file in mrbgems/Makefile4gemDaniel Bovensiepen
2012-11-23Respect dynamic GEMS.active fileDaniel Bovensiepen
2012-11-23Change build process to create meaningful Archive file instead of gem.aDaniel Bovensiepen
2012-11-23Modify GEM build process to support external GEMs outside of the mruby treeDaniel Bovensiepen
2012-11-22Clean GEM Generator a bit moreDaniel Bovensiepen
2012-11-22Rename GEM init fileDaniel Bovensiepen
2012-11-22Make GEM build choosable. Respect GEMS.active file for choices of which GEM t...Daniel Bovensiepen
2012-11-21Improve Generator by handling Ruby and C Extensions in the same wayDaniel Bovensiepen
2012-11-21Improve Including File to build single archive FilesDaniel Bovensiepen
2012-11-21Improve building of Gems to single Archive FilesDaniel Bovensiepen
2012-11-20Modify comments for generatorDaniel Bovensiepen
2012-09-24used comments to contributer styleDaniel Bovensiepen
2012-09-24Fix for not existing testsDaniel Bovensiepen
2012-09-24Remove gem_emptyDaniel Bovensiepen
2012-09-24Fix initializing of generator and beautify generatorDaniel Bovensiepen
2012-09-23Ignore gitignoreDaniel Bovensiepen
2012-09-23Empty GEM directoryDaniel Bovensiepen
2012-09-23Beautify generatorDaniel Bovensiepen
2012-09-23Modify generator for using printfDaniel Bovensiepen
2012-09-22Catch some corner casesDaniel Bovensiepen
2012-09-22Another fix for MakefileDaniel Bovensiepen