ddnet/src/base
ChillerDragon 59cb7ef5a9 Fix clang-analyzer-unix.StdCLibraryFunctions
```
/home/chiller/Desktop/git/ddnet/src/base/system.cpp:1989:10: error: The 1st argument to 'connect' is < 0 but should be >= 0 [clang-analyzer-unix.StdCLibraryFunctions,-warnings-as-errors]
 1989 |                 return connect(sock->ipv4sock, (struct sockaddr *)&addr, sizeof(addr));
      |                        ^
```
2024-05-26 19:31:54 +08:00
..
tl Fix misspellings 2022-10-25 13:51:56 -03:00
unicode Replace all usages of C standard headers with C++ headers 2023-03-01 19:26:51 +01:00
.clang-tidy Enforce UpperCamelCase for local variables 2024-05-02 18:52:16 +08:00
bezier.cpp Move src/game/bezier.cpp/h to src/base/bezier.cpp/h 2022-09-24 20:53:59 +02:00
bezier.h Move src/game/bezier.cpp/h to src/base/bezier.cpp/h 2022-09-24 20:53:59 +02:00
Cargo.toml update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
color.cpp Add color_parse function to parse strings as colors 2023-06-20 23:22:33 +02:00
color.h Add color4_base::Multiply function 2024-02-23 18:21:17 +01:00
color.rs Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
detect.h Add compile time errors for unsupported endianness 2023-12-08 16:57:01 +01:00
dynamic.h Run clang-format 2020-09-26 21:50:15 +02:00
hash.cpp Use size_t for indices in digest_str 2022-10-15 18:08:41 +02:00
hash.h Remove useless typedef in c++ 2022-06-25 21:05:54 +02:00
hash_bundled.cpp Use cpp 2021-06-24 17:19:17 +02:00
hash_ctxt.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
hash_libtomcrypt.cpp Fix more unsafe define 2022-06-29 23:52:03 +02:00
hash_openssl.cpp Ignore openssl deprecation warning for now (fixes #5597) 2022-07-27 09:06:57 +02:00
lib.rs Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
lock.h Add CLock wrapper for std::mutex to replace lock_* functions 2023-11-11 00:04:57 +01:00
log.cpp Add no-op logger to fix leak of CFutureLogger pending messages 2024-04-28 16:32:24 +02:00
log.h Replace all usages of C standard headers with C++ headers 2023-03-01 19:26:51 +01:00
logger.h Add no-op logger to fix leak of CFutureLogger pending messages 2024-04-28 16:32:24 +02:00
math.h Fix inaccurate envelope point value rounding 2023-11-10 19:11:10 +01:00
rust.h Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
rust.rs Fix typos 2023-09-05 22:32:09 +03:00
system.cpp Fix clang-analyzer-unix.StdCLibraryFunctions 2024-05-26 19:31:54 +08:00
system.h Ensure return value of secure_random_init is always checked 2024-05-26 11:59:26 +02:00
types.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
vmath.h Don't allow mem_zero for nontrivial types 2023-11-18 22:55:17 +01:00