Commit Graph

14 Commits

Author SHA1 Message Date
Yukihiro Matsumoto 1ed39d5c05 use TRUE/FALSE instead of 1/0 2012-08-13 04:19:24 +09:00
Masaki Muranaka 0cee3bb531 POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters. 2012-07-31 16:50:09 +09:00
Max Anselm 5a4beeed2d Make all(?) void casts explicit for C++ 2012-07-29 19:48:48 -04:00
Yukihiro Matsumoto 48c73ac630 less <stdio.h> 2012-07-13 10:13:47 +09:00
Yukihiro Matsumoto 04d24b3168 always define POOL_ALIGNMENT (default 4); reduce strength as well; close #333 2012-06-28 15:07:11 +09:00
Mitchell Blank Jr 3471e2b134 C++ compilability - don't define types inside others
The following is legal code in both C and C++:

  struct foo {
    struct bar { int a } x;
    int y;
  };

...however in C++ it defines a type called "foo::bar" instead of "bar".
Just avoid this construct altogether
2012-05-19 22:40:57 -07:00
Yukihiro Matsumoto 59da9f6974 remove src/pool.h; close #163 2012-05-19 16:56:15 +09:00
sasaki takeru 7f12cb9e7a fix typo 2012-05-10 04:04:59 +09:00
Yukihiro Matsumoto c95279c6bf rename ALIGN macros 2012-05-07 23:23:36 +09:00
Yuichiro MASUI f8e50025bf fixed #86 memory alignment error on ARM 2012-05-02 21:04:20 +09:00
roco 4ec6d41f16 rm whitespace 2012-04-30 14:29:19 -07:00
mimaki 835443614d add file header 2012-04-23 11:46:16 +09:00
NAKAMURA Usaku d2a38520ab void* does not have its size. 2012-04-20 15:40:19 +09:00
mimaki e0d6430f63 add mruby sources 2012-04-20 09:39:03 +09:00