Commit Graph

88 Commits

Author SHA1 Message Date
d9f2a45ff4 Merge branch 'master' into alcoholfix 2018-07-20 20:50:20 +01:00
1930cf95f3 Bump version to 4.5.1.1692. 2018-07-19 23:15:51 +01:00
91569c4636 Move all interfaces, extents, interop and metadata to DiscImageChef.CommonTypes. 2018-06-25 19:08:26 +01:00
ac1efc4be1 Move to development version 4.5.99.1663. 2018-06-24 21:35:04 +01:00
430441ccf8 Bump version to 4.5.0.1663. 2018-06-24 12:46:08 +01:00
be078093f5 Remove old and abandoned per-project changelogs. 2018-06-23 20:41:04 +01:00
88da8fc019 Code cleanup. 2018-06-22 08:08:51 +01:00
6df96ccc96 Automate version set from git revision. 2018-04-12 00:20:29 +01:00
64647ed5fd Move version to project files. 2018-04-11 22:56:48 +01:00
7328f05dea Framework minimum version is v4.6.1. 2018-04-11 08:28:45 +01:00
b14320a44a Update project schemas. 2018-04-11 08:13:49 +01:00
328aaa1dc9 Add recursiveness to BigEndianMarshal thanks to @darkstar suggestions. 2018-03-08 20:00:01 +00:00
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