mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
312d18281d
* C++ modernize: Replace MIN/MAX with type safe std::min/std::max * Template std::min/max invocations now explicitly use largest integer type * torrent.cc did not have <algorithm> included * MIN/MAX Changes for subprocess-win32.cc * Using type{} style cast instead of template parameter in std::min/max * 32-bit type cast errors with uint64_t versus size_t * 32-bit type cast errors inout.cc and file.cc * Missing include in windows code; Type cast error fixed * Missing macro in win32 daemon; Replaced MIN in commented code with std::min * Update libtransmission/tr-getopt.cc Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com> * Update libtransmission/file-posix.cc Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com> * Update tests/libtransmission/copy-test.cc Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com> * Update libtransmission/peer-mgr.cc Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com> * Strlen returns size_t, remove cast Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com> |
||
---|---|---|
.. | ||
.clang-tidy | ||
bitfield-test.cc | ||
blocklist-test.cc | ||
clients-test.cc | ||
CMakeLists.txt | ||
copy-test.cc | ||
crypto-test-ref.h | ||
crypto-test.cc | ||
error-test.cc | ||
file-test.cc | ||
getopt-test.cc | ||
history-test.cc | ||
json-test.cc | ||
magnet-test.cc | ||
makemeta-test.cc | ||
metainfo-test.cc | ||
move-test.cc | ||
peer-msgs-test.cc | ||
quark-test.cc | ||
rename-test.cc | ||
rpc-test.cc | ||
session-test.cc | ||
subprocess-test-program.cc | ||
subprocess-test-script.cmd | ||
subprocess-test.cc | ||
test-fixtures.h | ||
utils-test.cc | ||
variant-test.cc | ||
watchdir-test.cc |