48 Commits (ae85722da6fe06f7ee68422e58af4f8830170aab)

Author SHA1 Message Date
James Jackson-South 300273fd11 Use TestProvider to load images 6 years ago
James Jackson-South 0ff69248ec Fix read count. 6 years ago
Anton Firszov 0d28a38f72 heavyweight integration test 6 years ago
James Jackson-South da6ba1d5a3 Increase chunk size, add benchmarks and write span tests 6 years ago
James Jackson-South 94613d68b3 Add optimized Read(Span) API 6 years ago
James Jackson-South e9b460efce Add WriteByteTests 6 years ago
James Jackson-South ceab655ce5 More tests and remove old stream 6 years ago
James Jackson-South 5f58bbcba5 Fix non-seekable stream reading. 6 years ago
Brian Popow 9e83f4af00 Change position guard from MustBeLessThanTo to MustBeLessThanOrEqualTo 6 years ago
James Jackson-South 77c05eb6b5 Add sanitation and make tests parametric. 6 years ago
James Jackson-South 95d054068f Make stream buffer size configurable. Fixes #1276 6 years ago
James Jackson-South 5537435bb0 Use explicit stream instance in core decoders. 6 years ago
James Jackson-South 91a4676316 Handle slow streams. Fix #1268 6 years ago
Anton Firszov 43dbbbcde8 FixedCapacityPooledMemoryStreamTests 6 years ago
James Jackson-South 874115bd0a Update license 6 years ago
James Jackson-South 6183dd8c13 Update source license info. 6 years ago
James Jackson-South 32f8cf0f14 Cleanup and refactor 6 years ago
James Jackson-South a820e8f16d BufferedReadStream WIP - MagickImage not working. 6 years ago
James Jackson-South 8cd722cfc5 Revert `using` declaration changes for until we establish guidelines. 7 years ago
Brian Popow f60bc937de Use using declarations to reduce nesting 7 years ago
Brian Popow 7b052c8076 Fix stylecop warnings in the test project 7 years ago
James Jackson-South c24b364be1 Merge namespaces 7 years ago
Simon Cropp bcbd4726a6 use var where apparent (#972) 7 years ago
James Jackson-South 0e06b6b466 Improve coverage. 8 years ago
Jason Nelson 55d0e8c62a Format tests 8 years ago
Jason Nelson 6d8bc96304 Remove EndianBinaryReader & Writer 8 years ago
Jason Nelson b1228659c0 Revert "Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes" 8 years ago
Jason Nelson 5dacf84c5b Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes 8 years ago
Jason Nelson 32bd209cfc Remove string encoding concerns from BinaryReader&Writer 8 years ago
Jason Nelson 96e4a7d7d6 Replace custom BitConverter(s) with BinaryPrimitives 8 years ago
Jason Nelson 6c1ed4d2c1 Remove BitConverter from EndianBinaryWriter & add Floating point tests 8 years ago
Jason Nelson 8ca4ef9937 Add test to ensure that all data written through the EndianBinaryWriter can be read back through EndianBinaryReader 8 years ago
Jason Nelson c60f7f2aa3 Revert "Remove unnesssary abstraction and validation for bools." 8 years ago
Jason Nelson 5216e286b8 Remove unnesssary abstraction and validation for bools. 8 years ago
Johannes Bildstein 5157a1f1a5 ToInt64 read wrong value when negative (except -1) 9 years ago
Scott Williams 696c48d02e fix some tests and updated packages 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Anton Firszov 16d219ab25 test clenup (xUnit analyzer warnings mostly) 9 years ago
Johannes Bildstein 87c1e052ae fix error where startIndex was ignored in To<Type> methods 9 years ago
Johannes Bildstein 7d6933362b improve performance of EndianBitConverter and small formatting fixes 9 years ago
Scott Williams a5ef9520a2 ensure all save operations pass along IEncoderOptions 10 years ago
Scott Williams c3367c4d9c Add IFileSystem 10 years ago
Scott Williams de9c49b122 split formats into there own projects/packages 10 years ago
James Jackson-South 2bc559eec6 Add BigEndianBitConverter tests 10 years ago
James Jackson-South 74c7c488ad Add LittleEndianBitConverter tests 10 years ago
James Jackson-South efea285919 Add EndianBinaryReader tests 10 years ago