|
107947899c
|
random: remove generator choice from easy API
it's supposed to be an easy replacement for std::rand, we don't need to
let the user choose their generator.
|
2017-08-28 14:12:36 +10:00 |
|
|
246357e279
|
random: remove typed randomisers without generators
|
2016-11-17 18:38:08 +11:00 |
|
|
9a798446b5
|
build: remove unnecessary includes
discovered with include-what-you-use
|
2016-10-12 15:08:22 +11:00 |
|
|
c4daffc001
|
build: add forgotten includes
|
2016-07-28 13:39:27 +10:00 |
|
|
8dc4abb69c
|
m/b/circular: use correct fd for MAP_ANONYMOUS
|
2016-05-13 13:56:53 +10:00 |
|
|
ab330cc520
|
add ref-qualifiers to avoid dangling refs/ptrs
|
2016-03-17 18:05:28 +11:00 |
|
|
584b57b669
|
m/b/circular: check ftruncate return value
|
2015-11-13 17:18:10 +11:00 |
|
|
cd58dc8cc3
|
maths: rename align as round_to
reduces confusion between pointer align, and number rounding
|
2015-11-13 13:48:46 +11:00 |
|
|
32ca27abdf
|
memory: add paged and circular buffers
|
2015-11-11 16:56:35 +11:00 |
|