| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -1884/+0 | |
| Explicitly have the only C++ portion of the runtime be one file with exception handling. All other runtime files must now live in C and be fully defined in C. | ||||
| 2012-08-29 | Fix MZ_FORCEINLINE define to work with GCC 4.7.1. | Jed Davis | -1/+1 | |
| Using just __always_inline__ without inline results in several instances of "error: always_inline function might not be inlinable". | ||||
| 2012-08-28 | Compress metadata section. Seems a minor speed win, major space win. | Graydon Hoare | -0/+1884 | |
