|
6d111904d4
|
Added clang-tidy config and cleaned up the code a little.
|
2024-08-18 13:30:40 +02:00 |
|
|
d73fa25ed8
|
Silenced some weird (very likely false-positive) clang-tidy warnings.
|
2024-08-18 12:24:37 +02:00 |
|
|
bb05bb0ae5
|
Explictly construct result_t to fix conflicting return types.
|
2024-08-17 18:08:01 +02:00 |
|
|
ea97d3af48
|
Removed deducing this-version again as the world (clang) isn't ready for it yet.
|
2024-08-03 20:49:31 +02:00 |
|
|
686dff506d
|
Made Optional::then() use deducing this so it supports const and non-const optionals.
|
2024-08-03 15:55:26 +02:00 |
|
|
cdcf99237b
|
Made TypelessBuffer functions noexcept.
|
2024-07-31 22:17:47 +02:00 |
|
|
b40814e58b
|
Added missing include.
|
2024-07-26 23:26:42 +02:00 |
|
|
b66893dda7
|
Added Optionl::then() for monad functionality.
|
2024-07-26 18:51:08 +02:00 |
|
|
b1fa99428e
|
Fixed Windows/MSVC compilation.
|
2024-06-26 10:05:32 +02:00 |
|
|
bb4d31747a
|
Added function to convert StrideSpan to regular span, if possible.
|
2023-12-16 10:25:58 +01:00 |
|
|
6cac3a655b
|
Fixed StrideSpan operator[] for const spans.
|
2023-11-26 22:42:33 +01:00 |
|
|
4f7e8ae39f
|
Fixed StrideSpan::size() for default-constructed spans and added empty check + operatators.
|
2023-11-24 13:08:39 +01:00 |
|
|
55486b49dc
|
Fixed optional move constructor for references.
|
2023-11-16 23:39:19 +01:00 |
|
|
ef6830e01c
|
Added operator-> to optional type.
|
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 |
|
|
938135768b
|
Added StrideSpan type (a span with a stride). Added makeSpan() function to TypelessBuffer.
|
2023-11-10 01:36:48 +01:00 |
|
|
920e83d4da
|
Update to LibConf system, added loading of dynamic libraries (only Linux for now) and some more fixes.
|
2023-05-31 23:41:22 +02:00 |
|
|
da781b87f2
|
intial commit
|
2023-05-29 14:51:44 +02:00 |
|