|
d207774868
|
Added missing include.
|
2025-07-17 10:56:15 +02:00 |
|
|
e91924e049
|
Added FixedArrayOutputIterator and use it for logging without heap allocations.
|
2025-07-16 21:07:50 +02:00 |
|
|
81f4c33508
|
Fixed windows compilation.
|
2024-11-29 09:48:30 +01:00 |
|
|
f28cc04aa1
|
Replaced another instance of result_of_t with invoke_result_t.
|
2024-11-23 15:56:24 +01:00 |
|
|
741ad4603f
|
Fixed value_type of MappingRanges.
|
2024-10-31 23:38:54 +01:00 |
|
|
9ba097fc2f
|
Added support for completely disabling noexcept using MIJIN_TEST_NO_NOEXCEPT (for testing).
|
2024-08-29 00:01:23 +02:00 |
|
|
463f4ca19c
|
Fixed some compiler errors.
|
2024-05-17 20:29:46 +02:00 |
|
|
60707421c8
|
Fixed chaining iterators for const ranges.
|
2023-11-19 20:04:46 +01:00 |
|
|
4dfc116830
|
Added zip() functionality for combining iterators.
|
2023-11-16 23:39:49 +01:00 |
|
|
121e8a84f5
|
Added type filtering iterator.
|
2023-11-16 00:35:18 +01:00 |
|
|
7c1dd29a85
|
Added operators to BoxedObject, fixed MappintIterator for reference types and fixed signature of custom assertion and error handlers.
|
2023-11-12 15:25:46 +01:00 |
|
|
cff5879572
|
Added filter() and some more iterator utilities.
|
2023-08-21 01:48:43 +02:00 |
|
|
a1f1717e22
|
Added ProcessStream to for running processes (on Linux) and streaming their output.
Added map() function for creating a mapping iterator.
Added mijin::pipe types for map() and join().
|
2023-08-06 13:52:51 +02:00 |
|
|
3910f9638e
|
Added Chain() type to chain iterables using pipes. Also fixed crash due to RangeRef actually storing a reference when it shouldn't.
|
2023-07-13 00:03:45 +02:00 |
|
|
adff35a26a
|
Made std::span and std::string_view "RangeAdapterType"s so they can be passed by copy. Also added functions to pipe different iterable functions into each other (WIP).
|
2023-07-12 23:08:20 +02:00 |
|
|
ef5d78e1b1
|
Added replace() and chain() functions for generating replacing and chaining iterables. Also added a proxy type to allow combining different iteratables.
|
2023-07-12 21:44:04 +02:00 |
|
|
e81fe345c9
|
Added enumerate() function for enumerating an iterator + index.
|
2023-06-25 19:38:09 +02:00 |
|