| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes
|
|
|
|
|
|
|
|
Fix some typos reported by Lintian
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
|
|
Moves these into types.h, since other files also make use of these types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- This was added early on as a hack to protect against some concurrency issues.
- It's not clear that this serves any purpose anymore, and if it does, individual components should be fixed rather than using a global recursive mutex.
|
|
|
|
The service context helps to manage all created events and allows us to close them upon destruction.
|
|
Transition to PascalCase for result names.
|
|
|
|
|
|
|
|
|
|
We were previously the name of the object being initialized within its
own initializer, which results in uninitialized data being read.
|
|
|
|
|
|
|
|
|
|
|
|
Completely removes all usages of the global system instance within the
services code by passing in the using system instance to the services.
|
|
|
|
Recent changes to the build system that made more warnings be flagged as
errors caused building via clang to break.
Fixes #4795
|