| .. |
|
BaseClientProxy.cpp
|
chore: initialize class vars using the order class define, initilizer list, constructor
|
2025-05-23 10:19:11 -07:00 |
|
BaseClientProxy.h
|
chore: initialize class vars using the order class define, initilizer list, constructor
|
2025-05-23 10:19:11 -07:00 |
|
ClientListener.cpp
|
refactor: use using enum EventTypes when possible to reduce verbosity
|
2025-07-03 03:24:16 +00:00 |
|
ClientListener.h
|
refactor: server use std::unique_ptr for socketFactory
|
2025-06-19 19:13:24 +01:00 |
|
ClientProxy1_0.cpp
|
chore: clean up remaing sonar warnings to use in class intializers where possible
|
2025-07-07 17:53:56 +01:00 |
|
ClientProxy1_0.h
|
chore: clean up remaing sonar warnings to use in class intializers where possible
|
2025-07-07 17:53:56 +01:00 |
|
ClientProxy1_1.cpp
|
chore: ClientProxy1_1 use default for deconstructor
|
2025-05-02 12:12:17 +01:00 |
|
ClientProxy1_1.h
|
chore: ClientProxy1_1 use default for deconstructor
|
2025-05-02 12:12:17 +01:00 |
|
ClientProxy1_2.cpp
|
chore: ClientProxy1_2 use default for deconstructor
|
2025-05-02 12:12:17 +01:00 |
|
ClientProxy1_2.h
|
chore: ClientProxy1_2 use default for deconstructor
|
2025-05-02 12:12:17 +01:00 |
|
ClientProxy1_3.cpp
|
chore: remove handle* methods that are a single oneline forward and use the line directly
|
2025-06-18 13:17:16 +01:00 |
|
ClientProxy1_3.h
|
chore: remove handle* methods that are a single oneline forward and use the line directly
|
2025-06-18 13:17:16 +01:00 |
|
ClientProxy1_4.cpp
|
refactor: use std::function for Event callback
|
2025-06-18 13:17:16 +01:00 |
|
ClientProxy1_4.h
|
chore: ClientProxy1_4 use default for deconstructor
|
2025-05-02 12:12:17 +01:00 |
|
ClientProxy1_5.cpp
|
refactor: use std::function for Event callback
|
2025-06-18 13:17:16 +01:00 |
|
ClientProxy1_5.h
|
chore: remove unused StopWatch Includes
|
2025-06-14 08:22:55 +01:00 |
|
ClientProxy1_6.cpp
|
refactor: ProtocolTypes EDataReceived => enum class ProtocolTypes::TransferState
|
2025-07-07 17:53:56 +01:00 |
|
ClientProxy1_6.h
|
chore: remove handle* methods that are a single oneline forward and use the line directly
|
2025-06-18 13:17:16 +01:00 |
|
ClientProxy1_7.cpp
|
refactor: use std::function for Event callback
|
2025-06-18 13:17:16 +01:00 |
|
ClientProxy1_7.h
|
refactor: Reuse compliance
|
2025-01-27 17:05:47 -05:00 |
|
ClientProxy1_8.cpp
|
refactor: Reuse compliance
|
2025-01-27 17:05:47 -05:00 |
|
ClientProxy1_8.h
|
refactor: Reuse compliance
|
2025-01-27 17:05:47 -05:00 |
|
ClientProxy.cpp
|
chore: add comment to empty methods
|
2025-05-20 16:20:07 +01:00 |
|
ClientProxy.h
|
chore: declare const methods recommened by sonar
|
2025-05-20 16:20:07 +01:00 |
|
ClientProxyUnknown.cpp
|
chore: add missing default for switches
|
2025-07-07 17:53:56 +01:00 |
|
ClientProxyUnknown.h
|
chore: remove handle* methods that are a single oneline forward and use the line directly
|
2025-06-18 13:17:16 +01:00 |
|
CMakeLists.txt
|
refactor: Reuse compliance
|
2025-01-27 17:05:47 -05:00 |
|
Config.cpp
|
refactor: ProtocolTypes EDirection => enum class Direction
|
2025-07-07 17:53:56 +01:00 |
|
Config.h
|
refactor: ProtocolTypes EDirection => enum class Direction
|
2025-07-07 17:53:56 +01:00 |
|
InputFilter.cpp
|
refactor: InputFilter::EFilterStatus => InputFilter::FilterStatus enum class
|
2025-07-11 03:06:24 -07:00 |
|
InputFilter.h
|
refactor: InputFilter::EFilterStatus => InputFilter::FilterStatus enum class
|
2025-07-11 03:06:24 -07:00 |
|
PrimaryClient.cpp
|
chore: initialize class vars using the order class define, initilizer list, constructor
|
2025-05-23 10:19:11 -07:00 |
|
PrimaryClient.h
|
chore: initialize class vars using the order class define, initilizer list, constructor
|
2025-05-23 10:19:11 -07:00 |
|
Server.cpp
|
refactor: Server::onMouseMousePrimary, use std array for horizontal and vertical direction array
|
2025-07-07 17:53:56 +01:00 |
|
Server.h
|
refactor: ProtocolTypes EDirection => enum class Direction
|
2025-07-07 17:53:56 +01:00 |