Commit Graph

57 Commits

Author SHA1 Message Date
04120aa5f4 Naming fixes. 2023-10-05 02:31:58 +01:00
16b2a40390 Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted.
This is now done with Rider-stable.
2023-10-04 17:34:35 +01:00
29c9f29554 Invert 'if' statement to reduce nesting. 2023-10-04 07:39:20 +01:00
3429b9012b [Aaru.Checksums] Reformat and cleanup. 2023-10-03 22:45:06 +01:00
73def971ac [Aaru.Checksums] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 16:54:34 +01:00
36af5bd9c3 Update copyright year. 2022-12-03 16:07:07 +00:00
76f21d10a5 Move all localizable strings from Aaru.Checksums project to resources. 2022-11-23 20:55:47 +00:00
aa5bbc1f5b General code refactor and cleanup. 2022-11-23 18:16:04 +00:00
18c1903d2f Convert to switch expression. 2022-11-13 19:59:22 +00:00
55fb8416e8 Convert if to switch statement. 2022-11-13 19:38:02 +00:00
dcaea0bb34 Remove unused code. 2022-03-17 23:54:35 +00:00
19c7f3d4ff General cleanup and refactor. 2022-03-07 07:36:42 +00:00
4a18a4efd8 Move to file scoped namespaces. 2022-03-06 13:29:37 +00:00
a49c5e2a2d Update copyright year. 2022-02-18 10:02:36 +00:00
7fdadfa84f General code refactor. 2021-08-17 21:23:22 +01:00
8ca59cbcd0 Add XML comments to public entities. 2021-08-17 13:56:04 +01:00
909ac371a7 Update copyright year. 2020-12-31 23:08:21 +00:00
843291076c Naming fixes. 2020-07-20 21:11:31 +01:00
7c1fadbd1d Fix namespaces. 2020-07-20 15:43:51 +01:00
a0781c3792 Inherit documentation. 2020-07-20 05:20:18 +01:00
ae0f670ac8 Create overload to check CD sector not caring for what fails. 2020-07-18 19:41:28 +01:00
f0d3b2fe09 Support checking CD run-in, link and run-out sectors. 2020-07-18 15:28:43 +01:00
b2afbebd83 Output status of CD sector checks. 2020-07-18 15:27:26 +01:00
ef11716eae Fix typo. 2020-03-05 03:39:30 +00:00
5f2ddad918 Code restyling. 2020-02-29 18:03:33 +00:00
cbc7c444af Rename DicConsole to AaruConsole. 2020-02-27 23:48:39 +00:00
b034046c1d Rename comment header. 2020-02-27 12:31:22 +00:00
d350a44632 Rename namespace. 2020-02-27 00:36:39 +00:00
b06fb9ec7b Separate CRC16 IBM and CRC16 CCITT contexts, use cached tables. 2020-01-04 18:18:20 +00:00
f097ca717e Update copyright date. 2020-01-03 17:52:18 +00:00
86d9e9e9f9 Remove the ability to support little endian from BigEndianBitConverter. 2019-05-11 20:49:32 +01:00
dada4dac74 Update copyright year. 2018-12-29 17:34:38 +00:00
d3f24ddefd General refactor. 2018-06-20 22:22:21 +01:00
e7759bf68a 🐛Correct CD ECC Mode 2 calculations. 2018-04-10 05:23:57 +01:00
a4faba484a 🐛Correct CD EDC calcuations. 2018-04-10 05:07:53 +01:00
c93297a225 🐛Correct CD ECC calcuations, fixes #170. 2018-04-10 04:39:33 +01:00
77e4487265 Reduce debug chattyness when checking CD checksums. 2018-02-08 21:13:43 +00:00
b5a3fa1f58 REFACTOR: Final cleanup of DiscImageChef.Checksums. 2017-12-23 16:40:14 +00:00
2201d99d39 DOCUMENTATION: Added XML documentation to DiscImageChef.Core. 2017-12-23 01:46:08 +00:00
18ddb2b575 REFACTOR: All refactor in DiscImageChef.Checksums. 2017-12-21 20:26:46 +00:00
899232216e REFACTOR: Expression is always 'true' or always 'false'. 2017-12-21 17:34:47 +00:00
11b19434c0 REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
37130d7599 REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
fae5e8a4c8 REFACTOR: Convert 'if' statement to 'switch' statement. 2017-12-21 04:43:29 +00:00
f8c154edd7 REFACTOR: Removed else statements. 2017-12-21 02:57:32 +00:00
985e3d5b9c REFACTOR: Use preferred braces style. 2017-12-20 23:07:46 +00:00
81581a4234 REFACTOR: Remove redundant parentheses. 2017-12-20 17:26:28 +00:00
e0d96ac81b REFACTOR: Fixed MOST name inconsistencies. 2017-12-20 17:15:37 +00:00
24137b10c8 REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
0a931cd04a REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00