|
d138577285
|
Added trimming and AOT annotations and made MLEM trimmable
|
2022-10-31 18:33:53 +01:00 |
|
|
f58e3c94d5
|
Marked EnumHelper and DynamicEnum as obsolete due to their reimplementation in the DynamicEnums library
|
2022-10-31 13:20:26 +01:00 |
|
|
791c66b098
|
code cleanup
|
2022-10-27 10:22:25 +02:00 |
|
|
8745a3237e
|
Added DynamicEnum IsDefined and EnumHelper and DynamicEnum GetUniqueFlags
|
2022-10-26 23:34:30 +02:00 |
|
|
7ab76d239d
|
Added EnumHelper and DynamicEnum GetFlags
|
2022-10-26 15:02:33 +02:00 |
|
|
aabb1ed5df
|
added .editorconfig
|
2022-06-17 18:23:47 +02:00 |
|
|
59af00c89a
|
Code cleanup, and marked AStar.InfiniteCost as obsolete
|
2022-06-15 11:38:11 +02:00 |
|
|
444b5c6afb
|
copy base documentation for a lot of docfx unresolvable sources
|
2021-11-22 19:25:18 +01:00 |
|
|
d05262e8a6
|
added DynamicEnum tests and switched to using Activator for instance creation
|
2021-10-28 22:14:43 +02:00 |
|
|
e620ed0d87
|
don't allow adding a flag with value 0 using AddFlag
|
2021-09-22 21:32:34 +02:00 |
|
|
81dcbfb9a1
|
Fixed DynamicEnum AddFlag going into an infinite loop
|
2021-09-22 20:33:11 +02:00 |
|
|
05e320d4f4
|
don't use new caches for HasFlag and HasAnyFlag
|
2021-09-05 16:26:05 +02:00 |
|
|
54e3c98029
|
Improved DynamicEnum caching
|
2021-09-05 16:18:26 +02:00 |
|
|
abac738123
|
Removed LINQ Any and All usage in various methods to improve memory usage
|
2021-07-18 22:18:46 +02:00 |
|
|
dd09f0af25
|
added HasAnyFlag and improved memory performance of HasFlag in DynamicEnum
Ellpeck/MLEM/pipeline/head Something is wrong with the build of this commit
|
2021-06-11 20:22:25 +02:00 |
|
|
fda4097aa5
|
reverted the last commit, and invalidated DynamicEnum caches when new values are added
|
2021-06-11 20:05:32 +02:00 |
|
|
7ed969d1af
|
Moved DynamicEnum to its own library
|
2021-06-11 19:46:51 +02:00 |
|
|
b0d146849d
|
added dynamic enum json converter
|
2021-06-08 14:45:46 +02:00 |
|
|
e0a9971bdb
|
added DynamicEnum to MLEM.Data
|
2021-06-08 13:32:01 +02:00 |
|