RASCSI/src/raspberrypi
Uwe Seimet 255a6e139f
Updated memory management, added unit tests, fixed SonarCloud issues (#862)
* Updated memory management. Final goal is to get rid of raw pointers everywhere.

* Added unit tests

* Fixed SonarCloud issues
2022-10-01 17:56:06 +02:00
..
.vscode Merged latest develop branch with the daynaport functionality 2021-02-07 13:00:48 -06:00
controllers Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
devices Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
hal Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
monitor Cleanup (memory management, STL containers, type safety) based on SonarCloud report (#845) 2022-09-21 08:27:51 +02:00
os_integration Updates for running on Bullseye (#469) 2021-11-14 19:34:24 +01:00
test Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
.gitignore SASI code removal, error handling update, bug fixes, code cleanup (#806) 2022-09-03 16:53:53 +02:00
command_context.h Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
command_util.cpp Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
command_util.h Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
config.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
fileio.cpp Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
fileio.h Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
filepath.cpp Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
filepath.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
launch_sudo.sh Merged latest develop branch with the daynaport functionality 2021-02-07 13:00:48 -06:00
localizer.cpp Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
localizer.h Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
log.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
Makefile Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
os.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
rascsi_exceptions.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
rascsi_image.cpp Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
rascsi_image.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
rascsi_interface.proto SASI code removal, error handling update, bug fixes, code cleanup (#806) 2022-09-03 16:53:53 +02:00
rascsi_response.cpp Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
rascsi_response.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
rascsi_version.cpp Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
rascsi_version.h Cleanup (memory management, STL containers, type safety) based on SonarCloud report (#845) 2022-09-21 08:27:51 +02:00
rascsi.cpp Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
rasctl_commands.cpp Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
rasctl_commands.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
rasctl_display.cpp Fix simple SonarCloud issues (#834) 2022-09-07 09:38:42 -05:00
rasctl_display.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
rasctl.cpp Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
rasdump.cpp Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
rasutil.cpp Memory management update, SonarCloud fixes, fix for issue #841 (#842) 2022-09-15 23:01:10 +02:00
rasutil.h Rebrand to RaSCSI Reloaded in C++ codebase (#805) 2022-08-25 20:01:39 -05:00
scsi.cpp Cleanup (memory management, STL containers, type safety) based on SonarCloud report (#845) 2022-09-21 08:27:51 +02:00
scsi.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
scsimon.cpp Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00
socket_connector.cpp Updated memory management, added unit tests, fixed SonarCloud issues (#862) 2022-10-01 17:56:06 +02:00
socket_connector.h Added unit tests and convenience methods, fixed SonarCloud issues, include file cleanup (#849) 2022-09-25 23:49:24 +02:00