219 Commits

Author SHA1 Message Date
9f2dfcf4a3 Rename references in project files. 2020-02-27 00:39:32 +00:00
c8e7a167b7 Rename namespace. 2020-02-27 00:36:40 +00:00
bce9d5b1dc Rename assemblies. 2020-02-26 19:24:05 +00:00
85407751cb Fix references. 2020-02-26 19:19:26 +00:00
13010087fb Renamed project file 2020-02-26 19:10:08 +00:00
f277078318 Add method to marshal big-endian structure into byte array. 2020-02-19 03:30:39 +00:00
035605d869 Add support to swap endian of struct enums. 2020-02-19 01:08:34 +00:00
0f4820e123 Fix hex printing of non-16-byte multiple data. 2020-01-30 21:51:04 +00:00
0fb1781ca2 Update copyright date. 2020-01-03 17:54:18 +00:00
c2c9c67faa Merge pull request #1 from SilasLaspada/master
Remove some unreachable code
2019-12-04 18:41:00 +00:00
a7d7c673a1 Code reformat. 2019-11-25 00:54:39 +00:00
6937468728 Show decoded and hex view of data taken from tested media. 2019-11-20 00:13:35 +00:00
38e59c1519 Change algorithm for print hex. 2019-11-19 01:19:03 +00:00
SilasLaspada
4959cce565 Remove some unreachable code
Because these will always return something, the break statements can never be reached. Fixes some warnings.
2019-11-14 21:12:18 -07:00
d6f8938721 Added gitignore 2019-11-02 02:16:39 +00:00
fffcc4f0fb Make everything compile with .NET Core 2.2. 2019-10-25 23:20:16 +01:00
f7c0d6fffb Send hello packet. 2019-10-19 19:08:47 +01:00
19f00379c5 Update dependencies. 2019-09-19 15:02:21 +01:00
6a50adfa34 Fix compiling .NET 4.5 using .NET Core msbuild. 2019-09-13 19:46:29 +01:00
742295d275 Remove the ability to support little endian from BigEndianBitConverter. 2019-05-11 20:49:32 +01:00
8a8a22dd49 Fix converting C to string when passing an empty two byte string. 2019-04-14 16:36:43 +01:00
804060b86b Inline methods in swapping class. 2019-03-12 01:00:45 +00:00
7c7930ff30 Aggressively inline marshalling methods. 2019-03-11 19:24:06 +00:00
2dac60cdce Override Marshal.SizeOf in Helpers and use it instead of System's. 2019-03-01 07:35:22 +00:00
3253963031 Add overrides to marshal with offset and length. 2019-02-28 10:35:40 +00:00
adfd41d931 Add more optimized marshallers. 2019-02-27 08:49:42 +00:00
e489740bcb Optimize big endian marshalling. 2019-02-24 21:59:46 +00:00
38c8e0672d General code refactor and reformat. 2018-12-31 13:17:27 +00:00
23e6efc863 Update copyright year. 2018-12-29 17:34:38 +00:00
caab5d6540 Update dependency to Unclassified.NetRevisionTask 2018-12-20 21:02:05 +00:00
b160dc70bf Move libraries to .NET Standard, allowing Xamarin.macOS GUI to compile. 2018-08-27 22:03:20 +01:00
6ed427421f Merge branch 'master' into alcoholfix 2018-07-20 20:50:20 +01:00
6bf3f9557e Bump version to 4.5.1.1692. 2018-07-19 23:15:51 +01:00
88a8697f48 Move all interfaces, extents, interop and metadata to DiscImageChef.CommonTypes. 2018-06-25 19:08:26 +01:00
c067124dae Move to development version 4.5.99.1663. 2018-06-24 21:35:04 +01:00
61d8d9dfef Bump version to 4.5.0.1663. 2018-06-24 12:46:08 +01:00
7ad5b1c5b6 Remove old and abandoned per-project changelogs. 2018-06-23 20:41:04 +01:00
4c15d8c8cb Code cleanup. 2018-06-22 08:08:51 +01:00
d2850929d6 Automate version set from git revision. 2018-04-12 00:20:29 +01:00
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