Cockatrice/servatrice/src
ebbit1q 5935ac0d11 update format.sh (#6240)
* update format.sh

add shellcheck to format.sh
add statement macros to .clang-format
add no clang format to format.sh
add changed file list to format.sh diff
rename --cf-version to --print-version in format.sh
lint files

* enable --shell on ci runs

* remove useless semicolons

removes the semicolons after empty function definitions
these semicolons are optional, they don't do anything
this will have functions be consistently formatted
if we want to keep the option to have these on the same line like they
were before we should use the option AllowShortFunctionsOnASingleLine: None

* fix script

* update echo line in lint_cpp.sh which doesn't lint cpp only at all
2026-02-21 14:29:34 +01:00
..
smtp replace foreach macro with standard for each loop (#5485) 2025-01-17 05:18:15 +00:00
email_parser.cpp Fix #4903: Parse Email Addresses whenever used (#4932) 2023-12-09 00:52:47 -05:00
email_parser.h Fix #4903: Parse Email Addresses whenever used (#4932) 2023-12-09 00:52:47 -05:00
isl_interface.cpp Address /W4 compiler warnings for Windows (#4910) 2023-10-15 20:31:13 -04:00
isl_interface.h add option to delete a user's messages (#4362) 2021-09-14 16:05:20 -04:00
main.cpp remove dependency on deprecated qt5 libraries for qt6 (#4692) 2022-10-31 23:24:11 +01:00
main.h Refactor servatrice email send 2015-07-25 18:48:34 +02:00
servatrice.cpp Fix #4903: Parse Email Addresses whenever used (#4932) 2023-12-09 00:52:47 -05:00
servatrice.h Address /W4 compiler warnings for Windows (#4910) 2023-10-15 20:31:13 -04:00
servatrice_connection_pool.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
servatrice_connection_pool.h Support Qt6, Min Qt5.8, Fix Win32, Fix Servatrice 2022-05-06 17:31:08 -04:00
servatrice_database_interface.cpp Prevent server crash if DB is down and game is attempted to be created (#5600) 2025-02-09 22:11:00 +00:00
servatrice_database_interface.h Add custom server-side pawn colors (#5543) 2025-02-02 03:25:25 +00:00
server_logger.cpp replace foreach macro with standard for each loop (#5485) 2025-01-17 05:18:15 +00:00
server_logger.h Support Qt6, Min Qt5.8, Fix Win32, Fix Servatrice 2022-05-06 17:31:08 -04:00
serversocketinterface.cpp replace foreach macro with standard for each loop (#5485) 2025-01-17 05:18:15 +00:00
serversocketinterface.h update format.sh (#6240) 2026-02-21 14:29:34 +01:00
settingscache.cpp remove dependency on deprecated qt5 libraries for qt6 (#4692) 2022-10-31 23:24:11 +01:00
settingscache.h remove dependency on deprecated qt5 libraries for qt6 (#4692) 2022-10-31 23:24:11 +01:00
signalhandler.cpp Address /W4 compiler warnings for Windows (#4910) 2023-10-15 20:31:13 -04:00
signalhandler.h update format.sh (#6240) 2026-02-21 14:29:34 +01:00
smtpclient.cpp rework formatting with cmake-format (#4627) 2022-06-08 21:14:26 -04:00
smtpclient.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00