Maschell
4a03f3efe6
Bump version to 0.3.0-dev
2024-04-25 16:19:26 +02:00
Maschell
921b5ce157
Implement new ConfigAPI and new Config Menu
2024-04-25 16:19:26 +02:00
Maschell
cc5acd0980
- use const auto& where possible
...
- avoid using const std::unique_ptr& and const std::shared_ptr&
- avoid wrapping results in std::optional
- prefer std::string_view over const std::string&
- update FSUtils::LoadFileToMem to write into std::vector<uint8_t>
- use std::span when possible
- Avoid unnessecary copies in PluginDataFactory
- allocate plugins as HeapMemoryFixedSize which bascially is a std::unique_ptr with fixed size
2024-04-25 16:19:26 +02:00
Maschell
07de996bf9
Add support for notifications on error
2023-08-16 11:03:28 +02:00
Maschell
7b3558b892
Bump version
2023-07-19 18:35:45 +02:00
Maschell
32150a8c82
Bump Version
2023-03-23 15:04:12 +01:00
Maschell
12c565681f
Bump version
2023-02-19 18:57:27 +01:00
Maschell
cc007a5987
Bump version to 0.2.1
2023-01-10 18:32:46 +01:00
Maschell
9635766217
Update version string
2022-10-09 16:40:31 +02:00
Maschell
0e56538cb1
Keep track of acquired RPLs and release them on exit
2022-10-05 21:01:41 +02:00
Maschell
e5b63ebf9f
Bump the version
2022-09-19 22:58:44 +02:00
Maschell
a818088f14
Display the correct version in the config menu
2022-09-19 16:14:33 +02:00
Maschell
cda9c3e055
Rewrite the plugin backend, use smart pointers is possible, don't persist in structs and simplify code
2022-05-14 15:43:30 +02:00
Maschell
2547c7edca
Format the code via clang-format
2022-02-04 16:35:53 +01:00
Maschell
614f58ea8e
Formatting, fix spelling, clean up
2022-01-27 12:47:33 +01:00
Maschell
13ed348f43
Add support for the config and storage API. Bump version to 0.6
2021-09-24 20:37:54 +02:00
Maschell
b48a53b63d
Try to allocate memory for the plugins via the memory mapping module
2021-04-01 00:37:22 +02:00
Maschell
189af02743
Reduce logging
2021-02-19 19:41:04 +01:00
Maschell
f0b78caec3
Updating logging messages, call DCFlushRange on the actual heap instead of a hardcoded address, general clean up.
2021-01-10 13:17:47 +01:00
Maschell
e9bd4651ca
Clean up and formatting
2020-12-26 14:17:50 +01:00
Maschell
0467178650
Add missing __init_wut and __fini_wut calls
2020-12-26 13:27:50 +01:00
Maschell
3af7de28d8
Move global variables into a own file
2020-05-17 20:40:05 +02:00