Commit Graph

41 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto ec3944d9c0 Merge pull request #201 from thecodeshop/rm-cmake-tgt
remove extraneous cmake build targets
2012-05-28 06:01:45 -07:00
Yukihiro Matsumoto 661906c682 should compile all mrblib files 2012-05-28 12:10:23 +09:00
Jon c403458b97 Remove unnecessary mrblib object build target 2012-05-27 22:06:28 -04:00
Daniel Bovensiepen c1faad90ec Add documentation to Comparable 2012-05-27 04:34:47 +08:00
Jon 105c11b7f6 Clean and DRY up the basic Makefiles 2012-05-23 13:19:40 -04:00
Jon 9f89da6eef Add native and cross compiling CMake build support 2012-05-22 10:50:28 -04:00
Beoran b5dcb7128d First cmake build system. Works on Linux. 2012-05-22 09:11:13 -04:00
Yukihiro Matsumoto 2728f30297 implement Kernel#p in Ruby 2012-05-18 15:01:45 +09:00
Yukihiro Matsumoto 0a00c28ca1 libmruby.a should depend on libmruby_core.a 2012-05-17 23:48:02 +09:00
Yukihiro Matsumoto cc4b2c5c6a add rule to clean libmruby.a from mrblib/Makefile 2012-05-17 12:25:34 +09:00
Yukihiro Matsumoto 3e3a8c18b9 avoid updating existing libmruby.a to avoid problems on low time resolution file systems; close #136 2012-05-17 12:13:24 +09:00
Yukihiro Matsumoto 9dafdfcb8c remove unused dependency 2012-05-15 22:18:51 +09:00
Yukihiro Matsumoto 1bc0c12096 Makefile: remove echo action from all target 2012-05-15 16:40:45 +09:00
Yukihiro Matsumoto a73c78beb8 update Makefile dependency 2012-05-15 03:05:05 +09:00
Yukihiro Matsumoto bd8d910666 clean enum.c 2012-05-09 22:09:27 +09:00
Yukihiro Matsumoto 6a0c30d038 move body of Comparison from compar.c to compar.rb 2012-05-09 22:06:16 +09:00
Yukihiro Matsumoto 9bed29bf96 define print and printf in mrblib 2012-05-07 17:56:55 +09:00
Daniel Bovensiepen 1906d6eb33 Add ISO mark to Kernel.lambda 2012-05-06 18:28:52 +08:00
Daniel Bovensiepen 5bab3fc9e0 Forgot ISO Reference Code of Range - Enumerable 2012-05-06 18:27:07 +08:00
Daniel Bovensiepen 580b0267a8 Some fixes for the Documentation of Hash and Kernel 2012-05-06 18:24:39 +08:00
Daniel Bovensiepen dea4ccdd97 Add documentation to Range 2012-05-06 18:16:26 +08:00
Daniel Bovensiepen b032acd6b6 Modify documentation of Numeric 2012-05-06 18:16:02 +08:00
Daniel Bovensiepen 55f143d4e3 Add documentation to Kernel 2012-05-06 18:15:38 +08:00
Daniel Bovensiepen 8f4c1af9e4 Add documentation to Hash 2012-05-06 18:15:23 +08:00
Daniel Bovensiepen b584bb715b Modify documentation of Array 2012-05-06 18:15:02 +08:00
Yukihiro Matsumoto f3599bb442 library file name renamed to libmruby.a on all platforms 2012-05-03 23:42:38 +09:00
Daniel Bovensiepen 04f74c9cc1 Add documentation to Exception 2012-05-03 17:51:02 +08:00
Daniel Bovensiepen ac21975494 Add documentation to Enumerable 2012-05-03 17:46:23 +08:00
Daniel Bovensiepen be20e99938 Add documentation to String 2012-05-03 16:43:44 +08:00
Daniel Bovensiepen 91da182492 Add documentation for Struct 2012-05-02 21:28:54 +08:00
Daniel Bovensiepen 2c48bf4527 Add Documentation for Array 2012-05-02 21:19:00 +08:00
Daniel Bovensiepen 3ea3a081c4 Add documentation for Kernel 2012-05-02 19:23:52 +08:00
Yukihiro Matsumoto 0026d5ff82 run make -c mrblib from top 2012-05-02 16:46:13 +09:00
Daniel Bovensiepen 42197ae0a6 Add some more documentation for Integer 2012-05-01 23:43:49 +08:00
Daniel Bovensiepen 761ed34cbe Add dependency file to 'clean' target 2012-04-30 14:42:33 +08:00
Yukihiro Matsumoto db999237bc build process restructured 2012-04-30 10:58:36 +09:00
Yukihiro Matsumoto 8b367098ac move header files {irep,dump,cdump,ritehash}.h to /include/mruby 2012-04-24 17:41:28 +09:00
takahashim 359fe9dfdc force to remove mrblib/mrblib.d 2012-04-23 10:20:36 +09:00
Yuichiro MASUI f9d4a5a02b Fixed to forget to remove some files on 'make clean' 2012-04-23 03:06:01 +09:00
mattn 975031cd2b fix Makefile: quoted CC/LL are heap up to each Makefiles. 2012-04-20 10:56:12 +09:00
mimaki e0d6430f63 add mruby sources 2012-04-20 09:39:03 +09:00