|
2a16ac4163
|
cast: remove unused 'validate' cast
|
2021-01-20 14:19:33 +10:00 |
|
|
46645e4430
|
maths: don't include coord headers
|
2021-01-20 14:19:32 +10:00 |
|
|
393ecede5a
|
typeidx: add name registration
|
2021-01-19 12:17:23 +10:00 |
|
|
957c4d169f
|
io: add expected_directory_error
|
2021-01-14 12:54:24 +10:00 |
|
|
03f702df4c
|
alloc/chunked: add oversize chunk allocation
|
2021-01-14 07:48:35 +10:00 |
|
|
a5c69c5911
|
alloc/chunked: add untested initial implementation
|
2021-01-12 14:58:55 +10:00 |
|
|
bb7a4e41e6
|
alloc: add chunked allocator
|
2021-01-11 13:39:19 +10:00 |
|
|
2f3a767285
|
geom/sample: add subregion sampler for extents
|
2020-12-15 11:32:57 +10:00 |
|
|
3bf2c2205d
|
random: use decltype for choose return type
This simplifies support for const-ref arguments
|
2020-12-14 13:08:39 +10:00 |
|
|
60b0d1d05d
|
geom/ellipse: prefer our normal distribution for sampling
The repeatability of a common implementation is relied upon by some
client libraries which must run under libstdc++ and libcxx
|
2020-12-09 08:20:11 +10:00 |
|
|
7b070a86ad
|
r/dist/normal: add mean and stddev accessors
|
2020-12-09 08:19:55 +10:00 |
|
|
8228a9be0f
|
r/gen: style
|
2020-12-09 07:49:03 +10:00 |
|
|
a2fa34c619
|
r/dist: add the normal distribution
|
2020-12-09 07:47:17 +10:00 |
|
|
05880da691
|
rand/distribution: allow rvalues for uniform distributions
|
2020-12-03 14:37:56 +10:00 |
|
|
12716e8cb2
|
types/tagged: simplify the implementation of detail::visit
|
2020-12-02 12:05:26 +10:00 |
|
|
fdd8723bf4
|
types/tagged: use more explicit return types for tag
|
2020-12-02 12:04:45 +10:00 |
|
|
d5ba7e016f
|
string: add to_upper overload for char arrays
|
2020-12-01 13:32:55 +10:00 |
|
|
2778c073a7
|
posix/fd: only define fallocate wrapper for Linux
|
2020-11-30 10:46:33 +10:00 |
|
|
082a0f39b6
|
range: instantiate more ostream operators specialisations
|
2020-11-30 10:44:11 +10:00 |
|
|
3b66bb9066
|
io: add an fallocate wrapper
|
2020-11-28 08:39:40 +10:00 |
|
|
88f1e8e654
|
colour: add srgba2f typedef
|
2020-11-27 16:29:41 +10:00 |
|
|
695f8787e1
|
pointer: add missing header for std::forward
|
2020-11-27 08:58:30 +10:00 |
|
|
8bfcab5f40
|
pointer: add thin pointer wrapper
|
2020-11-25 14:21:20 +10:00 |
|
|
252a870a22
|
range: correct the ostream operator template variable refs
|
2020-11-23 12:01:01 +10:00 |
|
|
4250e71d6e
|
fixed_string: use pointers for copy to storage
|
2020-11-18 06:50:17 +10:00 |
|
|
5cea4fb7b5
|
rand/dist/uniform: avoid sign comparison warning in assertion
|
2020-11-12 13:08:11 +10:00 |
|
|
f091e97f11
|
random: prefer internal uniform distributions
|
2020-11-12 11:08:11 +10:00 |
|
|
f116422086
|
rand: add uniform distribution routines
|
2020-11-12 11:07:53 +10:00 |
|
|
82d3c36ebd
|
rand/xoshiro: simplify state initialisation from seed_seq
|
2020-11-12 11:07:14 +10:00 |
|
|
7185af7961
|
rand/xoshiro: use a std::array to store the state
This makes it marginally easier to work use with std algorithms
|
2020-11-12 11:06:28 +10:00 |
|
|
17a85e8187
|
iterator/infix: avoid using references to temporaries in make_infix
|
2020-11-10 16:22:46 +10:00 |
|
|
0fe14f038d
|
set/dset: prefer view overloads over span overloads
This lets us target both pointer ranges and dset objects with more or
less the same code.
|
2020-11-10 15:29:24 +10:00 |
|
|
15c49a8437
|
set/dest: add clear operation
|
2020-11-10 15:29:10 +10:00 |
|
|
5b38c030fa
|
set/dset: add scalar add
|
2020-11-10 11:26:14 +10:00 |
|
|
95f05cd632
|
g/sample: remember to forward generator objects in extent sampler
|
2020-11-06 12:27:55 +10:00 |
|
|
5d585d405f
|
random: add a generator parameter overload of uniform(ValueT)
|
2020-11-06 12:27:55 +10:00 |
|
|
e1f18edacf
|
bitwise: add word halving query
|
2020-11-03 15:32:47 +10:00 |
|
|
8f5604dde6
|
hash: add halfsipmix
|
2020-11-03 11:45:21 +10:00 |
|
|
4b57e373f9
|
g/s/surface: don't ignore the first accept test
|
2020-10-27 16:40:18 +10:00 |
|
|
58d86bbc95
|
region: add a single 'covers' test
|
2020-10-27 16:00:53 +10:00 |
|
|
0d9a80ea84
|
region: add another intersects test
|
2020-10-27 15:32:11 +10:00 |
|
|
61ac466161
|
hash: ensure all values passed to mix are of the same type
|
2020-10-27 15:31:43 +10:00 |
|
|
b2abc7e7f8
|
g/s/surface: test first poisson candidate against AcceptT
|
2020-10-27 15:31:09 +10:00 |
|
|
98d8bd4c8e
|
cast: add an approximate implementation of std::bit_cast
|
2020-10-27 15:30:40 +10:00 |
|
|
6782b821b9
|
region: add some region-region intersects tests
|
2020-10-27 12:20:41 +10:00 |
|
|
e22f4a9001
|
types/sized: update bits types to follow a more current style
|
2020-10-22 11:27:25 +10:00 |
|
|
3fffacc19c
|
g/s/surface: add an 'accept' query for poisson sampling
|
2020-10-22 09:29:22 +10:00 |
|
|
94d3f676c6
|
introspection: update name tests for clang-11
|
2020-10-22 08:38:59 +10:00 |
|
|
5a7613d3f3
|
coord/comparator: convert to use std::weak_ordering
This allows more flexibility in some client code (eg, calling this to
sort compound objects like region).
|
2020-10-21 14:03:08 +10:00 |
|
|
b0ac349f70
|
string: fancy comparators should take only string_views
This reduces complications dealing with implicit casts from things like
'std::string' which are fairly common.
|
2020-10-21 10:23:04 +10:00 |
|