skypjack
|
69331f4796
|
stl: std::is_const_v
|
2026-04-02 09:58:39 +02:00 |
|
skypjack
|
573d982c1c
|
stl: std::is_default_constructible_v
|
2026-04-02 09:44:56 +02:00 |
|
skypjack
|
257117ce8f
|
stl: std::is_aggregate_v
|
2026-04-02 09:44:20 +02:00 |
|
skypjack
|
c3a52a4f27
|
stl: std::decay_t
|
2026-04-02 09:44:11 +02:00 |
|
skypjack
|
35435d3d82
|
stl: std::is_nothrow_move_constructible_v
|
2026-04-02 09:41:22 +02:00 |
|
skypjack
|
7a672f6a1e
|
stl: std::remove_const_t
|
2026-04-02 09:41:10 +02:00 |
|
skypjack
|
cf7199e83e
|
stl: std::is_trivially_destructible_v
|
2026-04-02 09:38:52 +02:00 |
|
skypjack
|
272b93c8fb
|
stl: std::remove_reference_t
|
2026-04-02 09:38:41 +02:00 |
|
skypjack
|
9efe86621d
|
stl: std::is_lvalue_reference_v
|
2026-04-02 09:34:38 +02:00 |
|
skypjack
|
86e2235b83
|
stl: std::is_pointer_v
|
2026-04-02 09:34:29 +02:00 |
|
skypjack
|
98604629c7
|
stl: std::is_void_v
|
2026-04-02 09:32:12 +02:00 |
|
skypjack
|
990eff8e73
|
stl: std::true_type/std::false_type
|
2026-04-02 09:32:02 +02:00 |
|
skypjack
|
1763f8b192
|
stl: std::invoke_result_t
|
2026-04-01 16:57:12 +02:00 |
|
skypjack
|
06cd683d31
|
stl: std::remove_pointer_t
|
2026-04-01 16:57:00 +02:00 |
|
skypjack
|
bfe84b59d0
|
stl: std::pair/std::make_pair
|
2026-04-01 16:50:07 +02:00 |
|
skypjack
|
80fdab4f21
|
stl: std::as_const
|
2026-04-01 16:49:39 +02:00 |
|
skypjack
|
b32ec7f656
|
stl: std::move
|
2026-04-01 09:34:50 +02:00 |
|
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 |
|