aboutsummaryrefslogtreecommitdiff
path: root/modules/ircv3_batch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid the direct use of intptr_t wherever possible.Gravatar Sadie Powell2026-03-291-3/+3
| | | | | 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<>.Gravatar Sadie Powell2026-03-291-4/+4
|
* Switch typedefs to using statements.Gravatar Sadie Powell2026-03-261-1/+1
|
* Replace stalgo::erase with C++20 std::erase.Gravatar Sadie Powell2024-08-251-1/+1
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+215