Commit Graph

75 Commits

Author SHA1 Message Date
kyab 155193b41a Describe GemBox files can be located anywhere 2013-06-06 21:35:15 +09:00
Carson McDonald 43732ecd17 Minor wording changes and a couple spelling fixes 2013-06-02 08:29:49 -04:00
Daniel Bovensiepen 2991c8b0b2 [doc] Add minimal build configuration
In relation to #1225.

Adds a minimal build configuration for libmruby which contains as less as possible.
2013-05-08 21:54:51 +08:00
Daniel Bovensiepen d8ce46feda Fix add_dependency declaration documentation 2013-05-02 13:52:56 +08:00
Daniel Bovensiepen 823dc380aa Improve mrbgems documentation 2013-05-02 13:50:45 +08:00
Daniel Bovensiepen bb7d404e64 Add more documentation for Gem::Specification 2013-05-02 13:42:26 +08:00
Daniel Bovensiepen 1f45b85a0b Cosmetic improvements of mrbgems documentation
Cosmetic improvements of mrbgems documentation
2013-05-02 02:29:42 +08:00
Andrew Nordman 9b1d202c95 Adds documentation for MRuby::GemBox usage 2013-04-27 23:13:46 -05:00
Yukihiro "Matz" Matsumoto 30d580ecbc rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 2013-04-25 09:47:36 +09:00
Yukihiro "Matz" Matsumoto a06e0ab33f Merge pull request #1182 from trmmy/move_tools
Update doc/compile/README.md about mruby and mirb
2013-04-14 14:10:13 -07:00
Yukihiro "Matz" Matsumoto 06cca20aeb Merge pull request #1180 from trmmy/typo
Add closing double-quotes to doc/compile/README.md
2013-04-14 14:09:37 -07:00
TERAJIMA, Motoyuki d0d5594ea0 Update doc/compile/README.md about mruby and mirb 2013-04-15 00:40:53 +09:00
TERAJIMA, Motoyuki 7183529304 Add Visual Studio 2010 subsection to Toolchains section of README.md
To follow h2so5/add-vs2010-toolchain
2013-04-14 23:11:45 +09:00
TERAJIMA, Motoyuki ae58386162 Add closing double-quotes 2013-04-14 22:51:20 +09:00
Masaki Muranaka 34dd4525c5 Add bitbucket git support. 2013-03-23 12:39:12 +09:00
Ravil Bayramgalin 30accc2466 Update doc/compile/README.md 2013-02-12 09:56:40 +04:00
Daniel Bovensiepen 750256c939 Add documentation for Android toolchain 2013-02-08 22:10:21 +08:00
Yuichiro MASUI a74f92b46b Generate mrbtest.a file for sparete from driver.o 2013-02-03 13:38:18 +09:00
Daniel Bovensiepen 030e0df384 Fix some styling of the documentation 2013-01-27 22:06:24 +08:00
Daniel Bovensiepen b24d869ab4 Modify code blocks 2013-01-27 22:00:22 +08:00
Yuichiro MASUI 9352e4b49d Moved mrbgems examples 2013-01-26 15:47:06 +09:00
Yuichiro MASUI dd680b6e67 Add flags_after_libraries 2013-01-24 11:33:56 +09:00
Yuichiro MASUI b1623b9e58 merge master 2013-01-24 11:21:39 +09:00
Yukihiro "Matz" Matsumoto f6195693b6 Merge pull request #772 from arciem/updateMarkdown
Fixed markdown of code in mrbgems/README.md
2013-01-23 05:18:04 -08:00
Robert McNally 28ac47efbf Fixed markdown of code in mrbgems/README.md 2013-01-22 08:43:56 -08:00
Yuichiro MASUI 310b0dce8f Added finalizer of mrbgems 2013-01-22 20:18:48 +09:00
Yuichiro MASUI a1c4992905 Added flags_before_libraries to linker 2013-01-21 22:15:15 +09:00
Yukihiro "Matz" Matsumoto 84ef21a4d5 Merge pull request #757 from bovi/compile-doc
Adapt Compile Documentation to improved Build process
2013-01-21 00:36:38 -08:00
Daniel Bovensiepen 2b3fe91b82 Beautify the graphs in the compilation documentation 2013-01-21 11:54:39 +08:00
Daniel Bovensiepen 8721f89129 Add diagram for new build process 2013-01-21 11:48:28 +08:00
Daniel Bovensiepen cf8e978447 Modify documentation for new build process 2013-01-20 23:23:40 +08:00
Yuichiro MASUI ced80d2b4b Improved build scripts and config files 2013-01-20 22:48:42 +09:00
mattn 33d843d185 note about $MRUBY_CONFIG. 2013-01-11 21:27:08 +09:00
Yuichiro MASUI 33350251ae Added conf.bins for defining bulding binaries 2013-01-09 22:40:08 +09:00
Yuichiro MASUI a19c061cb1 Added gem :github option 2013-01-08 00:44:48 +09:00
Yuichiro MASUI 78651a64c3 Remove unused rules in .gitignore and Makefile 2013-01-06 15:59:28 +09:00
Yukihiro "Matz" Matsumoto ccbdee4136 Merge pull request #683 from bovi/doc-compile
Add documentation for compilation process
2013-01-03 17:34:45 -08:00
Daniel Bovensiepen f479ae79a2 Add documentation for compilation process 2013-01-04 05:52:35 +08:00
Daniel Bovensiepen 5d0ada45f0 Fix documentation for mrbgems 2013-01-04 03:57:09 +08:00
Daniel Bovensiepen b347bcac61 Adapter mrbgems documentation to rake system 2013-01-03 11:58:17 +08:00
Yuichiro MASUI 7c469c0b9d Rebuild CRuby based building script without Makefile
Tested CRuby 1.8.6 and 1.9.3

You can see building configuration in build_config.rb
2013-01-03 02:24:15 +09:00
Yuichiro MASUI a2ae2a3923 Added MRUBY_LIBS to mrbgems Makefile 2012-12-22 21:53:42 +09:00
Yuichiro MASUI dee0b2283c Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems 2012-12-22 01:38:06 +09:00
Xuejie Xiao b641c96f57 Derive DISABLE_GEMS macro according to build configuration 2012-12-18 20:34:07 -05:00
Yuichiro MASUI 06d242ae43 Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
2012-12-16 01:56:03 +09:00
Daniel Bovensiepen 9141ffce0c As suggested by @masuidrive remove static RClass as in ce56f19b02 2012-12-10 22:35:29 +08:00
Yukihiro Matz Matsumoto ce56f19b02 should not use a static variable to save RClass reference 2012-12-10 14:52:16 +09:00
Daniel Bovensiepen 88767c3d71 Improve documentation based on latest improvements 2012-12-08 17:37:35 +08:00
Daniel Bovensiepen 5f00a837ed Small cosmetic change in the documentation for mrbgems 2012-11-28 13:47:32 +08:00
Daniel Bovensiepen e9f8736882 Add usage documentation for mrbgems 2012-11-24 14:33:19 +08:00