deskflow/src/lib/base
Peter Hutterer 59df2db7b7 chore: Silence two compiler signedness warnings
Both trigger:
  warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]

In the first hunk we already checked for i < 0 so casting to size_t is
fine. In the second hunk we don't use i so we can pick the right type.
2025-04-30 12:04:43 +01:00
..
CMakeLists.txt chore: rename lib/base/log_outputters => lib/base/LogOutputters 2025-03-20 13:06:45 +00:00
ELevel.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
Event.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
Event.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
EventQueue.cpp chore: EventQueue, Use auto where possible 2025-04-28 13:50:43 +01:00
EventQueue.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
EventTypes.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
EventTypes.h Fix typos Recieve in methods 2025-03-17 09:38:18 -04:00
FinalAction.h chore: lib/base/FinalAction remove unused headers 2025-03-25 14:11:23 +00:00
FunctionEventJob.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
FunctionEventJob.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
FunctionJob.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
FunctionJob.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
IEventJob.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
IEventQueue.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
IEventQueueBuffer.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
IJob.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
ILogOutputter.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
Log.cpp chore: Log, use auto where possible 2025-04-28 13:50:43 +01:00
Log.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
LogOutputters.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
LogOutputters.h chore: Use override for override methods 2025-04-28 11:27:33 +01:00
Path.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
Path.h chore: rename lib/common/common.h => lib/common/Common.h 2025-03-20 13:06:45 +00:00
PriorityQueue.h chore: lib/base/PriorityQueue remove unused headers 2025-03-25 14:11:23 +00:00
SimpleEventQueueBuffer.cpp refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
SimpleEventQueueBuffer.h chore: Use override for override methods 2025-04-28 11:27:33 +01:00
Stopwatch.cpp refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
Stopwatch.h chore: rename lib/common/common.h => lib/common/Common.h 2025-03-20 13:06:45 +00:00
String.cpp chore: Silence two compiler signedness warnings 2025-04-30 12:04:43 +01:00
String.h chore: remove unneeded includes in lib/base/String 2025-03-25 14:11:23 +00:00
TMethodEventJob.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
TMethodJob.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
Unicode.cpp chore: Unicode, Use auto where possible 2025-04-28 13:50:43 +01:00
Unicode.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
XBase.cpp chore: remove unneeded includes in lib/base/XBase 2025-03-25 14:11:23 +00:00
XBase.h chore: Use override for override methods 2025-04-28 11:27:33 +01:00