Commit Graph

  • b75a7191f8 stl: std::std::is_final_v skypjack 2026-04-08 09:50:09 +02:00
  • a75a608d0c stl: std::is_empty_v skypjack 2026-04-08 09:49:42 +02:00
  • 2690c8af2b stl: std::in_place* skypjack 2026-04-08 09:48:29 +02:00
  • 61a2aaa0c9 stl: std::is_enum_v skypjack 2026-04-08 09:45:30 +02:00
  • 5d823e6853 stl: std::piecewise_construct[_t] skypjack 2026-04-08 09:42:55 +02:00
  • 0c5ca42180 stl: std::sort skypjack 2026-04-08 09:42:46 +02:00
  • 213ddb74d5 stl: add algorithm.hpp skypjack 2026-04-07 18:15:49 +02:00
  • 0d3cecbff1 stl: std::conditional_t skypjack 2026-04-07 11:38:36 +02:00
  • 4d91f8cc5a stl: std::is_convertible_v skypjack 2026-04-07 11:35:04 +02:00
  • d596ba854f stl: std::common_type_t skypjack 2026-04-07 11:33:42 +02:00
  • 03299cedad stl: std::is_constructible_v skypjack 2026-04-07 11:31:49 +02:00
  • 68e8b36684 stl: std::is_nothrow_* skypjack 2026-04-07 11:23:21 +02:00
  • 9bd285bfa8 stl: std::is_invocable* skypjack 2026-04-07 11:19:44 +02:00
  • 2d4324d7cb stl: std::is_nothrow_constructible_v skypjack 2026-04-07 09:13:29 +02:00
  • 61ecf3906d stl: std::extent_v skypjack 2026-04-07 09:11:54 +02:00
  • 9f0d0d9aeb stl: std::array skypjack 2026-04-02 17:29:23 +02:00
  • a8fe00242a stl: array header skypjack 2026-04-02 17:27:53 +02:00
  • 486f02dcb0 enum: fixed stl scope skypjack 2026-04-02 10:10:31 +02:00
  • c60e076f80 stl: std::underlying_type_t skypjack 2026-04-02 10:09:36 +02:00
  • 8f411924b4 stl: std::bool_constant skypjack 2026-04-02 10:07:58 +02:00
  • 15f4e28205 stl: std::is_array_v skypjack 2026-04-02 10:03:36 +02:00
  • 4ac884dfd1 stl: std::is_copy_constructible_v skypjack 2026-04-02 10:02:38 +02:00
  • ed026bbc7e stl: std::is_function_v skypjack 2026-04-02 10:02:05 +02:00
  • 10bfb24bf1 stl: std::is_move_assignable_v skypjack 2026-04-02 10:00:44 +02:00
  • 50346a4cf8 stl: std::is_copy_assignable_v skypjack 2026-04-02 10:00:09 +02:00
  • 69331f4796 stl: std::is_const_v skypjack 2026-04-02 09:58:39 +02:00
  • 573d982c1c stl: std::is_default_constructible_v skypjack 2026-04-02 09:44:56 +02:00
  • 257117ce8f stl: std::is_aggregate_v skypjack 2026-04-02 09:44:20 +02:00
  • c3a52a4f27 stl: std::decay_t skypjack 2026-04-02 09:44:11 +02:00
  • 35435d3d82 stl: std::is_nothrow_move_constructible_v skypjack 2026-04-02 09:41:22 +02:00
  • 7a672f6a1e stl: std::remove_const_t skypjack 2026-04-02 09:41:10 +02:00
  • cf7199e83e stl: std::is_trivially_destructible_v skypjack 2026-04-02 09:38:52 +02:00
  • 272b93c8fb stl: std::remove_reference_t skypjack 2026-04-02 09:38:41 +02:00
  • 9efe86621d stl: std::is_lvalue_reference_v skypjack 2026-04-02 09:34:38 +02:00
  • 86e2235b83 stl: std::is_pointer_v skypjack 2026-04-02 09:34:29 +02:00
  • 98604629c7 stl: std::is_void_v skypjack 2026-04-02 09:32:12 +02:00
  • 990eff8e73 stl: std::true_type/std::false_type skypjack 2026-04-02 09:32:02 +02:00
  • 1763f8b192 stl: std::invoke_result_t skypjack 2026-04-01 16:57:12 +02:00
  • 06cd683d31 stl: std::remove_pointer_t skypjack 2026-04-01 16:57:00 +02:00
  • bfe84b59d0 stl: std::pair/std::make_pair skypjack 2026-04-01 16:50:07 +02:00
  • 80fdab4f21 stl: std::as_const skypjack 2026-04-01 16:49:39 +02:00
  • b32ec7f656 stl: std::move skypjack 2026-04-01 09:34:50 +02:00
  • 9aeffebc7b stl: std::forward skypjack 2026-04-01 09:34:28 +02:00
  • 4f1897e864 stl: std::declval skypjack 2026-04-01 09:31:13 +02:00
  • 8f67d4fa06 stl: std::exchange skypjack 2026-04-01 09:30:47 +02:00
  • 8c8949a312 stl: introduce utility.hpp skypjack 2026-04-01 09:29:27 +02:00
  • 17953cb28a stl: moved some type traits here and there skypjack 2026-04-01 09:27:17 +02:00
  • 6054e22df2 stl: introduce type_traits.hpp skypjack 2026-04-01 09:20:25 +02:00
  • f2d89c93c9 stl: cleanup skypjack 2026-03-31 10:32:42 +02:00
  • 8f3f5b99c1 stl: iterator_traits skypjack 2026-03-31 10:32:22 +02:00
  • 8396a8c884 stl: std::reverse_iterator skypjack 2026-03-31 08:57:07 +02:00
  • fc9eb2a9f2 stl: std::distance skypjack 2026-03-31 08:56:56 +02:00
  • be840ee569 stl: iterator tags skypjack 2026-03-31 08:54:09 +02:00
  • fc7ca524f2 stl: more on iterator skypjack 2026-03-31 08:52:27 +02:00
  • a2a72bcce6 stl: atomic header skypjack 2026-03-31 08:20:12 +02:00
  • e7be9a94e8 stl: minor changes skypjack 2026-03-30 20:00:51 +02:00
  • 3652d47932 stl: tuple header skypjack 2026-03-30 18:59:56 +02:00
  • 898b50a39c build: update ENTT_INCLUDE_HEADERS list skypjack 2026-03-30 18:58:32 +02:00
  • 68f1bb1872 entt: add doc for entt::stl skypjack 2026-03-30 18:57:43 +02:00
  • c7556f9245 stl: vector skypjack 2026-03-30 18:55:49 +02:00
  • 008dd6987c cleanup headers skypjack 2026-03-27 17:12:04 +01:00
  • 1333fa5312 entity: refine requires on entt_traits for enum main skypjack 2026-03-27 15:41:04 +01:00
  • 171700153e stl: internal changes skypjack 2026-03-26 18:31:26 +01:00
  • 0ebf837e6a entt_traits: relax class constraints for backward compatibility skypjack 2026-03-26 17:42:05 +01:00
  • 093bb5bd89 entity: let the traits check the concept for us skypjack 2026-03-25 10:02:23 +01:00
  • 720dda4103 entity_like: move the concept to the file it belongs to, and fix it - see #1244 skypjack 2026-03-25 10:01:15 +01:00
  • 05d11b7fa0 sparse_set: reduce impact of entity_like, and prepare to fix it skypjack 2026-03-25 00:03:59 +01:00
  • 9b94f09999 component_traits: reduce impact of entity_like, and prepare to fix it skypjack 2026-03-24 15:50:47 +01:00
  • ca32a3668a test: reduce impact of entity_like, and prepare to fix it skypjack 2026-03-24 15:45:30 +01:00
  • 060eda7586 davey: reduce impact of entity_like, and prepare to fix it skypjack 2026-03-24 15:44:40 +01:00
  • 7c463516b1 storage_for skypjack 2026-03-24 14:16:05 +01:00
  • f23f923608 storage_type: reduce impact of entity_like, and prepare to fix it skypjack 2026-03-24 14:15:12 +01:00
  • 8cc2eb43b3 storage: reduce impact of entity_like, and prepare to fix it skypjack 2026-03-24 14:12:43 +01:00
  • 6d31b33a10 view: minor changes on internal stuff skypjack 2026-03-24 14:11:26 +01:00
  • fe517b0592 registry: reduce impact of entity_like, and prepare to fix it skypjack 2026-03-24 14:10:17 +01:00
  • 06bcc770f0 config: config injection skypjack 2026-03-23 16:46:24 +01:00
  • 75769cde27 build: refine SETUP_BASIC_TEST to also support include directories skypjack 2026-03-21 15:29:21 +01:00
  • eec10a861e storage: minor change to suppress doc warning skypjack 2026-03-19 19:20:37 +01:00
  • e099db8e15 storage: no fwd ref, no NOLINT skypjack 2026-03-19 19:09:37 +01:00
  • 9905ed6cff type_info: no fwd ref, no NOLINT skypjack 2026-03-19 18:33:12 +01:00
  • 6d6ba9b175 doc: a note about context variables - close #1326 skypjack 2026-03-18 15:40:16 +01:00
  • 793ea69195 dispatcher: refine ::trigger API - close #1307 skypjack 2026-03-17 15:27:10 +01:00
  • ef088a298f updated TODO skypjack 2026-03-17 15:25:06 +01:00
  • 814a3e1404 cleanup skypjack 2026-03-16 14:29:01 +01:00
  • f79c6dbde1 storage: constrain iterator types - close #1323 skypjack 2026-03-16 14:14:15 +01:00
  • 6ca3db7de4 storage: reintroduce support to args for empty types - see #1323 skypjack 2026-03-16 14:10:10 +01:00
  • 9c5281c79a sparse_set: make ::pop_all check pages before filling them skypjack 2026-03-12 09:50:27 +01:00
  • 136b137940 test: cover sparse_set::clear with empty pages (and make the sanitizer complain on the CI hopefully) skypjack 2026-03-12 09:29:25 +01:00
  • 1de7c8bbd2 view: avoid warnings and add a test to trigger them on the CI in future - close #1328 skypjack 2026-03-11 16:38:01 +01:00
  • 93cb729322 test: use the mixin design a little more skypjack 2026-03-03 15:29:32 +01:00
  • 7d931a8df3 meta: avoid shadow warnings skypjack 2026-03-03 12:40:54 +01:00
  • e3a736a2a5 test: use the mixin design a little more skypjack 2026-03-03 11:13:02 +01:00
  • 6b8fe4deff test: use the mixin design a little more skypjack 2026-03-03 10:10:46 +01:00
  • 3cf061201a test: use the mixin design a little more skypjack 2026-03-03 09:42:52 +01:00
  • 70d908d854 test: minor changes skypjack 2026-03-02 14:58:54 +01:00
  • ca9a5f22d0 test: empty_mixin skypjack 2026-03-02 14:51:10 +01:00
  • b7e8bb265f test: use the mixin design a little more skypjack 2026-03-02 14:09:55 +01:00
  • b5797912d3 test: use the mixin design a little more skypjack 2026-03-02 14:06:54 +01:00
  • c113dfe082 test: use the mixin design a little more skypjack 2026-03-02 13:54:46 +01:00
  • 24a7cc0deb sparse_set: review internal functions (perf) skypjack 2026-03-02 13:54:28 +01:00