Commit Graph

2050 Commits

Author SHA1 Message Date
Michele Caini
3192f20877 test: drop a bunch of NOLINT 2024-02-07 07:59:36 +01:00
Michele Caini
bcdc1ebad9 test: drop a bunch of NOLINT 2024-02-07 07:59:19 +01:00
Michele Caini
a43ffa8f0d test: workaround for a nasty bug of toolset v141 that sees 4 as member pointer (yeah, I'm amazed too) 2024-02-06 10:48:31 +01:00
Michele Caini
4d7b830b20 iwyu: just a few changes 2024-02-06 08:58:26 +01:00
Michele Caini
b92d2c98ae test: minor changes 2024-02-06 08:30:46 +01:00
Michele Caini
5d3f155164 test: final touch for containers 2024-02-06 08:27:47 +01:00
Michele Caini
f6aa7dc725 test: registry 2024-02-05 08:54:50 +01:00
Michele Caini
7ea79932ed test: cleanup 2024-02-03 00:31:13 +01:00
Michele Caini
df6da5c208 test: full review of entt::any tests 2024-02-02 11:20:49 +01:00
Michele Caini
83aabf7cfc registry: assert when emplacing invalid entities - close #1095 2024-02-02 09:47:06 +01:00
Michele Caini
872e0c6dde test: avoid using custom entities when emplacing in a registry - see #1095 2024-02-01 14:29:47 +01:00
Michele Caini
ad743ff327 hashed_string: refine ctos and avoid uninitialized ::length in all cases 2024-02-01 14:28:30 +01:00
Michele Caini
1150b980fa test: drop a bunch of NOLINT 2024-01-31 13:50:06 +01:00
Michele Caini
3ad137f597 test: drop a bunch of NOLINT 2024-01-31 10:27:57 +01:00
Michele Caini
5a4531baba test: drop a bunch of NOLINT 2024-01-31 10:26:41 +01:00
Michele Caini
11d609314c test: drop a bunch of NOLINT 2024-01-31 10:25:20 +01:00
Michele Caini
97b2b6c5b8 test: drop a bunch of NOLINT 2024-01-30 11:12:47 +01:00
Michele Caini
c1a211d422 test: drop a bunch of NOLINT 2024-01-30 11:12:00 +01:00
Michele Caini
31a91c764b test: drop a bunch of NOLINT 2024-01-30 11:05:25 +01:00
Michele Caini
553accd5f0 test: drop a bunch of NOLINT 2024-01-29 17:22:43 +01:00
Michele Caini
1ab1676d0b test: drop a bunch of NOLINT 2024-01-29 14:53:38 +01:00
Michele Caini
14ac11e9ca test: drop a bunch of NOLINT 2024-01-29 14:52:19 +01:00
Michele Caini
d45ef425a2 test: drop a bunch of NOLINT 2024-01-27 14:25:07 +01:00
Michele Caini
fdbb6829fa test: suppress a gcc sign-compare warning 2024-01-27 14:24:02 +01:00
Michele Caini
38ede6d0c4 test: drop a bunch of NOLINT 2024-01-26 16:56:19 +01:00
Michele Caini
4b4c038dc7 test: drop a bunch of NOLINT 2024-01-26 16:55:56 +01:00
Michele Caini
7a71084a8e test: drop a bunch of NOLINT 2024-01-26 08:16:40 +01:00
Michele Caini
8a57b94a18 test: drop a bunch of NOLINT 2024-01-26 08:16:17 +01:00
Michele Caini
79d72bd568 test: drop a bunch of NOLINT 2024-01-26 08:15:59 +01:00
Michele Caini
f95b9f0ac9 test: suppress clang missing-braces warnings 2024-01-25 09:38:39 +01:00
Michele Caini
9e9bed06af storage: drop deprecated member pack 2024-01-25 08:30:06 +01:00
Michele Caini
b96631c486 sparse_set: make sort_as return an iterator past the last shared element 2024-01-25 08:28:28 +01:00
Michele Caini
469a3cd568 meta: drop deprecated function owner 2024-01-24 14:57:45 +01:00
Michele Caini
d0e2edc13f meta: drop deprecated function key_only 2024-01-24 14:57:26 +01:00
Michele Caini
1eb4b36643 any: drop deprecated function owner 2024-01-24 14:56:35 +01:00
Michele Caini
325d3a9552 test: minor changes 2024-01-24 09:37:10 +01:00
Michele Caini
71bd869fc8 test: drop a bunch of NOLINT 2024-01-24 08:21:07 +01:00
Michele Caini
7d0cf207fd helper: drop deprecated function to_entity 2024-01-24 08:18:28 +01:00
Michele Caini
2f625b0a6f storage: drop deprecated member in_use 2024-01-24 08:12:07 +01:00
Michele Caini
93f20984a6 test: drop a bunch of NOLINT 2024-01-23 10:51:04 +01:00
Michele Caini
00a58db0a7 view: drop deprecated member operator[] 2024-01-23 10:27:55 +01:00
Michele Caini
e3cb863f94 sparse_set: drop deprecated member at 2024-01-23 08:06:16 +01:00
Michele Caini
e5381cee86 sparse_set: drop deprecated member sort_as 2024-01-22 17:10:46 +01:00
Michele Caini
406ba3cb7d group: drop deprecated member sort_as 2024-01-22 16:51:44 +01:00
Michele Caini
5f73b2e4f2 test: boxed_int -> boxed_type 2024-01-22 09:49:59 +01:00
Michele Caini
6889d9d87b test: drop a bunch of NOLINT 2024-01-19 15:25:11 +01:00
Michele Caini
dd3feb87cd test: avoid warnings due to unused variables 2024-01-19 14:35:26 +01:00
Michele Caini
2375c0489b group: avoid swapping observed types - close #1100 2024-01-19 14:22:07 +01:00
Michele Caini
353b3d19ee snapshot: refine the check in the constructor of the loader class - close #1106 2024-01-19 09:21:46 +01:00
Michele Caini
324716f82e test: drop a bunch of NOLINT 2024-01-18 09:20:30 +01:00