| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers to 2018 | DrahtBot | 2018-07-27 | 1 | -1/+1 |
| * | Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n) | Wladimir J. van der Laan | 2018-03-22 | 1 | -5/+14 |
| |\ | |||||
| | * | Use best-fit strategy in Arena, now O(log(n)) instead O(n) | Martin Ankerl | 2017-12-29 | 1 | -5/+14 |
| * | | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | 2018-01-03 | 1 | -1/+1 |
| |/ | |||||
| * | Refactor: Modernize disallowed copy constructors/assignment | Dan Raviv | 2017-09-16 | 1 | -6/+6 |
| * | Declare single-argument (non-converting) constructors "explicit" | practicalswift | 2017-08-16 | 1 | -2/+2 |
| * | Use nullptr instead of zero (0) as the null pointer constant | practicalswift | 2017-08-16 | 1 | -1/+1 |
| * | Fix some typos | fsb4000 | 2016-11-28 | 1 | -1/+1 |
| * | LockedPool: avoid quadratic-time allocation | Kaz Wesley | 2016-11-02 | 1 | -22/+2 |
| * | support: Add LockedPool | Wladimir J. van der Laan | 2016-10-27 | 1 | -0/+251 |