Commit Graph

7414 Commits

Author SHA1 Message Date
skypjack
9aeffebc7b stl: std::forward 2026-04-01 09:34:28 +02:00
skypjack
4f1897e864 stl: std::declval 2026-04-01 09:31:13 +02:00
skypjack
8f67d4fa06 stl: std::exchange 2026-04-01 09:30:47 +02:00
skypjack
8c8949a312 stl: introduce utility.hpp 2026-04-01 09:29:27 +02:00
skypjack
17953cb28a stl: moved some type traits here and there 2026-04-01 09:27:17 +02:00
skypjack
6054e22df2 stl: introduce type_traits.hpp 2026-04-01 09:20:25 +02:00
skypjack
f2d89c93c9 stl: cleanup 2026-03-31 10:32:42 +02:00
skypjack
8f3f5b99c1 stl: iterator_traits 2026-03-31 10:32:22 +02:00
skypjack
8396a8c884 stl: std::reverse_iterator 2026-03-31 08:57:07 +02:00
skypjack
fc9eb2a9f2 stl: std::distance 2026-03-31 08:56:56 +02:00
skypjack
be840ee569 stl: iterator tags 2026-03-31 08:54:09 +02:00
skypjack
fc7ca524f2 stl: more on iterator 2026-03-31 08:52:27 +02:00
skypjack
a2a72bcce6 stl: atomic header 2026-03-31 08:20:12 +02:00
skypjack
e7be9a94e8 stl: minor changes 2026-03-30 20:00:51 +02:00
skypjack
3652d47932 stl: tuple header 2026-03-30 18:59:56 +02:00
skypjack
898b50a39c build: update ENTT_INCLUDE_HEADERS list 2026-03-30 18:58:32 +02:00
skypjack
68f1bb1872 entt: add doc for entt::stl 2026-03-30 18:57:43 +02:00
skypjack
c7556f9245 stl: vector 2026-03-30 18:57:01 +02:00
skypjack
008dd6987c cleanup headers 2026-03-27 17:12:04 +01:00
skypjack
1333fa5312 entity: refine requires on entt_traits for enum 2026-03-27 15:41:04 +01:00
skypjack
171700153e stl: internal changes 2026-03-26 18:31:26 +01:00
skypjack
0ebf837e6a entt_traits: relax class constraints for backward compatibility 2026-03-26 17:42:05 +01:00
skypjack
093bb5bd89 entity: let the traits check the concept for us 2026-03-25 10:02:23 +01:00
skypjack
720dda4103 entity_like: move the concept to the file it belongs to, and fix it - see #1244 2026-03-25 10:01:15 +01:00
skypjack
05d11b7fa0 sparse_set: reduce impact of entity_like, and prepare to fix it 2026-03-25 00:03:59 +01:00
skypjack
9b94f09999 component_traits: reduce impact of entity_like, and prepare to fix it 2026-03-24 15:50:47 +01:00
skypjack
ca32a3668a test: reduce impact of entity_like, and prepare to fix it 2026-03-24 15:45:30 +01:00
skypjack
060eda7586 davey: reduce impact of entity_like, and prepare to fix it 2026-03-24 15:44:40 +01:00
skypjack
7c463516b1 storage_for 2026-03-24 14:16:05 +01:00
skypjack
f23f923608 storage_type: reduce impact of entity_like, and prepare to fix it 2026-03-24 14:15:12 +01:00
skypjack
8cc2eb43b3 storage: reduce impact of entity_like, and prepare to fix it 2026-03-24 14:12:43 +01:00
skypjack
6d31b33a10 view: minor changes on internal stuff 2026-03-24 14:11:26 +01:00
skypjack
fe517b0592 registry: reduce impact of entity_like, and prepare to fix it 2026-03-24 14:10:17 +01:00
skypjack
06bcc770f0 config: config injection 2026-03-23 16:46:24 +01:00
skypjack
75769cde27 build: refine SETUP_BASIC_TEST to also support include directories 2026-03-21 15:29:21 +01:00
skypjack
eec10a861e storage: minor change to suppress doc warning 2026-03-19 19:20:37 +01:00
skypjack
e099db8e15 storage: no fwd ref, no NOLINT 2026-03-19 19:09:37 +01:00
skypjack
9905ed6cff type_info: no fwd ref, no NOLINT 2026-03-19 18:33:12 +01:00
skypjack
6d6ba9b175 doc: a note about context variables - close #1326 2026-03-18 15:40:16 +01:00
skypjack
793ea69195 dispatcher: refine ::trigger API - close #1307 2026-03-17 15:27:10 +01:00
skypjack
ef088a298f updated TODO 2026-03-17 15:25:06 +01:00
skypjack
814a3e1404 cleanup 2026-03-16 14:29:01 +01:00
skypjack
f79c6dbde1 storage: constrain iterator types - close #1323 2026-03-16 14:15:33 +01:00
skypjack
6ca3db7de4 storage: reintroduce support to args for empty types - see #1323 2026-03-16 14:10:10 +01:00
skypjack
9c5281c79a sparse_set: make ::pop_all check pages before filling them 2026-03-12 09:50:27 +01:00
skypjack
136b137940 test: cover sparse_set::clear with empty pages (and make the sanitizer complain on the CI hopefully) 2026-03-12 09:29:25 +01:00
skypjack
1de7c8bbd2 view: avoid warnings and add a test to trigger them on the CI in future - close #1328 2026-03-11 16:38:01 +01:00
skypjack
93cb729322 test: use the mixin design a little more 2026-03-03 15:29:32 +01:00
skypjack
7d931a8df3 meta: avoid shadow warnings 2026-03-03 12:40:54 +01:00
skypjack
e3a736a2a5 test: use the mixin design a little more 2026-03-03 11:13:02 +01:00