| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-13 | use TRUE/FALSE instead of 1/0 | Yukihiro Matsumoto | |
| 2012-07-31 | POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters. | Masaki Muranaka | |
| 2012-07-29 | Make all(?) void casts explicit for C++ | Max Anselm | |
| 2012-07-13 | less <stdio.h> | Yukihiro Matsumoto | |
| 2012-06-28 | always define POOL_ALIGNMENT (default 4); reduce strength as well; close #333 | Yukihiro Matsumoto | |
| 2012-05-19 | C++ compilability - don't define types inside others | Mitchell Blank Jr | |
| 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 | remove src/pool.h; close #163 | Yukihiro Matsumoto | |
| 2012-05-10 | fix typo | sasaki takeru | |
| 2012-05-07 | rename ALIGN macros | Yukihiro Matsumoto | |
| 2012-05-02 | fixed #86 memory alignment error on ARM | Yuichiro MASUI | |
| 2012-04-30 | rm whitespace | roco | |
| 2012-04-23 | add file header | mimaki | |
| 2012-04-20 | void* does not have its size. | NAKAMURA Usaku | |
| 2012-04-20 | add mruby sources | mimaki | |
