Commit graph

290 commits

Author SHA1 Message Date
8adfe7320b Fix util::hash_table::find 2023-08-24 17:32:17 +03:00
1e74639ff4 Fix util::hash_table_iterator::advance 2023-08-24 17:31:50 +03:00
a27378a3a7 Add util::hash_set/map with some tests 2023-08-24 16:24:47 +03:00
2d2362d85c More util::uuid functions: create from string, check for/convert to RFC 4122 2023-08-23 00:04:05 +03:00
8a7891d561 Make util::hash_combine and hash_sequence constexpr 2023-08-23 00:01:52 +03:00
190fd5e51e Fix creating util::span<T const> from an array of non-const T 2023-08-22 14:52:51 +03:00
79e90fb03c Fix util::dynamic_bitset operations 2023-08-22 14:52:28 +03:00
c35478ac88 Fix util::dynamic_bitset hash 2023-08-22 14:52:16 +03:00
981629cb74 Add util::dynamic_bitset 2023-08-19 15:21:08 +03:00
58215fedc1 Add util::unique_sequential_storage for storing an array of unique elements 2023-08-19 15:20:57 +03:00
f27a4fa26d Add util::uuid 2023-08-19 15:20:21 +03:00
3b00182f63 Fix weird stacktrace abi issue 2023-08-06 21:27:42 +03:00
f6377045c9 Add red color to stderr logging 2023-08-06 19:00:34 +03:00
85d7a0ca33 Huge refactor: use util::exception everywhere instead of std exceptions 2023-08-06 18:33:07 +03:00
128abc453e Add util::at helper 2023-08-06 12:55:31 +03:00
1c22892eec Add util::exception class that holds stacktrace information 2023-08-06 12:52:17 +03:00
54b78e6c66 Android WIP: support OpenGL ES 3.2 and implement Android backend library 2023-07-18 15:43:14 +03:00
bf90a8edd9 Silense clang deprecated warning in unicode converters 2023-07-18 15:33:18 +03:00
42f986ce4a Add util::executable_path() 2023-07-14 20:54:41 +03:00
2ea0427b0f Support converting util::blob to util::span explicitly 2023-07-06 22:26:11 +03:00
b9ed814cfe Support constructing span<T> from span<const T> 2023-07-06 22:25:55 +03:00
4befa1cad7 Optimize util::signal & support signal<Args...> 2023-06-20 02:11:49 +03:00
769b5786ae Add util::array::subarray 2023-06-06 13:21:39 +03:00
e4fcf82f70 Support fmap over a tuple 2023-06-06 13:21:30 +03:00
1d35ed2abb Add type-save any-type container 2023-05-29 16:38:16 +03:00
e80d831d10 Add util::animation_manager::clear 2023-05-29 13:56:11 +03:00
0791aa1096 Make sure util::atlas size is power-of-two 2023-05-25 01:55:33 +03:00
5895c01c4c Make util::not_implemented throw a specific exception type instead of runtime_error 2023-05-06 12:55:06 +03:00
6f6a263553 Add util::cyclic_iterator 2023-05-06 12:55:06 +03:00
546db9fb98 Add util::type_name(std::type_index) 2023-04-19 19:01:06 +03:00
9f0179a86a Fix typo in util::signal::subscription_token 2023-04-18 15:29:49 +03:00
df5e188236 Improve util::dfs::cycle_iterator 2023-04-15 13:16:09 +03:00
c26f626baf GCC 12 compilation fixes 2023-03-26 23:51:40 +03:00
c639e533fe Add some util::range helper methods 2023-03-08 22:24:38 +03:00
d27d4cca17 Add util::make_span(initializer_list) 2023-03-06 08:58:33 +03:00
11af452b16 Make util enum values_range constexpr 2023-02-25 12:42:36 +03:00
15b08aeb47 Add a simple signal implementation to util 2023-02-24 15:01:42 +03:00
aa61c63609 Turn util::to_string into a callable object 2023-02-24 15:01:27 +03:00
4cb86d9314 Return finished animations from util::animation_manager 2023-02-14 13:50:32 +03:00
b7252f8746 Add a simple animation manager to util 2023-02-13 18:03:56 +03:00
40c62d621a Add util::dfs 2023-02-09 15:23:05 +03:00
fdcf0d5b88 MacOS fixes 2023-01-16 23:53:34 +03:00
e83df0d965 Fix util::make_pathfinder 2023-01-15 22:41:29 +03:00
7376109e96 util::span interface improvements 2023-01-10 03:35:21 +03:00
148efb02cc Fix ecs tests 2023-01-09 20:49:56 +03:00
098c3e84b1 Add common directories to file dialog 2023-01-05 19:30:00 +03:00
9c70c8e19e Add util::range deduction guides 2023-01-02 23:07:20 +03:00
7d55b374e4 Add util::open_url 2022-12-18 18:14:43 +03:00
aa8f2faf75 Use util::hstring in util::resource_container 2022-11-30 18:20:59 +03:00
ab99236adc Use util::hstring in util::ecs 2022-11-30 18:16:55 +03:00