summaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)Author
2014-06-25Add documentation of `mrb_value` config.take_cheeze
2014-06-24Merge pull request #2416 from take-cheeze/c_api_refYukihiro "Matz" Matsumoto
Start documenting C APIs.
2014-06-23Add documentation of state atexit configuration.take_cheeze
2014-06-23Add documentation of memory pool configurations.take_cheeze
2014-06-23Start documenting C APIs.take_cheeze
2014-06-22Quote required mrbgem spec property.take_cheeze
2014-06-22Update documentation of `summary` property of mrbgem spec.take_cheeze
2014-06-22Merge pull request #2412 from suzukaze/Fix-doc3Yukihiro "Matz" Matsumoto
Fix document of doc/compile/README.md
2014-06-22Merge pull request #2411 from suzukaze/Fix-docs2Yukihiro "Matz" Matsumoto
Fix document in doc/mrbgems/README.md
2014-06-22Fix document of doc/compile/README.mdJun Hiroe
2014-06-22Fix a document in doc/mrbgems/README.mdJun Hiroe
2014-06-22Fix document of doc/mrbconf/README.mdJun Hiroe
2014-06-21Syntax highlight code blocks with github flavored markdown.take_cheeze
2014-06-19Document GC mrbconfs.take_cheeze
2014-06-19Add primitive type configuration document.take_cheeze
2014-06-19Add notes about how to use mrbconf.take_cheeze
2014-06-17Add mrbconf documentation.take_cheeze
2014-06-13Fix conflict doc since there is only `add_conflict` method.take_cheeze
2014-06-13Merge pull request #2392 from take-cheeze/doc_updateYukihiro "Matz" Matsumoto
Update document and add :doc task.
2014-06-13update add_confict document; ref #2391Yukihiro "Matz" Matsumoto
2014-06-13Update document by regenerating it.take_cheeze
2014-06-13Add document for `add_conflict` and `add_conflicts`.take_cheeze
2014-06-10Add more info about "include_paths and GEM dependency".Masaki Muranaka
2014-05-22Update C++ extensions in build instruction document.take_cheeze
2014-05-10Fix document generator to remove trailing space in generated document.take_cheeze
Update generated document.
2014-05-04Add document of header searcher of compiler.take_cheeze
2014-05-03Fix docs path.yui-knk
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-04-24Remove attention about mrbgem dependecy.take_cheeze
2014-04-24Update documentation of `MRuby::Gem::Specification#add_dependency`.take_cheeze
2014-04-15merge @mattn's win-compatibilityDaniel Bovensiepen
2014-04-15Improve generator to output statusDaniel Bovensiepen
2014-04-15Update language documentation without line number to reduce update interval ↵Daniel Bovensiepen
in the future
2014-04-15Implement switch for line numbersDaniel Bovensiepen
2014-04-15Update Language DocumentationDaniel Bovensiepen
2014-04-15resolve conflictYukihiro "Matz" Matsumoto
2014-04-09Make bintest enabling like other `enable_xxx` methods.take_cheeze
2014-04-08Add documentation of MRuby::Build#disable_cxx_exception .take_cheeze
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-08-01Update Language DocumentationDaniel Bovensiepen
2013-08-01Merge remote-tracking branch 'upstream/master' into lang-docDaniel Bovensiepen
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