Commit Graph

4829 Commits

Author SHA1 Message Date
skypjack
3cae3fbb2b dense_map: operator==/operator<=> 2026-01-09 15:58:09 +01:00
skypjack
40109e9ae4 group: internal changes (coding style) 2026-01-09 15:35:46 +01:00
skypjack
767013e0cb handle: cleanup 2026-01-09 15:35:17 +01:00
skypjack
9b47f44c48 registry: cleanup 2026-01-09 15:35:02 +01:00
skypjack
8a51b5950c iota_iterator: internal changes (coding style) 2026-01-09 15:34:29 +01:00
skypjack
e54add5eab adjacency_matrix: internal changes (coding style) 2026-01-09 15:33:44 +01:00
skypjack
ad147da839 entity: discard the no longer necessary operator!= 2026-01-08 12:12:56 +01:00
skypjack
dd5043fa81 handle: discard the no longer necessary operator!= 2026-01-08 12:12:29 +01:00
skypjack
656a2d2036 any: discard the no longer necessary operator!= 2026-01-08 11:53:10 +01:00
skypjack
e35b698f26 iota_iterator: discard the no longer necessary operator!= 2026-01-08 11:52:56 +01:00
skypjack
cfabb3b21c group: discard the no longer necessary operator!= 2026-01-08 11:47:08 +01:00
skypjack
ecb82e1555 resource: discard the no longer necessary operator!= 2026-01-08 11:46:50 +01:00
skypjack
9588c3cc5a cache: discard the no longer necessary operator!= 2026-01-08 11:46:15 +01:00
skypjack
f5983aa751 table: discard the no longer necessary operator!= 2026-01-08 11:44:00 +01:00
skypjack
dd8e28a734 dense_set: discard the no longer necessary operator!= 2026-01-08 11:43:52 +01:00
skypjack
42acf469cf dense_map: discard the no longer necessary operator!= 2026-01-08 11:43:34 +01:00
skypjack
7eca5e840f registry: discard the no longer necessary operator!= 2026-01-08 11:42:14 +01:00
skypjack
fa579eea59 meta: discard the no longer necessary operator!= 2026-01-08 11:36:14 +01:00
skypjack
9e8c10a443 meta_range_iterator: discard the no longer necessary operator!= 2026-01-08 11:35:46 +01:00
skypjack
60a8e9dc2e view: discard the no longer necessary operator!= 2026-01-08 11:35:23 +01:00
skypjack
c6dbcf6c5f sparse_set: discard the no longer necessary operator!= 2026-01-08 11:35:00 +01:00
skypjack
12ec00ac28 storage: discard the no longer necessary operator!= 2026-01-08 11:34:50 +01:00
skypjack
bc93bf2f79 runtime_view: discard the no longer necessary operator!= 2026-01-08 11:34:36 +01:00
skypjack
55a6fd65aa delegate: discard the no longer necessary operator!= 2026-01-08 11:31:40 +01:00
skypjack
16a8c25bd6 graph: discard the no longer necessary operator!= 2026-01-08 11:31:19 +01:00
skypjack
d5aa3973db type_info: discard the no longer necessary operator!= 2026-01-08 11:30:45 +01:00
skypjack
b3718b329d hashed_string: discard the no longer necessary operator!= 2026-01-08 11:25:50 +01:00
skypjack
32f030a346 natvis: meta_ctx view 2026-01-07 12:35:45 +01:00
skypjack
3961aff10c davey: updated to string_view names 2026-01-07 10:31:11 +01:00
skypjack
deed237bbe meta: return a string_view from name() 2026-01-05 12:16:55 +01:00
skypjack
bfd7320609 meta: prepare to more perf improvements 2026-01-03 11:48:02 +01:00
skypjack
4756933039 meta: minor changes 2026-01-02 16:21:09 +01:00
skypjack
37b56a535d doc: stl is a no-doc area 2025-12-23 17:26:25 +01:00
skypjack
ebb9cf017a entt: replaced identity with stl::identity 2025-12-22 10:24:34 +01:00
skypjack
09b9099b1c stl: functional.hpp for identity 2025-12-22 10:22:46 +01:00
skypjack
93bfd66fc6 stl: cleanup 2025-12-19 18:19:35 +01:00
skypjack
036196bed3 config: ENTT_USE_STL (mainly for test purposes) 2025-12-19 17:47:17 +01:00
skypjack
3ab0000b31 config: ENTT_NOEXCEPTION -> ENTT_NO_EXCEPTION 2025-12-19 17:16:43 +01:00
skypjack
fbffdaf176 stl: refine memory.hpp 2025-12-19 16:57:55 +01:00
skypjack
884f698fab core: make inclusion of custom to_address conditional 2025-12-19 15:37:54 +01:00
skypjack
c2d68e242a core: reintroduce to_address (it's not available everywhere yet, I need to find a solution to inject it when needed) 2025-12-19 10:03:33 +01:00
skypjack
b69d856ee3 core: entt::to_address -> std::to_address 2025-12-19 08:20:55 +01:00
skypjack
8dd00aea29 config: reintroduce ENTT_CONSTEVAL to make consteval easier for older compilers 2025-12-18 18:06:04 +01:00
skypjack
e50ee6a956 entity: rollback some consteval to constexpr to please all compilers 2025-12-18 17:48:35 +01:00
skypjack
06784b8d63 view: make it clear to clang that I'm using the this pointer 2025-12-18 17:45:00 +01:00
skypjack
efe1e0830a signal: more consteval-ness 2025-12-18 17:28:45 +01:00
skypjack
16cf5b96a6 poly: more consteval-ness 2025-12-18 17:28:39 +01:00
skypjack
489bf2fbec meta: more consteval-ness 2025-12-18 17:28:30 +01:00
skypjack
b35045ac78 entity: more consteval-ness 2025-12-18 17:28:20 +01:00
skypjack
4f994cbec2 core: more consteval-ness 2025-12-18 17:27:52 +01:00