Michele Caini
|
b92a73a2a2
|
workflow: minor changes
|
2022-03-16 17:10:34 +01:00 |
|
Michele Caini
|
e83c77b99f
|
build system: updated workflow(s)
|
2022-03-16 17:10:23 +01:00 |
|
Michele Caini
|
28aa35160d
|
hashed_string: minor changes
|
2022-02-27 17:46:03 +01:00 |
|
Michele Caini
|
18c9bfa134
|
compressed_pair: minor changes
|
2022-02-27 17:45:56 +01:00 |
|
Michele Caini
|
bdb7763237
|
sigh: rebind allocator internally
|
2022-02-27 17:45:50 +01:00 |
|
Michele Caini
|
bc9ee46b8f
|
dispatcher: minor changes
|
2022-02-27 17:45:45 +01:00 |
|
Michele Caini
|
b92b734db2
|
doc: fixed typo
|
2022-02-25 16:38:13 +01:00 |
|
Michele Caini
|
2748a6cd3c
|
dense_set: remove the constraint on the allocator type
|
2022-02-25 15:15:09 +01:00 |
|
Michele Caini
|
888876185d
|
doc: fixed typo
|
2022-02-25 15:14:14 +01:00 |
|
Michele Caini
|
03fea6358b
|
view/runtime_view: make iterator_type private
|
2022-02-25 14:10:15 +01:00 |
|
Michele Caini
|
59b0dc6735
|
test: minor changes
|
2022-02-25 14:09:22 +01:00 |
|
Michele Caini
|
35a42b2172
|
dense_set: cleanup
|
2022-02-24 18:48:28 +01:00 |
|
Michele Caini
|
daa4056f45
|
registry/storage/sparse_set: minor changes to get around an issue of gcc7.5
|
2022-02-24 18:48:06 +01:00 |
|
Michele Caini
|
bb5abe633f
|
dense_set: review constructors/assignment operators
|
2022-02-24 11:46:42 +01:00 |
|
Michele Caini
|
dc238db355
|
compressed_pair: correctly manage references with piecewise construction
|
2022-02-24 11:33:12 +01:00 |
|
Michele Caini
|
4c692c23bb
|
test: refine tracked_memory_resource::do_is_equal
|
2022-02-24 11:33:04 +01:00 |
|
Michele Caini
|
b093e82db3
|
memory: uninitialized_construct_using_allocator (waiting for C++20)
|
2022-02-23 09:41:32 +01:00 |
|
Michele Caini
|
7a1c2108a1
|
dispatcher: enable fetching the number of pending events (#848)
Co-authored-by: WoLfulus <WoLfulus@users.noreply.github.com>
|
2022-02-23 08:42:33 +01:00 |
|
Michele Caini
|
4aa2b49649
|
updated TODO file
|
2022-02-23 08:41:56 +01:00 |
|
Michele Caini
|
cdaced4df6
|
memory: uses_allocator_construction_args pairs support
|
2022-02-23 00:19:55 +01:00 |
|
Michele Caini
|
cdd029853b
|
any:
* strong exception guarantee applies
* a test to avoid future regressions
|
2022-02-22 15:03:07 +01:00 |
|
Michele Caini
|
507bafdd9c
|
any/meta_any: revert changes to introduce ::hash
|
2022-02-22 12:15:09 +01:00 |
|
Michele Caini
|
07a36123e5
|
dense_map/set: get around a nasty issue of gcc 7.5 with deduced return types and friend functions
|
2022-02-22 12:03:41 +01:00 |
|
Michele Caini
|
a205e7ada9
|
test: it's not a good idea to use discarded values, the sanitizer may complain :)
|
2022-02-22 09:55:03 +01:00 |
|
Michele Caini
|
25e9330bb4
|
memory: avoid ambiguous call with C++20
|
2022-02-22 09:45:03 +01:00 |
|
Michele Caini
|
b2edfa454c
|
test: minor changes (to please all compilers)
|
2022-02-22 09:30:46 +01:00 |
|
Michele Caini
|
07767a09d9
|
doc: fixed typo
|
2022-02-22 08:40:25 +01:00 |
|
Michele Caini
|
e8d85d9269
|
resource: updated doc/tests
|
2022-02-22 08:15:09 +01:00 |
|
Michele Caini
|
5cf0ba079f
|
memory: make_obj_using_allocator utility (waiting for C++20)
|
2022-02-21 16:31:36 +01:00 |
|
Michele Caini
|
e08b1f82ce
|
memory: uses_allocator_construction_args (waiting for C++20)
|
2022-02-21 08:07:01 +01:00 |
|
Michele Caini
|
c2196149ee
|
test: minor changes
|
2022-02-20 23:55:04 +01:00 |
|
Michele Caini
|
65b5ce7880
|
doc: minor changes
|
2022-02-20 23:44:33 +01:00 |
|
Michele Caini
|
9c254ec3e0
|
doc: mark C++20 feature (to help the future me find them)
|
2022-02-20 09:57:24 +01:00 |
|
Michele Caini
|
f4418e0205
|
test: increase code coverage
|
2022-02-19 10:46:18 +01:00 |
|
Michele Caini
|
a314f7b42e
|
test: minor changes (code coverage)
|
2022-02-19 10:41:35 +01:00 |
|
Michele Caini
|
dc5a72cda5
|
dense set:
* cleaned up implementation
* uses-allocator construction support
* a few more tests
|
2022-02-19 09:49:47 +01:00 |
|
Michele Caini
|
380cb41ca9
|
entity: cleanup
|
2022-02-18 17:08:29 +01:00 |
|
Michele Caini
|
83f7e633a3
|
tests: allocate_unique with types that don't support uses-allocator construction
|
2022-02-18 17:08:07 +01:00 |
|
Michele Caini
|
ab1c920435
|
tests: storage with types that don't support uses-allocator construction
|
2022-02-18 17:07:44 +01:00 |
|
Michele Caini
|
7094d658f8
|
test: minor changes
|
2022-02-18 13:47:59 +01:00 |
|
Michele Caini
|
11617291e3
|
container: minor changes
|
2022-02-18 13:47:14 +01:00 |
|
Michele Caini
|
790aa03834
|
scheduler: allow attaching tasks from already running processes (close #845)
|
2022-02-18 11:34:42 +01:00 |
|
Michele Caini
|
bcd16ea5ea
|
entity: adjust noexcept policy
|
2022-02-17 12:17:07 +01:00 |
|
Michele Caini
|
81c044760b
|
core: adjust noexcept policy
|
2022-02-17 12:16:46 +01:00 |
|
Michele Caini
|
b0e0e80b69
|
meta: adjust noexcept policy
|
2022-02-17 09:33:48 +01:00 |
|
Michele Caini
|
280bb1d84f
|
dense_set: suppress shadow warning
|
2022-02-17 09:22:57 +01:00 |
|
Michele Caini
|
bb42dceaca
|
natvis: updated container/dense_set snippet
|
2022-02-17 09:22:55 +01:00 |
|
Michele Caini
|
d0873ed551
|
dense_map: adjust noexcept policy
|
2022-02-17 09:03:28 +01:00 |
|
Michele Caini
|
0fbddfc47b
|
dense_set: adjust noexcept policy
|
2022-02-17 09:03:11 +01:00 |
|
Michele Caini
|
3f1dee2650
|
dense_set: uses-allocator construction
|
2022-02-17 09:02:35 +01:00 |
|