Commit Graph

24 Commits

Author SHA1 Message Date
Tony Kuker 5dc1cb45df Merge branch 'develop' into feature_bpi4 2022-10-25 19:45:10 -05:00
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
Tony Kuker a3b91d0e1f Merge branch 'develop' into feature_bpi3 2022-10-21 20:59:39 -05: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
Tony Kuker 9d0e813f82 pull in submodules 2022-10-01 21:07:43 -05:00
Tony Kuker 40affd68f9 Add recursive option to checkout 2022-10-01 21:04:35 -05: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
akuker 52802019de
Update CODEOWNERS 2022-08-26 09:32:10 -05:00
akuker 2cc9efc1a0
Disable the rpi build for develop and master (#330) 2021-10-14 13:20:57 -07:00
akuker 95607cd603
Github action to create a raspberry pi image (#302)
Co-authored-by: Tony Kuker <akuker@gmail.com>
2021-10-06 13:42:52 -05:00
No0ne b92a762acc
Update nginx-default.conf (#241)
Update nginx-default.conf to enable the web ui via IPv6
2021-09-20 18:17:17 -07:00
akuker 5333906846
Create FUNDING.yml 2021-08-04 17:34:24 -05:00
akuker 1118c344cc
Issue #7 - implement a scsi monitor function for RaSCSI to log SCSI traffic (#46)
* #7 Re-merge scsimon functionality with latest master. The old scsimon branch was waaaaay too out of date

* #7 Re-merge scsimon functionality with latest master. The old scsimon branch was waaaaay too out of date

* Added libspdlog-dev as a required package

* Cleanup from master re-base

* Updated to use GCC version 8, to match the raspberry pi

Co-authored-by: akuker <akuker@gmail.com>
2020-10-19 07:31:06 -05:00
Eric Helgeson 1df823218c
Add issue template (#41) 2020-09-30 16:48:30 -05:00
akuker bb379b8274
Workflow integration (#29)
* Updated makefile to only rebuild changed files. Also generates dependency listings to check for modified header files

* Updated workflow to archive the generated binaries and build fullspec and standard versions of the app

* Updated to run workflow on all branches

* Create tar file to retain file permissions

* Fix archive path

* Fix typo

* Remove unnecessary git ignore

* Added reference to issue that drives the need for nested compressed files.

Co-authored-by: akuker <akuker@gmail.com>
2020-09-03 19:39:10 -05:00
akuker 2338b9b791 Updated makefile to cross-compile and updated github workflow to install tools 2020-08-27 23:16:23 -05:00
akuker 4bb539ed72
Update c-cpp.yml
Disable buildroot image. its not ready for use yet, and takes forever.
2020-08-07 12:56:05 -05:00
akuker 8eb8273141
Update c-cpp.yml 2020-08-06 15:52:38 -05:00
akuker ebe7678c55
Update c-cpp.yml 2020-08-06 15:49:39 -05:00
akuker 61fff367b6
Update c-cpp.yml 2020-08-06 12:31:50 -05:00
akuker 7c46ccf66c
Update c-cpp.yml 2020-08-06 08:58:27 -05:00
akuker 3349794633
Update c-cpp.yml 2020-08-06 08:56:07 -05:00
akuker 4def4f3647
Create c-cpp.yml 2020-08-06 08:54:53 -05:00