| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -8/+8 |
| | | | | | This resolves #540. | ||||
| * | Update brace style. | Jason Evans | 2017-01-21 | 1 | -10/+10 |
| | | | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537. | ||||
| * | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -1/+0 |
| | | | | | This resolves #535. | ||||
| * | Fix Windows build issues | Dmitri Smirnov | 2016-02-24 | 1 | -0/+30 |
| | | | | | This resolves #333. | ||||
| * | Fix MinGW-related portability issues. | Jason Evans | 2015-07-23 | 1 | -2/+8 |
| | | | | | | | | | | | | | | Create and use FMT* macros that are equivalent to the PRI* macros that inttypes.h defines. This allows uniform use of the Unix-specific format specifiers, e.g. "%zu", as well as avoiding Windows-specific definitions of e.g. PRIu64. Add ffs()/ffsl() support for compiling with gcc. Extract compatibility definitions of ENOENT, EINVAL, EAGAIN, EPERM, ENOMEM, and ENORANGE into include/msvc_compat/windows_extra.h and use the file for tests as well as for core jemalloc code. | ||||
| * | Add support for MSVC | Mike Hommey | 2012-05-01 | 1 | -0/+23 |
| Tested with MSVC 8 32 and 64 bits. | |||||
