feat add spdlog
Some checks failed
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Failing after 29s
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Failing after 16s
sm-rpc / build (Debug, host.gcc) (push) Failing after 11s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Failing after 12s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Failing after 11s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Failing after 11s
sm-rpc / build (Release, host.gcc) (push) Failing after 12s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Failing after 16s

This commit is contained in:
tqcq
2025-08-22 18:22:57 +08:00
parent 3d395b45f0
commit c68893bace
2331 changed files with 1306786 additions and 103 deletions

View File

@@ -0,0 +1,48 @@
#!/bin/sh
clang-format -i src/civetweb.c
clang-format -i src/main.c
clang-format -i src/CivetServer.cpp
clang-format -i src/civetweb_private_lua.h
clang-format -i src/md5.inl
clang-format -i src/sha1.inl
clang-format -i src/sort.inl
clang-format -i src/match.inl
clang-format -i src/mod_lua.inl
clang-format -i src/mod_lua_shared.inl
clang-format -i src/mod_duktape.inl
clang-format -i src/mod_zlib.inl
clang-format -i src/openssl_dl.inl
clang-format -i src/timer.inl
clang-format -i src/handle_form.inl
clang-format -i src/response.inl
clang-format -i src/http2.inl
clang-format -i src/mod_mbedtls.inl
clang-format -i src/third_party/civetweb_lua.h
clang-format -i include/civetweb.h
clang-format -i include/CivetServer.h
clang-format -i unittest/public_func.h
clang-format -i unittest/public_func.c
clang-format -i unittest/public_server.h
clang-format -i unittest/public_server.c
clang-format -i unittest/private.h
clang-format -i unittest/private.c
clang-format -i unittest/private_exe.h
clang-format -i unittest/private_exe.c
clang-format -i unittest/shared.h
clang-format -i unittest/shared.c
clang-format -i unittest/timertest.h
clang-format -i unittest/timertest.c
clang-format -i unittest/civetweb_check.h
clang-format -i unittest/main.c
clang-format -i fuzztest/fuzzmain.c
clang-format -i examples/embedded_c/embedded_c.c
clang-format -i examples/rest/rest.c
clang-format -i examples/client/client.c
clang-format -i examples/embed_certificate/ec_example.c
clang-format -i examples/ws_server/ws_server.c