Jun Hiroe
|
d1d8bcba5d
|
Fix a document in doc/mrbgems/README.md
|
2014-06-22 12:52:20 +09:00 |
|
take_cheeze
|
18c6950809
|
Syntax highlight code blocks with github flavored markdown.
|
2014-06-21 22:04:00 +09:00 |
|
take_cheeze
|
dd37c52068
|
Document GC mrbconfs.
|
2014-06-19 22:02:19 +09:00 |
|
take_cheeze
|
412c86bb58
|
Add primitive type configuration document.
|
2014-06-19 21:39:01 +09:00 |
|
take_cheeze
|
94ae70e8ee
|
Add notes about how to use mrbconf.
|
2014-06-19 21:28:18 +09:00 |
|
take_cheeze
|
0ae199ca50
|
Add mrbconf documentation.
|
2014-06-17 22:46:52 +09:00 |
|
take_cheeze
|
d10cda1ac1
|
Fix conflict doc since there is only add_conflict method.
|
2014-06-13 22:19:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
40b92e3529
|
Merge pull request #2392 from take-cheeze/doc_update
Update document and add :doc task.
|
2014-06-13 20:36:10 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8c283e15e4
|
update add_confict document; ref #2391
|
2014-06-13 20:34:51 +09:00 |
|
take_cheeze
|
502baaba39
|
Update document by regenerating it.
|
2014-06-13 17:28:45 +09:00 |
|
take_cheeze
|
66802d9219
|
Add document for add_conflict and add_conflicts.
|
2014-06-13 17:16:32 +09:00 |
|
Masaki Muranaka
|
4e5315ff41
|
Add more info about "include_paths and GEM dependency".
|
2014-06-10 11:02:58 +09:00 |
|
take_cheeze
|
8bbde64ead
|
Update C++ extensions in build instruction document.
|
2014-05-22 22:06:38 +09:00 |
|
take_cheeze
|
b03330b3e4
|
Fix document generator to remove trailing space in generated document.
Update generated document.
|
2014-05-10 22:08:40 +09:00 |
|
take_cheeze
|
4d31c036d3
|
Add document of header searcher of compiler.
|
2014-05-04 22:13:27 +09:00 |
|
yui-knk
|
8773ad1a93
|
Fix docs path.
|
2014-05-03 21:57:14 +09:00 |
|
Nobuyoshi Nakada
|
ab67c57f65
|
remove trailing spaces
|
2014-04-30 09:50:14 +09:00 |
|
take_cheeze
|
1abed6d81c
|
Remove attention about mrbgem dependecy.
|
2014-04-24 22:07:53 +09:00 |
|
take_cheeze
|
e1052e74ff
|
Update documentation of MRuby::Gem::Specification#add_dependency.
|
2014-04-24 12:32:32 +09:00 |
|
Daniel Bovensiepen
|
c53846a22a
|
merge @mattn's win-compatibility
|
2014-04-15 18:28:16 +08:00 |
|
Daniel Bovensiepen
|
a182a0d38c
|
Improve generator to output status
|
2014-04-15 13:17:23 +08:00 |
|
Daniel Bovensiepen
|
88951ddb7e
|
Update language documentation without line number to reduce update interval in the future
|
2014-04-15 13:07:00 +08:00 |
|
Daniel Bovensiepen
|
1017868e78
|
Implement switch for line numbers
|
2014-04-15 13:05:40 +08:00 |
|
Daniel Bovensiepen
|
d83c66c854
|
Update Language Documentation
|
2014-04-15 12:48:12 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
5138f62d6b
|
resolve conflict
|
2014-04-15 10:55:46 +09:00 |
|
take_cheeze
|
604134e57d
|
Make bintest enabling like other enable_xxx methods.
|
2014-04-09 13:59:39 +09:00 |
|
take_cheeze
|
702cadae4c
|
Add documentation of MRuby::Build#disable_cxx_exception .
|
2014-04-08 20:30:19 +09:00 |
|
Marcus Stollsteimer
|
a8068b44cb
|
Fix literal asterisks in markdown
|
2014-03-20 12:47:37 +01:00 |
|
take_cheeze
|
ce9681dce6
|
fix typo
|
2014-03-05 03:08:23 +09:00 |
|
take_cheeze
|
1029be3cd8
|
update compilation notes
|
2014-03-05 03:08:06 +09:00 |
|
Tatsuya Matsumoto
|
860773db61
|
remove unnecessary .gitkeep
|
2014-03-01 03:36:58 +09:00 |
|
take_cheeze
|
f59636304a
|
add ruby and C code execution order note
|
2014-02-25 03:32:14 +09:00 |
|
Per Lundberg
|
0b46876c03
|
Updated the documentation to better match the way things work now that 172cd28 is merged.
|
2013-11-23 22:59:34 +02:00 |
|
Daniel Bovensiepen
|
f3f99fa2cd
|
Update Language Documentation
|
2013-08-01 15:19:25 +08:00 |
|
Daniel Bovensiepen
|
16a162ec45
|
Merge remote-tracking branch 'upstream/master' into lang-doc
|
2013-08-01 15:17:34 +08:00 |
|
Jun Hiroe
|
d6b24de6e1
|
I replace 'Pre-Conditions' with 'Preconditions' because the former is a wrong word.
|
2013-07-27 14:57:34 +09:00 |
|
h2so5
|
3fb5654510
|
Rename --pull_gems to --pull-gems
|
2013-07-26 18:08:38 +09:00 |
|
Tomoyuki Sahara
|
116f75a8ce
|
"spec.author" is better for single-author gems.
"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-23 10:09:24 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
54ba24061f
|
Merge pull request #1345 from kyab/doc_update_verbose
[doc]Introduce ./minirake -v
|
2013-07-05 19:40:47 -07:00 |
|
kyab
|
63c369e862
|
[doc]Introduce ./minirake --pull_gems
|
2013-07-05 22:44:27 +09:00 |
|
kyab
|
3a55ab33eb
|
[doc]Introduce ./minirake -v
|
2013-07-05 22:34:52 +09:00 |
|
Daniel Bovensiepen
|
6f95cd36bb
|
Update Documentation
|
2013-06-15 03:56:41 +08:00 |
|
Daniel Bovensiepen
|
373122a299
|
Merge upstream
|
2013-06-15 03:53:50 +08:00 |
|
Daniel Bovensiepen
|
ad07d41bd1
|
Improve generator
|
2013-06-23 18:51:58 +08:00 |
|
Daniel Bovensiepen
|
51e494267a
|
Remove old result file
|
2013-06-23 18:51:20 +08:00 |
|
Daniel Bovensiepen
|
0cec377c6b
|
Remove swap file
|
2013-06-23 18:50:24 +08:00 |
|
Daniel Bovensiepen
|
52336e5408
|
Add mrbdoc - first draft
|
2013-06-23 17:37:39 +08:00 |
|
Daniel Bovensiepen
|
0a8381b7a0
|
Fix Tables
|
2013-06-17 05:06:51 +08:00 |
|
Daniel Bovensiepen
|
256f248548
|
Add First draft of Language documentation
|
2013-06-17 04:51:42 +08:00 |
|
Daniel Bovensiepen
|
ac4844757d
|
Redirect documentation to Core.md
|
2013-06-17 04:51:20 +08:00 |
|