Commit Graph

80 Commits

Author SHA1 Message Date
e4117abd78 Move version to project files. 2018-04-11 22:56:48 +01:00
87bd45b0e4 Framework minimum version is v4.6.1. 2018-04-11 08:28:45 +01:00
4f15c06b73 Update project schemas. 2018-04-11 08:13:49 +01:00
b21b7f0a0f Add recursiveness to BigEndianMarshal thanks to @darkstar suggestions. 2018-03-08 20:00:01 +00:00
abec952daa Update copyright year in .NET metadata. 2018-01-06 11:57:21 +00:00
759c6236da 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
b610f0f6a5 Version bumped to 4.0.0.0. 2017-12-24 05:45:43 +00:00
8a97502c96 REFACTOR: Final cleanup of DiscImageChef.Helpers. 2017-12-24 02:46:53 +00:00
b986e4c08e DOCUMENTATION: DateTime handlers. 2017-12-23 03:59:48 +00:00
81034236d0 DOCUMENTATION: Removed unneeded AppleDouble DateTime handler. 2017-12-23 03:58:01 +00:00
1219a7bee4 DOCUMENTATION: Removed unused code from DiscImageChef.Helpers. 2017-12-23 03:52:45 +00:00
481e39c399 DOCUMENTATION: Added XML documentation to DiscImageChef.Helpers. 2017-12-23 03:51:42 +00:00
6622bef335 REFACTOR: All refactor in DiscImageChef.Helpers. 2017-12-22 16:35:31 +00:00
3f541e7453 REFACTOR: Parameter has no matching param tag in the XML comment. 2017-12-21 16:42:20 +00:00
76b26bd3a7 REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
99abd6638d REFACTOR: Convert variables to auto setters. 2017-12-21 07:19:46 +00:00
1b81cd63e8 REFACTOR: Loop can be converted into LINQ-expression. 2017-12-21 07:08:26 +00:00
4ce965e6cf REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
0077694c75 REFACTOR: Use preferred braces style. 2017-12-21 00:44:33 +00:00
3606b66aed REFACTOR: Use preferred braces style. 2017-12-20 23:07:46 +00:00
d9cee2818f REFACTOR: Add parentheses to avoid non-obvious precedence. 2017-12-20 17:38:12 +00:00
be41a8d604 REFACTOR: Remove redundant parentheses. 2017-12-20 17:26:28 +00:00
Michael D
90c6aa30c5 Change signed shift to unsigned shift 2017-12-19 22:16:31 +01:00
7f2a201ab7 REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
8c19d1d93a REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
d441b37646 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
8668d27fc8 Bumped version to 3.99.6.0. 2017-11-29 16:02:19 +00:00
aa21751a58 Corrected casting of unsigned and signed in bigendian marshal code. 2017-11-13 17:06:21 +00:00
26c6f5607f Added support for the CD-i filesystem described in Green Book. 2017-10-13 21:50:10 +01:00
6af9671694 Added support for High Sierra Format. 2017-10-08 22:47:09 +01:00
bcaea74953 Added support to get the start of an extent from any item in them. 2017-09-21 18:31:17 +01:00
3798f1f894 Added support for HP Logical Interchange Format. 2017-09-14 02:01:43 +01:00
5ba86d3186 Version bumped to 3.5.99.0. 2017-09-05 17:21:24 +01:00
2d0e5a81c4 Added support for a start offset on byte arrays. 2017-08-22 03:40:12 +01:00
7a5d78637b Added decoders for OS-9 date fields. 2017-08-16 15:45:15 +01:00
1e6583613f Added disk geometry. 2017-08-02 23:01:11 +01:00
4c2673828a On DOS date time if value is outside representation just
return DOS epoch.
2017-07-19 05:19:28 +01:00
ae74164669 Added swappers for reference values. 2017-07-15 01:29:26 +01:00
8c9939e0b7 Added support for UTF-16 and other two-byte encodings. 2017-07-11 02:32:40 +01:00
7f776a1940 Added helper to count bits from uint. 2017-07-10 21:37:19 +01:00
f19f3ffda3 Changed tests to reflect correct values. 2017-07-10 21:36:43 +01:00
ea11109716 Formatting options. 2017-06-29 21:23:39 +01:00
4a285dd623 Added constructors from List<T>. 2017-06-08 19:05:35 +01:00
8e639f379a Added helpers for extents. 2017-06-08 18:41:41 +01:00
b8b99343e4 Change conversion algorithm to behave correctly with multibyte
encodings.
2017-06-06 21:38:30 +01:00
ff9408d181 Added support for different character encodings. 2017-06-06 21:23:20 +01:00
a7184159a2 Version bumped to 3.4.99.0. 2017-06-04 23:09:27 +01:00
ff392f2109 Project file formatting. 2017-06-03 01:13:47 +01:00
e0fbb3ea42 Refactor: Moved CompareBytes to Helpers. 2017-05-27 18:20:27 +01:00
f50ff31f07 Updated copyright string. 2017-05-19 20:28:49 +01:00