summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Collapse)Author
2012-12-22Merge pull request #668 from matsumoto-r/support_gem_flags_listYukihiro "Matz" Matsumoto
Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS
2012-12-22Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGSMATSUMOTO Ryosuke
Other apps using mruby like mod_mruby easy to link mrbgems dynamically by MakefileGemList
2012-12-22Added MRUBY_LIBS to mrbgems MakefileYuichiro MASUI
2012-12-22Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgemsYuichiro MASUI
2012-12-18Merge pull request #639 from mattn/fix_buildYukihiro "Matz" Matsumoto
fix build
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
Added minirake what's Rake subset
2012-12-16Merge branch 'master' into use_ruby_for_buildingYuichiro MASUI
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI
Added minirake what's Rake subset
2012-12-14fgetc(3) returns int.Tomoyuki Sahara
Note: "char" is actually "unsigned char" on some platforms including NetBSD/arm. Comparing char value with EOF(-1) always fails on the platforms.
2012-12-11Merge pull request #621 from bovi/mrbgems-fixesYukihiro "Matz" Matsumoto
Mrbgems Dash Issue and better cleanup
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
fix an off-by-one error in mrbgems generator.
2012-12-10Merge pull request #617 from mattn/replace_dashYukihiro "Matz" Matsumoto
replace all '-' to '_' for mrbc.
2012-12-10Merge pull request #616 from mattn/fix_generatorYukihiro "Matz" Matsumoto
fix generator.
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 ↵mattn
command arguments with double quote.
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 ↵Daniel Bovensiepen
'mrbgems/g'
2012-12-08mrbgems: make calls to every GEM contain now also the include path to the ↵Daniel Bovensiepen
header files of every GEM.
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 ↵Daniel Bovensiepen
easily build everywhere
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 ↵Daniel Bovensiepen
to build
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