| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the remaining function in utility/string to utility/container. | 2026-04-30 | 1 | -1/+0 | |
| | | |||||
| * | Switch ascii comparisons over to our own casemap functions. | 2026-04-30 | 1 | -5/+5 | |
| | | |||||
| * | Switch the build system to CMake. | 2026-04-27 | 1 | -2/+6 | |
| | | |||||
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -5/+5 | |
| | | |||||
| * | Switch typedefs to using statements. | 2026-03-26 | 1 | -2/+2 | |
| | | |||||
| * | Massive rework of how internal service providers work. | 2026-03-02 | 1 | -1/+1 | |
| | | | | | | | | | | - ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs. | ||||
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -4/+4 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-03-29 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2024-09-30 | 1 | -18/+22 | |
| | | |||||
| * | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 1 | -1/+1 | |
| | | |||||
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+793 | |
