Jade Lovelace
1fa6a3e335
Fix various clang-tidy lints
...
* some things that can throw are marked noexcept
yet the linter seems to think not. Maybe they can't throw in practice.
I would rather not have the UB possibility in pretty obvious cold
paths.
* various default-case-missing complaints
* a fair pile of casts from integer to character, which are in fact
deliberate.
* an instance of <https://clang.llvm.org/extra/clang-tidy/checks/bugprone/move-forwarding-reference.html >
* bugprone-not-null-terminated-result on handing a string to curl in
chunks of bytes. our usage is fine.
* reassigning a unique_ptr by CRIMES instead of using release(), then
using release() and ignoring the result. wild. let's use release() for
its intended purpose.
Change-Id: Ic3e7affef12383576213a8a7c8145c27e662513d
2024-03-29 20:26:38 -07:00
..
2024-03-25 15:30:36 +00:00
2024-03-27 03:52:57 +00:00
2023-04-07 13:55:28 +00:00
2024-03-18 15:42:52 -06:00
2023-04-07 13:55:28 +00:00
2024-03-27 03:52:57 +00:00
2024-03-25 17:36:24 -06:00
2024-03-11 01:04:52 -07:00
2023-03-31 23:19:44 -04:00
2023-04-06 13:15:50 +02:00
2023-04-17 11:41:50 +02:00
2024-03-17 20:17:19 -07:00
2023-03-31 23:19:44 -04:00
2023-03-31 23:19:44 -04:00
2023-03-31 23:19:44 -04:00
2024-03-04 07:32:31 +01:00
2024-03-11 00:52:09 -07:00
2023-04-07 09:21:50 +02:00
2021-02-22 09:11:15 +01:00
2023-03-31 23:19:44 -04:00
2024-03-04 05:36:42 +01:00
2024-03-17 20:17:19 -07:00
2024-03-04 07:11:25 +01:00
2024-03-09 03:50:06 +01:00
2024-03-09 03:50:06 +01:00
2024-03-19 06:09:42 -06:00
2024-03-19 06:09:42 -06:00
2024-03-28 15:54:12 -07:00
2024-03-28 15:54:12 -07:00
2024-03-09 10:17:26 -07:00
2024-03-09 10:17:26 -07:00
2024-03-27 03:52:57 +00:00
2024-03-27 03:52:57 +00:00
2024-03-27 03:52:57 +00:00
2024-03-11 00:52:09 -07:00
2024-03-11 01:04:52 -07:00
2024-03-26 15:40:05 -07:00
2022-05-04 14:38:59 +02:00
2023-03-31 23:19:44 -04:00
2023-04-17 08:04:41 -04:00
2023-04-07 09:21:50 +02:00
2022-06-05 20:30:18 +02:00
2023-03-31 23:19:44 -04:00
2024-03-05 23:46:18 -07:00
2023-03-31 23:19:44 -04:00
2023-08-05 01:34:30 +02:00
2024-03-04 07:11:25 +01:00
2024-03-25 15:30:36 +00:00
2024-03-27 03:52:57 +00:00
2024-03-29 20:26:38 -07:00
2024-03-29 01:13:45 +00:00
2023-03-31 23:19:44 -04:00
2024-03-29 14:16:58 -04:00
2024-03-11 00:52:09 -07:00
2023-02-10 14:38:14 +01:00
2023-03-31 23:19:44 -04:00
2023-03-31 23:19:44 -04:00
2024-03-18 16:12:46 +01:00
2024-03-18 16:12:46 +01:00
2024-03-05 23:46:18 -07:00
2023-06-15 21:24:14 +02:00
2023-06-15 21:24:14 +02:00
2023-03-31 23:19:44 -04:00
2024-03-05 23:46:18 -07:00
2024-03-11 00:52:09 -07:00
2024-03-04 08:12:15 +01:00
2024-03-26 16:44:04 -07:00
2024-03-26 16:44:04 -07:00
2024-03-11 00:52:09 -07:00
2024-03-11 00:52:09 -07:00
2024-03-29 20:26:38 -07:00
2024-03-07 00:43:51 -07:00
2024-03-17 20:17:19 -07:00
2022-03-07 10:09:10 +01:00
2023-03-31 23:19:44 -04:00
2023-03-31 23:19:44 -04:00
2024-03-04 07:11:25 +01:00
2023-04-25 16:43:10 +02:00
2024-03-11 00:52:09 -07:00
2023-04-07 13:55:28 +00:00
2023-03-31 23:19:44 -04:00
2023-03-31 23:19:44 -04:00
2024-03-04 07:27:52 +01:00
2023-08-17 14:16:19 -07:00
2023-03-31 23:19:44 -04:00
2024-03-23 22:17:46 +00:00
2024-03-19 06:09:42 -06:00
2023-08-18 11:44:00 -04:00
2022-02-25 16:13:02 +01:00
2023-03-31 23:19:44 -04:00