skypjack
1f7efe511d
build: review example tests
2025-12-24 10:26:01 +01:00
skypjack
6e68159b5e
test: thanks msvc, as usual :)
2025-12-03 18:32:24 +01:00
skypjack
12d9660016
test: cleanup examples
2025-12-03 18:27:45 +01:00
skypjack
713bcd50a3
test: explicit nullptr check
2025-11-15 19:11:54 +01:00
skypjack
c777cda857
meta: support {} on static calls
2025-09-25 16:37:29 +02:00
skypjack
4e47c535c4
meta: meta_any -> meta_handle
2025-09-24 15:52:32 +02:00
skypjack
42259fb1ce
meta: reintroduce meta_handle default ctor for utilities
2025-09-24 15:41:40 +02:00
skypjack
71e61b5270
meta: make meta_handle support empty construction from nullptr
2025-09-24 15:14:33 +02:00
skypjack
6ecf1f35c0
meta: revert automatic policy (too convenient a feature)
2025-09-24 12:30:21 +02:00
skypjack
05863c6a15
meta: automatic policy (perf, breaking change)
2025-09-24 12:02:56 +02:00
Michele Caini
e42231fab0
sparse_set: deprecate type() in favor of info() for consistency
2025-03-27 10:23:26 +01:00
Michele Caini
f3f9e9a8b9
test: use meta_factory<T> instead of meta<T>
2024-11-29 14:18:41 +01:00
Michele Caini
4e66f6bf68
storage: element_type vs value_type for finer control
2024-03-15 09:52:49 +01:00
Michele Caini
bcdc1ebad9
test: drop a bunch of NOLINT
2024-02-07 07:59:19 +01:00
Michele Caini
15d63ec358
test: drop a bunch of NOLINT
2024-01-11 14:11:43 +01:00
Michele Caini
2b092c2fce
test: prepare to cleanup clang-tidy config and track things to review in future
2024-01-10 17:35:27 +01:00
Michele Caini
27a46a97a6
test: linter related stuff
2023-12-19 18:58:47 +01:00
Michele Caini
d7d0ba498c
registry: drop ::size (deprecated function)
2023-06-15 16:42:55 +02:00
Michele Caini
c5e764750b
test: example include review (thanks iwyu)
2023-06-14 15:38:57 +02:00
Michele Caini
d8ed4ca354
registry: refine how entity storage is used internally
2023-05-10 10:47:11 +02:00
Michele Caini
c147ec37c9
test: try to make gcc happy again
2023-05-09 08:48:22 +02:00
Michele Caini
634630ca2d
test: add missing template keywords (thanks msvc for ignoring them)
2023-05-09 08:34:06 +02:00
Michele Caini
fabc6c9bd7
test: full cross-registry entity-copy example with meta (not strictly required)
2023-05-08 12:45:18 +02:00
Michele Caini
fde1a524ea
sparse_set: ::get -> ::value (to avoid hiding from derived classes)
2022-12-22 13:10:57 +01:00
Michele Caini
1332307972
sparse_set: emplace -> push
2022-12-15 14:16:58 +01:00
Michele Caini
cd9553ca10
registry: ::storage(id) returns a pointer rather than an utterly annoying iterator
2022-09-26 15:42:57 +02:00
Qix
049e529f66
test: add mention of storage initialization workaround (ref #827 ) ( #879 )
2022-04-28 16:34:45 +02:00
Michele Caini
922bfbf724
test: fixed includes (while trying iwyu)
2022-02-01 23:01:04 +01:00
Michele Caini
2196db562e
registry:: non-template storage(id) returns an iterator rather than a naked pointer
2022-01-19 12:15:22 +01:00
Michele Caini
e1b3f2b95a
registry: added weak ::storage for opaque cross registry operations
2021-12-22 16:21:55 +01:00
Michele Caini
3498dea486
registry ( close #521 ):
...
* remove visit
* added storage_proxy_iterator (input iterator category, modeled as a random access iterator)
* added ::storage() (const and non-const) to return an iterable object over all pools
2021-12-17 17:05:14 +01:00
Michele Caini
69ddf4936e
registry: remove the visit overload that also takes an entity
2021-12-14 22:57:10 +01:00
Michele Caini
a00b44a5fd
example: stamp is back
2021-11-30 09:43:48 +01:00