| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the remaining function in utility/string to utility/container. | 2026-04-30 | 1 | -1/+1 | |
| | | |||||
| * | Kill the remaining uses of intptr_t. | 2026-03-30 | 1 | -4/+4 | |
| | | |||||
| * | Fix an inverted condition in SimpleExtItem::GetPtr. | 2026-03-30 | 1 | -1/+1 | |
| | | |||||
| * | Add methods to ListExtItem to encode individual elements. | 2026-03-30 | 1 | -8/+33 | |
| | | | | | This allows its use with non-string lists. | ||||
| * | Move service types to their own namespace. | 2026-03-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | - ServiceProvider is now Service::Provider - DataProvider is now Service::SimpleProvider (the old name does not really make sense now we don't have SERVICE_DATA and the only difference is automatic registration. - Some members of ModuleManager have been elevated to the Service namespace in case other code wants to use them. | ||||
| * | Fix building on older versions of Clang. | 2026-03-29 | 1 | -1/+1 | |
| | | |||||
| * | Avoid the direct use of intptr_t wherever possible. | 2026-03-29 | 1 | -3/+48 | |
| | | | | | | 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 | -6/+6 | |
| | | |||||
| * | Switch the extensible system to using shared pointers. | 2026-03-27 | 1 | -54/+81 | |
| | | |||||
| * | Switch typedefs to using statements. | 2026-03-26 | 1 | -1/+1 | |
| | | |||||
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 1 | -1/+1 | |
| | | |||||
| * | Add ExtensionItem::OnSync which is called when an ext is synchronised. | 2024-07-24 | 1 | -0/+7 | |
| | | |||||
| * | Update copyright headers. | 2024-07-14 | 1 | -1/+1 | |
| | | |||||
| * | Don't broadcast a ListExtItem when setting it in FromInternal. | 2024-07-14 | 1 | -3/+3 | |
| | | |||||
| * | Avoid allocating in ListExtItem when its obviously not necessary. | 2024-07-07 | 1 | -0/+6 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| | | |||||
| * | Move TokenList back to its own header and move INSP_FORMAT to compat. | 2023-09-03 | 1 | -0/+1 | |
| | | | | | | This allows making stringutils an optional header given that most of it is not used by most of the codebase. | ||||
| * | Move stdalgo::string::join to utility/string and templatise separator. | 2023-08-11 | 1 | -1/+3 | |
| | | |||||
| * | Fix calling the base Set/Unset implementation in ListExtItem. | 2023-01-10 | 1 | -2/+2 | |
| | | |||||
| * | Rename the SimpleExtItem type parameter to be more descriptive. | 2022-12-27 | 1 | -11/+11 | |
| | | |||||
| * | Allow overriding the deleter in ListExtItem. | 2022-12-27 | 1 | -2/+2 | |
| | | |||||
| * | Add the SimpleExtItem::GetRef method. | 2022-12-27 | 1 | -1/+16 | |
| | | |||||
| * | Add the ListExtItem extension type. | 2022-12-27 | 1 | -0/+76 | |
| | | |||||
| * | Fix a Doxygen documentation typo. | 2022-12-20 | 1 | -1/+1 | |
| | | |||||
| * | Move {From,To}Network from StringExtItem to SimpleExtItem. | 2022-12-20 | 1 | -6/+13 | |
| | | |||||
| * | Move extension types to their own header to speed up build times. | 2022-12-19 | 1 | -0/+333 | |
