Daniel Markstedt
08194af424
Move C++ code into cpp/ dir ( #941 )
...
- Moved C++ code to cpp/ from src/raspberrypi
- Related updates to Makefile, easyinstall.sh, and the github build rules
- Removed the native X68k C code in src/x68k from the repo
2022-10-25 12:59:30 -07:00
Uwe Seimet
efbfb54d26
More unit tests, replacement of raw pointers and C arrays, separation of concerns ( #878 )
...
* Added unit tests
* Fixed SonarCloud issues
* Updated error handling
* Updated deletion of controllers
* Image folder handling cleanup
* Fixed clang warning
* Removed duplicate code
* Reduced code complexity
* Updated array handling
* Initialize device with ID and LUN
* Use smart pointers
* Updated memory management
* Logging updates
* Extracted methods
* Split scsi.h
2022-10-04 17:23:42 +02:00
Uwe Seimet
f0c36fba77
SonarCloud coverage setup, fixed numerous SonarCloud issues ( #840 )
...
* SonarCloud coverage setup, fixed numerous SonarCloud issues
* Code cleanup
2022-09-10 07:59:41 +02:00
akuker
34242a29ba
Added workflow configurations and README updates ( #832 )
...
* automated test try 1
* filter branches
* filter branches
* filter branches
* filter branches
* filter branches
* Configured build and test CI workflows
* enable for all branches
* Update README.md
* Update README.md
Co-authored-by: Tony Kuker <akuker@gmail.com>
2022-09-06 08:17:33 +02:00