| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid the direct use of intptr_t wherever possible. | 2026-03-29 | 1 | -5/+7 | |
| | | | | | | This may cause problems on systems like CheriBSD where the pointer type stores extra data. | ||||
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -9/+9 | |
| | | |||||
| * | Move CUList to be declared inside User. | 2026-03-26 | 1 | -8/+8 | |
| | | |||||
| * | Replace IS_* with member functions. | 2026-03-08 | 1 | -2/+2 | |
| | | | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | ||||
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+281 | |
