ddnet/src/base
def 3f7befdd8b Add some further readability checks, mostly redundancy
/media/ddnet/src/engine/server/databases/sqlite.cpp:232:55: warning: the address of ‘char* sqlite3_expanded_sql(sqlite3_stmt*)’ will never be NULL [-Waddress]
  232 |         if(m_pStmt != nullptr && sqlite3_expanded_sql != nullptr)
      |                                  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
2022-01-22 17:22:01 +01:00
..
tl Fix uninitialized count variable and naming convention 2022-01-09 22:51:55 +01:00
unicode Rename VERSION to VERSION.txt 2021-10-06 16:13:36 +02:00
color.h Add some further readability checks, mostly redundancy 2022-01-22 17:22:01 +01:00
detect.h Support building universal binaries with discord 2021-12-20 16:07:00 +01:00
dynamic.h Run clang-format 2020-09-26 21:50:15 +02:00
hash.cpp Use cpp 2021-06-24 17:19:17 +02:00
hash.h Use cpp 2021-06-24 17:19:17 +02:00
hash_bundled.cpp Use cpp 2021-06-24 17:19:17 +02:00
hash_ctxt.h uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
hash_libtomcrypt.cpp Use cpp 2021-06-24 17:19:17 +02:00
hash_openssl.cpp Use cpp 2021-06-24 17:19:17 +02:00
math.h math: Rename frandom() to random_float() to match with random_int() 2021-08-03 14:29:52 +02:00
system.cpp close find handle in fs_file_time on windows 2022-01-18 22:42:08 +01:00
system.h Enable readability-inconsistent-declaration-parameter-name 2022-01-22 14:12:59 +01:00
vmath.h Backport vector functions cleanup from the upstream 2021-01-16 03:20:57 +03:00