Closed JoshuaLau0220 closed 6 months ago
make test
make test-docker
make lint
-
spdlog
fmt
clang-tidy-18
make clean
# in qsyn project root cd build/_deps/spdlog-src git pull git checkout v1.14.1 cd ../../..
Check List
make test
?make test-docker
?make lint
before submission?Added
-
Changed
spdlog
to 1.14.1 andfmt
to 10.2.1. This prevents deprecation warnings ofclang-tidy-18
.spdlog
failing to update automatically, runmake clean
and remake.Fixed
Removed
-