RASCSI/cpp
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
..
.vscode Create devices after bus creation (#954) 2022-11-02 08:58:59 -05:00
controllers Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
devices Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
hal Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
monitor Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsictl Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsidump Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsiloop Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
shared Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
test Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
.clang-format SCSI Dump Usability Enhancements & Cleanup (#1026) 2022-12-09 09:50:45 -06:00
.gitignore Rebrand project to PiSCSI (#1016) 2022-12-05 09:58:23 -08:00
Makefile Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
launch_sudo.sh Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00
piscsi.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi_interface.proto Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsictl.cpp Rebrand project to PiSCSI (#1016) 2022-12-05 09:58:23 -08:00
scsidump.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsiloop.cpp Rebrand project to PiSCSI (#1016) 2022-12-05 09:58:23 -08:00
scsimon.cpp Rebrand project to PiSCSI (#1016) 2022-12-05 09:58:23 -08:00