Commit Graph

4380 Commits

Author SHA1 Message Date
Michele Caini
562d25c7ca container: handle conversion warnings 2025-02-10 11:09:39 +01:00
Michele Caini
b10ba4da1c entity: handle conversion warnings 2025-02-10 10:31:32 +01:00
Michele Caini
ba70637eeb entity: handle conversion warnings 2025-02-09 11:45:36 +01:00
Michele Caini
c2226ee1f4 flow: handle conversion warnings 2025-02-09 11:45:26 +01:00
Michele Caini
3ef946802b storage: handle conversion warnings 2025-02-09 10:53:53 +01:00
Michele Caini
86757df072 registry: handle conversion warnings 2025-02-07 15:41:06 +01:00
Michele Caini
f0c763b984 container: difference_type 2025-02-07 15:39:13 +01:00
Michele Caini
5fbddb471c signal: handle conversion warnings 2025-02-07 15:27:11 +01:00
Michele Caini
1fddb2c4c9 entity: handle conversion warnings 2025-02-07 15:27:04 +01:00
Michele Caini
8156eeb47e core: handle conversion warnings 2025-02-07 15:26:57 +01:00
Michele Caini
ccb63bfd80 container: handle conversion warnings 2025-02-07 15:26:48 +01:00
Michele Caini
baad567dfa dense_set: handle conversion warnings 2025-02-07 15:26:29 +01:00
Michele Caini
b0bd5f641d dense_map: handle conversion warnings 2025-02-07 15:12:53 +01:00
Michele Caini
6ae6e038d6 dispatcher: handle conversion warnings 2025-02-07 14:03:44 +01:00
Michele Caini
9b2a791878 dense_set: handle conversion warnings 2025-02-07 13:59:49 +01:00
Michele Caini
fc48670219 dense_map: handle conversion warnings 2025-02-07 13:59:42 +01:00
Michele Caini
f7f1e2162f adjacency matrix: minor changes 2025-02-07 13:59:25 +01:00
Michele Caini
9f7be95782 adjacency matrix: handle conversion warning 2025-02-07 10:48:52 +01:00
Michele Caini
24446f2f81 meta: [[nodiscard]] 2025-02-05 11:52:22 +01:00
Michele Caini
86c3c4565b registry: ::storage<T> const correctness - close #1217 2025-02-05 11:32:07 +01:00
Michele Caini
12859bb856 meta: limit ::context() to meta_any 2025-02-05 11:26:57 +01:00
Michele Caini
43a7b452c4 meta: drop context holder base class 2025-02-05 10:44:08 +01:00
Michele Caini
f30ca72c69 meta: make meta_type return the underlying context 2025-02-05 10:34:50 +01:00
Michele Caini
041b5e9882 meta: make meta_func return the underlying context 2025-02-04 16:54:05 +01:00
Michele Caini
36c1a58bff meta: make meta_data return the underlying context 2025-02-04 16:53:20 +01:00
Michele Caini
0c73244575 meta: common base class for meta context holders 2025-02-04 15:15:00 +01:00
Michele Caini
8e6bbc4a6c meta: as_ref for void types still returns a valid meta_any 2025-02-03 17:48:09 +01:00
Michele Caini
303801c23b any: typo 2025-01-31 12:35:21 +01:00
Michele Caini
165a048fa1 algorithm: suppress yet another annoying warning 2025-01-31 12:33:59 +01:00
Michele Caini
6eb42cd782 sigh_mixin: const correctness 2025-01-31 12:32:08 +01:00
Michele Caini
d726bd761c view: cannot also please the linter when unpacking like this 2025-01-31 12:27:07 +01:00
Michele Caini
8b890993a2 storage: refine from_placeholder function 2025-01-31 08:50:02 +01:00
Michele Caini
15be7d0301 signal: review sink API 2025-01-30 09:42:32 +01:00
Michele Caini
4686094c09 storage: avoid do-while loops 2025-01-29 09:31:15 +01:00
Michele Caini
476822e6c4 sparse_set: improved shrink_to_fit to also cleanup the sparse array 2025-01-28 15:11:16 +01:00
Michele Caini
7bcb4d739e meta: move lint directive to the right spot 2025-01-27 15:11:24 +01:00
Michele Caini
08b21b17e2 any: I know what I'm doing, I don't want to cast things explicitly and make it harder to read 2025-01-27 13:53:11 +01:00
Michele Caini
9ae5a3d7d4 meta: suppress wrong warning by clang 2025-01-27 13:52:35 +01:00
Michele Caini
0aa6cb8301 type_traits: sizeof(A*) used on purpose 2025-01-27 13:46:19 +01:00
Michele Caini
9aaef992ba meta: suppress wrong warning by clang-tidy 2025-01-27 13:43:20 +01:00
Michele Caini
a5d4611d21 mixin: avoid use-after-move (wrong) warnings 2025-01-27 10:08:08 +01:00
Michele Caini
25dff4bddc sparse_set: suppress a wrong warning by gcc - see #1194 2025-01-24 15:35:02 +01:00
Michele Caini
85bc3b778a factory: explicit casts 2025-01-24 15:26:12 +01:00
Michele Caini
c38f1349fc type_traits: suppress warnings on blind operations 2025-01-24 14:29:58 +01:00
Michele Caini
f86c325f0b storage/mixin: prefer NOLINTBEGIN/END on the right (wrong) warning 2025-01-24 14:27:09 +01:00
Michele Caini
38551a5332 storage/mixin: avoid use-after-move (wrong) warnings 2025-01-24 10:08:57 +01:00
Michele Caini
00365b26d9 any: suppress a wrong warning by the linter 2025-01-24 09:34:46 +01:00
Michele Caini
1eaff4f3d9 any: explicit casts 2025-01-24 09:34:31 +01:00
Michele Caini
9e0f8149a4 meta: small internal change to suppress a warning 2025-01-24 09:34:03 +01:00
Michele Caini
279166cb8b emitter: updated definition for ::publish 2025-01-24 09:33:30 +01:00