Commit Graph

76 Commits

Author SHA1 Message Date
9239f19711 Update copyright year in .NET metadata. 2018-01-06 11:57:21 +00:00
923ed6673a Version up to 4.0.99.0.
From now on in-development versions will be X.Y.99.Z, with Z being
a published development versions, and X.Y being the latest stable release.
2017-12-30 09:09:49 +00:00
b5004b0f48 Version bumped to 4.0.0.0. 2017-12-24 05:45:43 +00:00
5bdd1ea0cd REFACTOR: Final cleanup of DiscImageChef.Helpers. 2017-12-24 02:46:53 +00:00
3d38e01fdc DOCUMENTATION: DateTime handlers. 2017-12-23 03:59:48 +00:00
efea6e8b33 DOCUMENTATION: Removed unneeded AppleDouble DateTime handler. 2017-12-23 03:58:01 +00:00
eace184c9a DOCUMENTATION: Removed unused code from DiscImageChef.Helpers. 2017-12-23 03:52:45 +00:00
eb1cd59a98 DOCUMENTATION: Added XML documentation to DiscImageChef.Helpers. 2017-12-23 03:51:42 +00:00
c684b25418 REFACTOR: All refactor in DiscImageChef.Helpers. 2017-12-22 16:35:31 +00:00
02ffa86b6c REFACTOR: Parameter has no matching param tag in the XML comment. 2017-12-21 16:42:20 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
e1d0544c3c REFACTOR: Convert variables to auto setters. 2017-12-21 07:19:46 +00:00
5592f147ac REFACTOR: Loop can be converted into LINQ-expression. 2017-12-21 07:08:26 +00:00
4d886dae25 REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
bce69c9161 REFACTOR: Use preferred braces style. 2017-12-21 00:44:33 +00:00
e9443388ee REFACTOR: Use preferred braces style. 2017-12-20 23:07:46 +00:00
3c843c3b06 REFACTOR: Add parentheses to avoid non-obvious precedence. 2017-12-20 17:38:12 +00:00
b0936d51c5 REFACTOR: Remove redundant parentheses. 2017-12-20 17:26:28 +00:00
Michael D
2e615c02ce Change signed shift to unsigned shift 2017-12-19 22:16:31 +01:00
e6f6ace80b REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
77edc7c91c REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
1a39168f19 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
0b58866c2d Bumped version to 3.99.6.0. 2017-11-29 16:02:19 +00:00
c7f4d72cc6 Corrected casting of unsigned and signed in bigendian marshal code. 2017-11-13 17:06:21 +00:00
432fa4258b Added support for the CD-i filesystem described in Green Book. 2017-10-13 21:50:10 +01:00
97b4ebe76a Added support for High Sierra Format. 2017-10-08 22:47:09 +01:00
90a39696ff Added support to get the start of an extent from any item in them. 2017-09-21 18:31:17 +01:00
fe0fe90547 Added support for HP Logical Interchange Format. 2017-09-14 02:01:43 +01:00
5e29fb0c13 Version bumped to 3.5.99.0. 2017-09-05 17:21:24 +01:00
dbdcad4ddd Added support for a start offset on byte arrays. 2017-08-22 03:40:12 +01:00
eb15c95384 Added decoders for OS-9 date fields. 2017-08-16 15:45:15 +01:00
08425e9ccc Added disk geometry. 2017-08-02 23:01:11 +01:00
34d5bb5bae On DOS date time if value is outside representation just
return DOS epoch.
2017-07-19 05:19:28 +01:00
1380e1c94f Added swappers for reference values. 2017-07-15 01:29:26 +01:00
9f19747270 Added support for UTF-16 and other two-byte encodings. 2017-07-11 02:32:40 +01:00
27b57768e4 Added helper to count bits from uint. 2017-07-10 21:37:19 +01:00
4c5d978f9f Changed tests to reflect correct values. 2017-07-10 21:36:43 +01:00
334cc66a53 Formatting options. 2017-06-29 21:23:39 +01:00
6859d3cbb3 Added constructors from List<T>. 2017-06-08 19:05:35 +01:00
afa300a935 Added helpers for extents. 2017-06-08 18:41:41 +01:00
e319b47d23 Change conversion algorithm to behave correctly with multibyte
encodings.
2017-06-06 21:38:30 +01:00
76e16db616 Added support for different character encodings. 2017-06-06 21:23:20 +01:00
ce3e941e1c Version bumped to 3.4.99.0. 2017-06-04 23:09:27 +01:00
d9b372c878 Project file formatting. 2017-06-03 01:13:47 +01:00
212f1ea1cf Refactor: Moved CompareBytes to Helpers. 2017-05-27 18:20:27 +01:00
869b49d711 Updated copyright string. 2017-05-19 20:28:49 +01:00
047a4b7911 Bumped version to 3.3.99.0. 2017-05-19 20:27:27 +01:00
e4afde55b8 Upped version to 3.3.99.0. Do not use version from solution on
library projects.
2017-05-19 18:39:15 +01:00
304544fb02 Some changes made by VS/Mac, harmless. 2017-05-16 08:26:38 +01:00
9a87166daf Add method to get hexadecimal printout of a byte array. 2016-09-21 01:54:09 +01:00