Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -11/+11 |
| | | | | This resolves #564. | ||||
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -4/+2 |
| | | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537. | ||||
* | Break up headers into constituent parts | David Goldblatt | 2017-01-12 | 1 | -0/+5 |
| | | | | | | | | | | This is part of a broader change to make header files better represent the dependencies between one another (see https://github.com/jemalloc/jemalloc/issues/533). It breaks up component headers into smaller parts that can be made to have a simpler dependency graph. For the autogenerated headers (smoothstep.h and size_classes.h), no splitting was necessary, so I didn't add support to emit multiple headers. | ||||
* | Add a_type parameter to qr_{meld,split}(). | Jason Evans | 2016-12-13 | 1 | -4/+4 |
| | |||||
* | Style and spelling fixes. | Jason Evans | 2014-12-09 | 1 | -2/+4 |
| | |||||
* | Normalize #define whitespace. | Jason Evans | 2013-12-09 | 1 | -11/+11 |
| | | | | Consistently use a tab rather than a space following #define. | ||||
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -0/+67 |