Commit Graph

7484 Commits

Author SHA1 Message Date
skypjack
a039eed54e stl: std::shared_ptr 2026-04-15 09:23:31 +02:00
skypjack
ddeea943f2 stl: std::unique_ptr 2026-04-15 09:21:56 +02:00
skypjack
6b7513eb1a stl: std::make_unique 2026-04-15 09:20:39 +02:00
skypjack
d200d8b3dc stl: prepare to move all <memory> stuff 2026-04-15 09:19:17 +02:00
skypjack
2b09786326 stl: version.hpp and ENTT_HAS_VERSION macro 2026-04-15 09:15:30 +02:00
skypjack
8ed97c2d98 stl: move only to memory.hpp 2026-04-14 14:12:05 +02:00
skypjack
04dda74792 stl: std::is_move_constructible_v 2026-04-14 14:07:41 +02:00
skypjack
71f3780ba7 stl: missed std::make_from_tuple 2026-04-14 14:06:38 +02:00
skypjack
3281239bed stl: std::get 2026-04-14 14:04:55 +02:00
skypjack
a5c0595896 stl: add string_view.hpp and replace std::string_view 2026-04-14 08:38:52 +02:00
skypjack
dfb94864db stl: add string.hpp and replace std::string 2026-04-14 08:35:42 +02:00
skypjack
879a7a301a stl: include cmath.hpp 2026-04-13 09:24:42 +02:00
skypjack
dcf5f8fdcc stl: std::bit_ceil 2026-04-13 09:09:36 +02:00
skypjack
43dcf712b7 stl: include bit.hpp 2026-04-13 09:08:27 +02:00
skypjack
94898f6083 stl: std::numeric_limits 2026-04-13 09:05:36 +02:00
skypjack
7674036b67 stl: include limits.hpp 2026-04-13 08:50:35 +02:00
skypjack
e2418206da stl: std::is_reference_v 2026-04-10 16:09:19 +02:00
skypjack
c2db759653 stl: std::is_member_pointer_v 2026-04-10 12:03:03 +02:00
skypjack
f16ff7071b stl: std::make_index_sequence 2026-04-10 12:02:21 +02:00
skypjack
402f040f16 stl: std::index_sequence 2026-04-10 12:00:30 +02:00
skypjack
9a5ad4235d updated TODO 2026-04-10 11:58:19 +02:00
skypjack
3bffa25af2 stl: std::ptrdiff_t 2026-04-10 11:13:01 +02:00
skypjack
80ad8de444 stl: std::index_sequence_for 2026-04-10 10:15:57 +02:00
skypjack
5f6b0c2fa1 stl: std::integral_constant 2026-04-10 10:13:51 +02:00
skypjack
e929304ed4 stl: std::uint8/16/32/64_t 2026-04-10 10:12:16 +02:00
skypjack
6b9f69d0e5 stl: std::size_t 2026-04-10 10:05:59 +02:00
skypjack
5cc2397069 stl: add cstdint.hpp 2026-04-09 10:28:05 +02:00
skypjack
0cd14686dd stl: add cstddef.hpp 2026-04-09 10:22:44 +02:00
skypjack
b75a7191f8 stl: std::std::is_final_v 2026-04-08 09:50:09 +02:00
skypjack
a75a608d0c stl: std::is_empty_v 2026-04-08 09:49:42 +02:00
skypjack
2690c8af2b stl: std::in_place* 2026-04-08 09:48:29 +02:00
skypjack
61a2aaa0c9 stl: std::is_enum_v 2026-04-08 09:45:30 +02:00
skypjack
5d823e6853 stl: std::piecewise_construct[_t] 2026-04-08 09:45:04 +02:00
skypjack
0c5ca42180 stl: std::sort 2026-04-08 09:42:46 +02:00
skypjack
213ddb74d5 stl: add algorithm.hpp 2026-04-07 18:15:49 +02:00
skypjack
0d3cecbff1 stl: std::conditional_t 2026-04-07 11:38:36 +02:00
skypjack
4d91f8cc5a stl: std::is_convertible_v 2026-04-07 11:35:04 +02:00
skypjack
d596ba854f stl: std::common_type_t 2026-04-07 11:33:42 +02:00
skypjack
03299cedad stl: std::is_constructible_v 2026-04-07 11:31:49 +02:00
skypjack
68e8b36684 stl: std::is_nothrow_* 2026-04-07 11:23:21 +02:00
skypjack
9bd285bfa8 stl: std::is_invocable* 2026-04-07 11:19:44 +02:00
skypjack
2d4324d7cb stl: std::is_nothrow_constructible_v 2026-04-07 09:13:29 +02:00
skypjack
61ecf3906d stl: std::extent_v 2026-04-07 09:11:54 +02:00
skypjack
9f0d0d9aeb stl: std::array 2026-04-02 17:29:23 +02:00
skypjack
a8fe00242a stl: array header 2026-04-02 17:27:53 +02:00
skypjack
486f02dcb0 enum: fixed stl scope 2026-04-02 10:10:31 +02:00
skypjack
c60e076f80 stl: std::underlying_type_t 2026-04-02 10:09:36 +02:00
skypjack
8f411924b4 stl: std::bool_constant 2026-04-02 10:07:58 +02:00
skypjack
15f4e28205 stl: std::is_array_v 2026-04-02 10:03:36 +02:00
skypjack
4ac884dfd1 stl: std::is_copy_constructible_v 2026-04-02 10:02:38 +02:00