summaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)Author
2014-03-20Fix literal asterisks in markdownMarcus Stollsteimer
2014-03-05fix typotake_cheeze
2014-03-05update compilation notestake_cheeze
2014-03-01remove unnecessary .gitkeepTatsuya Matsumoto
2014-02-25add ruby and C code execution order notetake_cheeze
2013-11-23Updated the documentation to better match the way things work now that ↵Per Lundberg
172cd28 is merged.
2013-07-27I replace 'Pre-Conditions' with 'Preconditions' because the former is a ↵Jun Hiroe
wrong word.
2013-07-26Rename --pull_gems to --pull-gemsh2so5
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
2013-07-05Merge pull request #1345 from kyab/doc_update_verboseYukihiro "Matz" Matsumoto
[doc]Introduce ./minirake -v
2013-07-05[doc]Introduce ./minirake --pull_gemskyab
2013-07-05[doc]Introduce ./minirake -vkyab
2013-06-06Describe GemBox files can be located anywherekyab
2013-06-02Minor wording changes and a couple spelling fixesCarson McDonald
2013-05-08[doc] Add minimal build configurationDaniel Bovensiepen
In relation to #1225. Adds a minimal build configuration for libmruby which contains as less as possible.
2013-05-02Fix add_dependency declaration documentationDaniel Bovensiepen
2013-05-02Improve mrbgems documentationDaniel Bovensiepen
2013-05-02Add more documentation for Gem::SpecificationDaniel Bovensiepen
2013-05-02Cosmetic improvements of mrbgems documentationDaniel Bovensiepen
Cosmetic improvements of mrbgems documentation
2013-04-27Adds documentation for MRuby::GemBox usageAndrew Nordman
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-04-14Merge pull request #1182 from trmmy/move_toolsYukihiro "Matz" Matsumoto
Update doc/compile/README.md about mruby and mirb
2013-04-14Merge pull request #1180 from trmmy/typoYukihiro "Matz" Matsumoto
Add closing double-quotes to doc/compile/README.md
2013-04-15Update doc/compile/README.md about mruby and mirbTERAJIMA, Motoyuki
2013-04-14Add Visual Studio 2010 subsection to Toolchains section of README.mdTERAJIMA, Motoyuki
To follow h2so5/add-vs2010-toolchain
2013-04-14Add closing double-quotesTERAJIMA, Motoyuki
2013-03-23Add bitbucket git support.Masaki Muranaka
2013-02-12Update doc/compile/README.mdRavil Bayramgalin
2013-02-08Add documentation for Android toolchainDaniel Bovensiepen
2013-02-03Generate mrbtest.a file for sparete from driver.oYuichiro MASUI
2013-01-27Fix some styling of the documentationDaniel Bovensiepen
2013-01-27Modify code blocksDaniel Bovensiepen
2013-01-26Moved mrbgems examplesYuichiro MASUI
2013-01-24Add flags_after_librariesYuichiro MASUI
2013-01-24merge masterYuichiro MASUI
2013-01-23Merge pull request #772 from arciem/updateMarkdownYukihiro "Matz" Matsumoto
Fixed markdown of code in mrbgems/README.md
2013-01-22Fixed markdown of code in mrbgems/README.mdRobert McNally
2013-01-22Added finalizer of mrbgemsYuichiro MASUI
2013-01-21Added flags_before_libraries to linkerYuichiro MASUI
2013-01-21Merge pull request #757 from bovi/compile-docYukihiro "Matz" Matsumoto
Adapt Compile Documentation to improved Build process
2013-01-21Beautify the graphs in the compilation documentationDaniel Bovensiepen
2013-01-21Add diagram for new build processDaniel Bovensiepen
2013-01-20Modify documentation for new build processDaniel Bovensiepen
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-11note about $MRUBY_CONFIG.mattn
2013-01-09Added conf.bins for defining bulding binariesYuichiro MASUI
2013-01-08Added gem :github optionYuichiro MASUI
2013-01-06Remove unused rules in .gitignore and MakefileYuichiro MASUI
2013-01-03Merge pull request #683 from bovi/doc-compileYukihiro "Matz" Matsumoto
Add documentation for compilation process
2013-01-04Add documentation for compilation processDaniel Bovensiepen