transmission/tests/libtransmission
Charles Kerr a952a0731f
refactor: remove the tr_error** idiom (#6198)
* refactor: remove the tr_error** idiom

* fix: tr_error::message() is only constexpr in c++20 and up

* chore: silence a couple of g++-12 Wshadow warnings
2023-11-04 11:39:41 -05:00
..
assets fix: do not lose magnet links when upgrading from tr3 to 4 (#4840) 2023-02-12 18:10:54 -06:00
.clang-tidy refactor: re-enable some clang tidy warnings in tests (#4170) 2022-11-14 14:16:29 -06:00
CMakeLists.txt Minor CMake maintainability improvements (#6186) 2023-10-30 20:44:34 +03:00
announce-list-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
announcer-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
announcer-udp-test.cc refactor: tidy up announcer code (#5945) 2023-09-01 16:51:58 -05:00
benc-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
bitfield-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
block-info-test.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
blocklist-test.cc refactor: blocklists (#6189) 2023-10-31 19:20:01 -04:00
buffer-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
clients-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
completion-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
copy-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
crypto-test-ref.h Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
crypto-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
dht-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
dns-test.cc perf: revert e065565cd to restore async dns lookups (#4182) 2022-11-15 11:16:49 -06:00
error-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
file-piece-map-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
file-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
getopt-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
global-ip-cache-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
handshake-test.cc refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
history-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
json-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
lpd-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
magnet-metainfo-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
makemeta-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
move-test.cc chore: remove unused progress arg from tr_torrentSetLocation() (#6147) 2023-10-21 22:33:41 -04:00
net-test.cc refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
open-files-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
peer-mgr-active-requests-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
peer-mgr-wishlist-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
peer-msgs-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
platform-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
quark-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
remove-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
rename-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
rpc-test.cc fix: crash after nullptr dereference in rpcimpl (#6177) 2023-10-30 13:30:10 -04:00
session-alt-speeds-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
session-test.cc refactor: blocklists (#6189) 2023-10-31 19:20:01 -04:00
settings-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
strbuf-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
subprocess-test-program.cc Minor CMake maintainability improvements (#6186) 2023-10-30 20:44:34 +03:00
subprocess-test-script.cmd
subprocess-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
test-fixtures.h refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
timer-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
torrent-files-test.cc fix: appendSanitizedComponent is too aggressive on non-WIN32 (and not enough aggressive on WIN32) (#6187) 2023-11-03 00:25:42 -05:00
torrent-magnet-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
torrent-metainfo-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
torrents-test.cc refactor: make tr_torrent::unique_id_ private (#6145) 2023-10-20 21:23:14 -05:00
tr-peer-info-test.cc chore: iwyu (#6201) 2023-11-03 12:03:26 -05:00
utils-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
variant-test.cc refactor: remove the tr_error** idiom (#6198) 2023-11-04 11:39:41 -05:00
watchdir-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
web-utils-test.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00