Patrick Wuttke
|
10d9b4c98f
|
Made VectorMap find and access functions templates so you don't have to construct the key.
|
2025-09-22 21:40:53 +02:00 |
|
|
cf860392a5
|
Added missing copy assignment operator for ConstMemoryView.
|
2025-07-08 00:35:12 +02:00 |
|
|
8ad34427f3
|
Made TypelessBuffer allocator-aware and split some of its functionality into MemoryView type.
|
2025-07-07 00:12:34 +02:00 |
|
|
d29a025ec5
|
Properly constexpred and noexcepted BoxedObject.
|
2025-07-03 09:10:36 +02:00 |
|
|
573c431dbd
|
Lots of windows fixes and some more improvements.
|
2025-06-24 15:21:01 +02:00 |
|
|
b91eb34789
|
Massively overengineered logger to support different character types.
|
2025-06-21 14:16:19 +02:00 |
|
|
e35f5a35f8
|
Some improvements to VectorMap interface. Added moving operator[], contains and [[nodiscard]] to find().
|
2025-03-28 11:43:32 +01:00 |
|
|
6d2a57485e
|
Added dataAt() to TypelessBuffer and elementSize() to UntypedVector.
|
2025-01-22 11:47:31 +01:00 |
|
|
75398b89d5
|
Added MemoryView.
|
2025-01-18 18:38:37 +01:00 |
|
|
43e772bb89
|
Added UntypedVector type.
|
2024-12-25 01:56:45 +01:00 |
|
|
0d9769f2b7
|
Added missing include.
|
2024-12-21 22:29:50 +01:00 |
|
|
36a9b60e0b
|
Added constant index operator to VectorMap.
|
2024-12-18 14:50:01 +01:00 |
|
|
34adf3f006
|
Added constructors so the VectorMap is default-, copy- and move-constructible.
|
2024-12-06 18:05:42 +01:00 |
|
|
5596ab16a7
|
Added VectorMap type (for having a map-like interface using std::vector that supports incomplete types).
|
2024-12-06 17:59:37 +01:00 |
|
|
4be8f387dc
|
Fixed ScriptValue::mapView() for const ScriptValues.
|
2024-11-20 20:19:29 +01:00 |
|
|
d52cc6af6e
|
Added value_t type to optional.
|
2024-11-12 23:32:00 +01:00 |
|
|
c4e3576bc7
|
Added missing string_view include.
|
2024-10-24 12:26:54 +02:00 |
|
|
0d00dec8c7
|
Made the request stuff work.
|
2024-10-23 23:55:28 +02:00 |
|
|
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 |
|