RASCSI/cpp/test
Uwe Seimet 41bdcd4aed
Issues 1179 and 1182 (#1232)
* Update logging

* Remove duplicate code

* Update unit tests

* Clean up includes

* Merge ProtobufSerializer into protobuf_util namespace

* Precompile regex

* Add const

* Add Split() convenience method, update log level/ID parsing

* Move log.h to legacy folder

* Elimininate gotos

* Fixes for gcc 13

* Update compiler flags

* Update default folder handling

* Use references instead of pointers

* Move code for better encapsulation

* Move code

* Remove unused method argument

* Move device logger

* Remove redundant to_string

* Rename for consistency

* Update handling of protobuf pointers

* Simplify protobuf usage

* Memory handling update

* Add hasher
2023-10-15 08:38:15 +02:00
..
abstract_controller_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
bus_test.cpp Rebrand project to PiSCSI (#1016) 2022-12-05 09:58:23 -08:00
command_context_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
controller_manager_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
ctapdriver_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
device_factory_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
device_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
disk_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
gpiobus_raspberry_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
host_services_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
linux_os_stubs.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
linux_os_stubs.h Rebrand project to PiSCSI (#1016) 2022-12-05 09:58:23 -08:00
localizer_test.cpp Rebrand project to PiSCSI (#1016) 2022-12-05 09:58:23 -08:00
mocks.h Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
mode_page_device_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
network_util_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
phase_handler_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi_exceptions_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi_executor_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi_image_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi_response_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi_service_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi_util_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
primary_device_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
protobuf_util_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsi_command_util_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsi_controller_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsi_daynaport_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsi_host_bridge_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsi_printer_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsicd_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsictl_commands_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsictl_display_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsictl_parser_test.cpp Rebrand project to PiSCSI (#1016) 2022-12-05 09:58:23 -08:00
scsidump_test.cpp SCSI Dump Usability Enhancements & Cleanup (#1026) 2022-12-09 09:50:45 -06:00
scsihd_nec_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsihd_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsimo_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
storage_device_test.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
test_setup.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
test_shared.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
test_shared.h Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00