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
1e7c77b39f
Improve error message when parsing a plugin failed
2023-08-16 11:03:28 +02:00
Maschell
07de996bf9
Add support for notifications on error
2023-08-16 11:03:28 +02:00
Maschell
616fc832d1
Ignore files that don't end with ".wps" or start with "." or "_"
2022-09-24 13:19:12 +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
48eb915a70
Use DEBUG_FUNCTION_LINE_ERR on error.
2022-04-23 09:11:36 +02:00
Maschell
a6ced98864
Use proper alignmend buffer for reading/writing
2022-02-26 16:43:08 +01: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
79eb5758b7
Use std::shared_ptr
2021-12-15 17:09:30 +01:00
Maschell
189af02743
Reduce logging
2021-02-19 19:41:04 +01:00
Maschell
881337ca41
Allocate memory for storing plugins on the default heap
2021-01-01 01:59:36 +01:00
Maschell
ec443161af
Fix potential memory leaks
2021-01-01 01:59:09 +01:00
Maschell
db0f9f70d4
Read plugins into a aligned buffer to improve reading speed.
2020-12-28 14:46:30 +01:00
Maschell
f7b4b568d2
Remove \n in log messages
2020-12-28 14:40:53 +01:00
Maschell
e9bd4651ca
Clean up and formatting
2020-12-26 14:17:50 +01:00
Maschell
3652eb4204
Remove debug logs
2020-05-17 20:49:48 +02:00
Maschell
0c0680be77
Even more formatting
2020-05-03 12:30:15 +02:00
Maschell
2705a91c13
First iteration of the WUPS-Backend as a .rpx/module for the SetupPayload
...
- Function replacements are not implemented yet
- Serveral features like the config menu are missing
Still WIP
2020-04-29 18:02:36 +02:00