summaryrefslogtreecommitdiffhomepage
path: root/tools/mrbc
AgeCommit message (Expand)Author
2012-05-27Simplify CMake mruby object libraryJon
2012-05-27Remove unnecessary mrb_init_ext definitionJon
2012-05-23Clean and DRY up the basic MakefilesJon
2012-05-22Merge pull request #180 from mitchblank/masterYukihiro "Matz" Matsumoto
2012-05-22Add native and cross compiling CMake build supportJon
2012-05-22First cmake build system. Works on Linux.Beoran
2012-05-22change example code to do mrb_close()Mitchell Blank Jr
2012-05-18terminate programs after showing version/copyrightYukihiro Matsumoto
2012-05-18rename ruby_show_version to mrb_show_versionYukihiro Matsumoto
2012-05-18revise version descriptionYukihiro Matsumoto
2012-05-18move compile.h to mruby/compile.hYukihiro Matsumoto
2012-05-18new API for parserYukihiro Matsumoto
2012-05-17compile error should contain line numberYukihiro Matsumoto
2012-05-17avoid updating existing libmruby.a to avoid problems on low time resolution f...Yukihiro Matsumoto
2012-05-15Makefile: remove echo action from all targetYukihiro Matsumoto
2012-05-08include string.h instead of memory.h; close #108Yukihiro Matsumoto
2012-05-03library file name renamed to libmruby.a on all platformsYukihiro Matsumoto
2012-05-02rename ritevm.a to mruby.aYukihiro Matsumoto
2012-04-30build process restructuredYukihiro Matsumoto
2012-04-30add -O3 to CFLAGS by defaultYukihiro Matsumoto
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-23Fixed to forget to remove some files on 'make clean'Yuichiro MASUI
2012-04-20fix Makefile: quoted CC/LL are heap up to each Makefiles.mattn
2012-04-20add mruby sourcesmimaki