| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | std::span -> eastl::spansb/eastl | Stefan Boberg | 2025-03-06 | 1 | -6/+6 |
| | | |||||
| * | switched std::vector -> eastl::vector | Stefan Boberg | 2025-03-06 | 1 | -9/+9 |
| | | |||||
| * | reduced memory churn using fixed_xxx containers (#236) | Stefan Boberg | 2025-03-06 | 1 | -5/+19 |
| | | | | | | | * Added EASTL to help with eliminating memory allocations * Applied EASTL to eliminate memory allocations, primarily by using `fixed_vector` et al to use stack allocations / inline struct allocations Reduces memory events in traces by close to a factor of 10 in test scenario (starting editor for project F) | ||||
| * | move basicfile.h/cpp -> zencore (#273) | Dan Engelbrecht | 2025-01-16 | 1 | -0/+894 |
| move jupiter.h/cpp -> zenutil move packageformat.h/.cpp -> zenhttp zenutil now depends on zenhttp instead of the inverse | |||||